1340 Commits (0af18b164c0290b4cf65ffcf388563c330d18239)
 

Author SHA1 Message Date
Adam Ierymenko 0af18b164c /var/db is for all of xBSD 11 years ago
Adam Ierymenko 086f21ed70 Refactor and simplify controller integration with JSON API and OneService. 11 years ago
Adam Ierymenko 7649d6746b docs 11 years ago
Adam Ierymenko 0e00981059 docs 11 years ago
Adam Ierymenko d41b6eb0c8 docs 11 years ago
Adam Ierymenko 651e67f2e5 Add a feature to generate a new network ID on POST. 11 years ago
Adam Ierymenko e0090e56f4 Build fix on OSX -- cannot call SqliteNetworkController if not compiled in. 11 years ago
Adam Ierymenko 69ceb7e730 Basic controller JSON API seems to be working. 11 years ago
Adam Ierymenko cf51961d52 . 11 years ago
Adam Ierymenko c9fd8de007 . 11 years ago
Adam Ierymenko a187d290f1 Fixes to control plane, API, eliminate problematic inheritance pattern, and start on a NodeJS class for talking to the network controller. 11 years ago
Adam Ierymenko 27c5f04d68 Add -U option to skip root check and permit run as non-privileged user. 11 years ago
Adam Ierymenko 4be4908914 Fix some prepared statement problems. 11 years ago
Adam Ierymenko 38243e5eff OSX build fix 11 years ago
Adam Ierymenko 0bb92715f4 DELETE function in network controller JSON API, and a newIdentity convenience request in ControlPlane for scripted testing. 11 years ago
Adam Ierymenko 78769900a9 More network controller cleanup, and some features to permit scripted testing. 11 years ago
Adam Ierymenko 65a9a9a6f2 typo 11 years ago
Adam Ierymenko e269846f84 Netconf docs, add clock field to status, simplify netconf a bit by eliminating caching for now. We will re-add if it is needed. 11 years ago
Adam Ierymenko 6d2376eb9c Controller API status message. 11 years ago
Adam Ierymenko f693d4d0c8 Network controller cleanup and an extra sanity check. 11 years ago
Adam Ierymenko 0bdd56ebd6 A few revisions to PFS design. 11 years ago
Adam Ierymenko d0e0f5dd12 Basic OpenBSD compile fixes -- still need to update BSDEthernetTap, will do that later. Should be able to re-use FreeBSD port for OpenBSD, but we will see. 11 years ago
Adam Ierymenko e94518590d First stab of PFS design work with PKC security -- may not implement in 1.0.3 but stubbing out. 11 years ago
Adam Ierymenko a8835cd8b3 Some prep work to make room for perfect forward security (PFS). Will not affect existing clients. 11 years ago
Adam Ierymenko bdce679d84 Should fix deadlock issue in GitHub issue #166 11 years ago
Adam Ierymenko 241f308334 Fix to tap reset code in Windows tap connector. 11 years ago
Adam Ierymenko e744580b89 Fix a bunch of Windows tap issues. Turns out NDIS6 allowed us to ditch some NDIS5 cruft, but I did have to add one hack specific to that one instead. Seems reliable now. 11 years ago
Adam Ierymenko 1b895c45eb Make peer list font a bit smaller. 11 years ago
Adam Ierymenko 2158d26bd7 Show last unicast and multicast frames. 11 years ago
Adam Ierymenko 4565e9948f Now this works... Windows UI wrapper. Turns out there were workarounds, but IE does indeed suck. 11 years ago
Adam Ierymenko c1e5c1c710 Fix some settings on WebControl implementation. 11 years ago
Adam Ierymenko 257187a284 Fixes for Windows WebControl. 11 years ago
Adam Ierymenko 8e888f8df9 Hmm... will this work? Very first child of <head> 11 years ago
Adam Ierymenko 8594e17f2b Move mac-ui into src/ 11 years ago
Adam Ierymenko a40192a40b Scratch that wrapper... it was easy to make, but it turns out WebControl is IE4 (!!!?!). Also prefer NDIS5 to NDIS6 *if* NDIS5 is installed. We will no longer ship it, but this will make older installs use the same driver they are already using. Should ease upgrade. 11 years ago
Adam Ierymenko 92ca53e141 Add pre-build signed UI wrapper .exe. 11 years ago
Adam Ierymenko a913f00670 Windows WebControl based wrapper for web UI. 11 years ago
Adam Ierymenko b1164ed181 icons 11 years ago
Adam Ierymenko c0caba8944 docs 11 years ago
Adam Ierymenko 0be3190d49 UI spacing tweaks. 11 years ago
Adam Ierymenko bd2ce82ea6 Minify JS in UI, add Makefile. 11 years ago
Adam Ierymenko a4a62be698 UI tweaks, get JSXTransformer out. 11 years ago
Adam Ierymenko 4426899e8c Add support for local user account caching of authtoken.secret as in old UI -- this is now pretty much working. 11 years ago
Adam Ierymenko d56e9fce41 Get user data out of repo. 11 years ago
Adam Ierymenko 5b54612d91 Pass authtoken in from user, and add a wrapper for web UI on Mac. 11 years ago
Adam Ierymenko e58047eaa0 UI work... 11 years ago
Adam Ierymenko 03dbec960a UI tweaks 11 years ago
Adam Ierymenko 4a2c46e008 Well that works... pretty web UI (currently only works on test node with hard-coded auth code... need to figure out how to plumb that) 11 years ago
Adam Ierymenko b2b32e5969 Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like it will be easier than retrofitting the old Qt client for the new API. 11 years ago
Adam Ierymenko 40f312a827 When we reset within scope, erase the other entries for that scope so we won't keep resetting the same scope repeatedly. 11 years ago