1325 Commits (78769900a910326d799a581cc914ba282b59de25)
 

Author SHA1 Message Date
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
Adam Ierymenko 18ca6f34ff Always update timestamp. 11 years ago
Adam Ierymenko 59fa687830 Make timeout also apply to null check in iam() 11 years ago
Adam Ierymenko e922324bc6 Stop inlining all the Packet armor/dearmor stuff to reduce binary bloat. This stuff is called all over the place. 11 years ago
Adam Ierymenko b4b067bf12 So we need to keep track of external surface per reporter, since some NATs assign different external IPs for each external destination. Keeping just one known surface could create a race condition. 11 years ago
Adam Ierymenko 625ddf41a7 docs 11 years ago
Adam Ierymenko da254d967f Hack around GitHub issue #165 (?) 11 years ago
Adam Ierymenko 9279bac385 Fix deadlock in SelfAwareness by deferring reconnects. 11 years ago
Adam Ierymenko 105e1a016f Get rid of G++ compiler warning. 11 years ago
Adam Ierymenko 604576075e Add some missing includes that older G++ cares about. 11 years ago
Adam Ierymenko d3820049b8 Add reported external address to OK(HELLO) TRACE to verify SN behavior. 11 years ago
Adam Ierymenko 9eb7698f0e Learn external IP addresses on OK(HELLO) too. 11 years ago
Adam Ierymenko 5185103692 Fix to create-test-root-topology. 11 years ago
Adam Ierymenko 3ac23165c7 Kill old testnet -- was useful in its time, but Docker make running real test networks locally stupid easy and a more realistic simulation. 11 years ago
Adam Ierymenko 9a34fde8a5 Make sure identity.public exists and stays in sync, cleanup extra new in Node, and test script for local testnets. 11 years ago
Adam Ierymenko 918fc8884b Update mktopology so it works again and can easily be used to create test dictionaries. 11 years ago