summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-18Confirm leaving networks.Adam Ierymenko
2015-05-18Small cosmetic fix to bottom bar.Adam Ierymenko
2015-05-18Hide unneeded menus in MacGap.Adam Ierymenko
2015-05-17Create symlinks in Mac postinst script.Adam Ierymenko
2015-05-17Mac .pkg building using Packages (third party app) instead of old ↵Adam Ierymenko
bootstrapping .app and installer script.
2015-05-17Mac script to get HTTP proxy settings -- will be used by Mac updater.Adam Ierymenko
2015-05-17Delete old UI code -- officially dead.Adam Ierymenko
2015-05-17Add signed binary build of Mac GUI wrapper.Adam Ierymenko
2015-05-17Respect user home directory copies of authtoken.secret or ↵Adam Ierymenko
~/.zeroTierOneAuthToken in CLI like we do in GUI wrappers.
2015-05-17BSDEthernetTap build fixes.Adam Ierymenko
2015-05-17Bring BSDEthernetTap into the current century.Adam Ierymenko
2015-05-17Build fixes for G++, building without SQLite3 present, and warning removal.Adam Ierymenko
2015-05-17/var/db is for all of xBSDAdam Ierymenko
2015-05-17Refactor and simplify controller integration with JSON API and OneService.Adam Ierymenko
2015-05-17docsAdam Ierymenko
2015-05-17docsAdam Ierymenko
2015-05-17docsAdam Ierymenko
2015-05-17Add a feature to generate a new network ID on POST.Adam Ierymenko
2015-05-16Build fix on OSX -- cannot call SqliteNetworkController if not compiled in.Adam Ierymenko
2015-05-16Basic controller JSON API seems to be working.Adam Ierymenko
2015-05-16.Adam Ierymenko
2015-05-16.Adam Ierymenko
2015-05-16Fixes to control plane, API, eliminate problematic inheritance pattern, and ↵Adam Ierymenko
start on a NodeJS class for talking to the network controller.
2015-05-16Add -U option to skip root check and permit run as non-privileged user.Adam Ierymenko
2015-05-16Fix some prepared statement problems.Adam Ierymenko
2015-05-16OSX build fixAdam Ierymenko
2015-05-16DELETE function in network controller JSON API, and a newIdentity ↵Adam Ierymenko
convenience request in ControlPlane for scripted testing.
2015-05-16More network controller cleanup, and some features to permit scripted testing.Adam Ierymenko
2015-05-15typoAdam Ierymenko
2015-05-15Netconf docs, add clock field to status, simplify netconf a bit by ↵Adam Ierymenko
eliminating caching for now. We will re-add if it is needed.
2015-05-15Controller API status message.Adam Ierymenko
2015-05-15Network controller cleanup and an extra sanity check.Adam Ierymenko
2015-05-15A few revisions to PFS design.Adam Ierymenko
2015-05-15Basic OpenBSD compile fixes -- still need to update BSDEthernetTap, will do ↵Adam Ierymenko
that later. Should be able to re-use FreeBSD port for OpenBSD, but we will see.
2015-05-14First stab of PFS design work with PKC security -- may not implement in ↵Adam Ierymenko
1.0.3 but stubbing out.
2015-05-13Some prep work to make room for perfect forward security (PFS). Will not ↵Adam Ierymenko
affect existing clients.
2015-05-13Should fix deadlock issue in GitHub issue #166Adam Ierymenko
2015-05-08Fix to tap reset code in Windows tap connector.Adam Ierymenko
2015-05-08Fix a bunch of Windows tap issues. Turns out NDIS6 allowed us to ditch some ↵Adam Ierymenko
NDIS5 cruft, but I did have to add one hack specific to that one instead. Seems reliable now.
2015-05-08Make peer list font a bit smaller.Adam Ierymenko
2015-05-08Show last unicast and multicast frames.Adam Ierymenko
2015-05-08Now this works... Windows UI wrapper. Turns out there were workarounds, but ↵Adam Ierymenko
IE does indeed suck.
2015-05-08Fix some settings on WebControl implementation.Adam Ierymenko
2015-05-08Fixes for Windows WebControl.Adam Ierymenko
2015-05-08Hmm... will this work? Very first child of <head>Adam Ierymenko
2015-05-08Move mac-ui into src/Adam Ierymenko
2015-05-08Scratch that wrapper... it was easy to make, but it turns out WebControl is ↵Adam Ierymenko
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.
2015-05-08Add pre-build signed UI wrapper .exe.Adam Ierymenko
2015-05-08Windows WebControl based wrapper for web UI.Adam Ierymenko
2015-05-08iconsAdam Ierymenko