Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-20 | . | Adam Ierymenko | |
2015-05-20 | Don't actually "power cycle" the interface except on startup. Doing that ↵ | Adam Ierymenko | |
after we're running could lose IP configuration. | |||
2015-05-19 | . | Adam Ierymenko | |
2015-05-19 | Make tap driver even more defensive... seems to maybe fix the new network ↵ | Adam Ierymenko | |
problem. Have to test a bit more. | |||
2015-05-19 | Windows build warning removal, be more defensive in Windows tap driver code, ↵ | Adam Ierymenko | |
and clean up service start/stop in installer. | |||
2015-05-19 | Few more fixes to installer firewall rule settings. | Adam Ierymenko | |
2015-05-19 | Get rid of old _winPokeAHole() hack in one.cpp and use Advanced Installer to ↵ | Adam Ierymenko | |
configure firewall rules (because we can now). | |||
2015-05-19 | Try to automatically enable access to http://127.0.0.1 in web wrapper if IE ↵ | Adam Ierymenko | |
is in enhanced security mode. | |||
2015-05-19 | Enable right-click menu for copy/paste/etc. in Windows UI wrapper. | Adam Ierymenko | |
2015-05-19 | Add 32-bit chained MSI for NDIS6 driver... now to go test on 32-bit Windows ↵ | Adam Ierymenko | |
(clean). (And Windows 10, and Windows Server, and ...) | |||
2015-05-18 | A visit to the Windows house of pain: | Adam Ierymenko | |
(1) Yes, you *can* create a mixed 32/64 bit Windows MSI installer that installs drivers. All you have to do is... umm... create individual sub-MSI files for each driver (one for 32, one for 64) and then package those in the main MSI files as "chained" MSI installers. Each of these must only be considered a prerequisite on 32 or 64 bit machines, respectively. (2) Upgrade Advanced Installer version, add rules to uninstall NDIS6 tap device on uninstall. (3) Fix IE issue in UI code. | |||
2015-05-18 | Confirm leaving networks. | Adam Ierymenko | |
2015-05-18 | Small cosmetic fix to bottom bar. | Adam Ierymenko | |
2015-05-18 | Hide unneeded menus in MacGap. | Adam Ierymenko | |
2015-05-17 | Create symlinks in Mac postinst script. | Adam Ierymenko | |
2015-05-17 | Mac .pkg building using Packages (third party app) instead of old ↵ | Adam Ierymenko | |
bootstrapping .app and installer script. | |||
2015-05-17 | Mac script to get HTTP proxy settings -- will be used by Mac updater. | Adam Ierymenko | |
2015-05-17 | Delete old UI code -- officially dead. | Adam Ierymenko | |
2015-05-17 | Add signed binary build of Mac GUI wrapper. | Adam Ierymenko | |
2015-05-17 | Respect user home directory copies of authtoken.secret or ↵ | Adam Ierymenko | |
~/.zeroTierOneAuthToken in CLI like we do in GUI wrappers. | |||
2015-05-17 | BSDEthernetTap build fixes. | Adam Ierymenko | |
2015-05-17 | Bring BSDEthernetTap into the current century. | Adam Ierymenko | |
2015-05-17 | Build fixes for G++, building without SQLite3 present, and warning removal. | Adam Ierymenko | |
2015-05-17 | /var/db is for all of xBSD | Adam Ierymenko | |
2015-05-17 | Refactor and simplify controller integration with JSON API and OneService. | Adam Ierymenko | |
2015-05-17 | docs | Adam Ierymenko | |
2015-05-17 | docs | Adam Ierymenko | |
2015-05-17 | docs | Adam Ierymenko | |
2015-05-17 | Add a feature to generate a new network ID on POST. | Adam Ierymenko | |
2015-05-16 | Build fix on OSX -- cannot call SqliteNetworkController if not compiled in. | Adam Ierymenko | |
2015-05-16 | Basic controller JSON API seems to be working. | Adam Ierymenko | |
2015-05-16 | . | Adam Ierymenko | |
2015-05-16 | . | Adam Ierymenko | |
2015-05-16 | Fixes to control plane, API, eliminate problematic inheritance pattern, and ↵ | Adam Ierymenko | |
start on a NodeJS class for talking to the network controller. | |||
2015-05-16 | Add -U option to skip root check and permit run as non-privileged user. | Adam Ierymenko | |
2015-05-16 | Fix some prepared statement problems. | Adam Ierymenko | |
2015-05-16 | OSX build fix | Adam Ierymenko | |
2015-05-16 | DELETE function in network controller JSON API, and a newIdentity ↵ | Adam Ierymenko | |
convenience request in ControlPlane for scripted testing. | |||
2015-05-16 | More network controller cleanup, and some features to permit scripted testing. | Adam Ierymenko | |
2015-05-15 | typo | Adam Ierymenko | |
2015-05-15 | Netconf 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-15 | Controller API status message. | Adam Ierymenko | |
2015-05-15 | Network controller cleanup and an extra sanity check. | Adam Ierymenko | |
2015-05-15 | A few revisions to PFS design. | Adam Ierymenko | |
2015-05-15 | Basic 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-14 | First stab of PFS design work with PKC security -- may not implement in ↵ | Adam Ierymenko | |
1.0.3 but stubbing out. | |||
2015-05-13 | Some prep work to make room for perfect forward security (PFS). Will not ↵ | Adam Ierymenko | |
affect existing clients. | |||
2015-05-13 | Should fix deadlock issue in GitHub issue #166 | Adam Ierymenko | |
2015-05-08 | Fix to tap reset code in Windows tap connector. | Adam Ierymenko | |
2015-05-08 | Fix 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. |