summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-11.Adam Ierymenko
2017-01-11.Adam Ierymenko
2017-01-11.Adam Ierymenko
2017-01-11Can't send a user message to self.Adam Ierymenko
2017-01-11init fix.Adam Ierymenko
2017-01-11debug code.Adam Ierymenko
2017-01-11Wire up user message handling in OneService event handler.Adam Ierymenko
2017-01-11Software update stuff for test.Adam Ierymenko
2017-01-11Should fix Windows build.Adam Ierymenko
2017-01-11Software update stuff.Adam Ierymenko
2017-01-11Software update integration.Adam Ierymenko
2017-01-11Software update work.Adam Ierymenko
2017-01-11Software updater work.Adam Ierymenko
2017-01-10Refactor some JSON stuff for performance, and fix a build error.Adam Ierymenko
2017-01-10Comment out and disable old auto-update code.Adam Ierymenko
2017-01-09Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-01-09Wire up VERB_USER_MESSAGE in core.Adam Ierymenko
2017-01-09bring window to front if already openGrant Limberg
2017-01-09Merge branch 'winroute' into devGrant Limberg
2017-01-05Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2017-01-05add implementations of compareTo() and equals() for VirtualNetworkRoute().Grant Limberg
Android app was relying on these, but since they didn't exist, they didn't function properly
2017-01-05remove commented out function declarationGrant Limberg
2017-01-05Potential fix for routing issue on WindowsGrant Limberg
Move setting _initialized = true until after WindowsEthernetTap::threadMain() has actually created and brought up the adapter. Also in OneService::nodeVirtualNetworkConfigFunction(), wait up to 5 seconds for WindowsEthernatTap::isInitialized() to return true before attempting to configure the interface and managed routes. Without this, the adapter doesnt actually exist yet when trying to add routes
2017-01-03properly quote string arguments to copyutil in case there are spaces in the pathGrant Limberg
2016-12-23Windows installer updates.Adam Ierymenko
2016-12-23Update installer, etc., for Mac.Adam Ierymenko
2016-12-23Change org names, add makefile rule for Mac to build new UI.Adam Ierymenko
2016-12-23Remove dead Mac stuff.Adam Ierymenko
2016-12-23Retire old build farm (something new is coming) and update makefile for ↵Adam Ierymenko
linux to not auto-build doc.
2016-12-23Ship pre-build man pages. We stopped doing this for a bit due to nit-picky ↵Adam Ierymenko
Debian craziness but since we are not targeting core Debian at the moment bring it back.
2016-12-23Bump to 1.1.17 for pre-1.2.0 beta.Adam Ierymenko
2016-12-22Auto-authorize new members on public networks properly.Adam Ierymenko
2016-12-22.Adam Ierymenko
2016-12-22Fix JSON parse bug in REDIRECT target.Adam Ierymenko
2016-12-22Add a workaround for an edge case in TEE/REDIRECT if we are the inbound ↵Adam Ierymenko
destination and teeing is only being done on the outbound side.
2016-12-22Fix MATCH_RANDOM in controller.Adam Ierymenko
2016-12-22Fix to characteristcs in rules engine.Adam Ierymenko
2016-12-15Basic support for streaming of changes via stdout from controller.Adam Ierymenko
2016-12-12Make allow management from a local.conf parameters.Adam Ierymenko
2016-12-12Remove debug printf.Adam Ierymenko
2016-12-12Add local.conf option to blacklist interfaces by name.Adam Ierymenko
2016-12-12Remove debug printfAdam Ierymenko
2016-12-12Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-12-12Use an alternative method for enumerating interface addresses on Linux to ↵Adam Ierymenko
avoid poor performance of getifaddrs() when there are many network namespaces.
2016-12-09Dont write IPv6 addresses to IPv4 sections of registry TCPIP settings.Grant Limberg
Also, dont add the prefix length to the IP addresses in there. Appears to fix Github Issue #357. Still waiting on some info from Microsoft for confirmation of a few things.
2016-12-05Minor security: lock roots to only be reachable via World IPs.Adam Ierymenko
2016-11-30Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2016-11-30Store MTU as String instead of DWORDGrant Limberg
WindowsEthernetTap was storing the MTU for the ZeroTier Adapter as a DWORD. When changing the value from the network adapter settings UI, it was stored as a string. Updated the call when creating the adapter to store it as a string as windows expects.
2016-11-30Kill some old debug code.Adam Ierymenko
2016-11-30Merge branch 'dev' into systemtrayGrant Limberg