summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-28Add ipauth handling of IPv6 NDP neighbor solicitations and advertisements. ↵Adam Ierymenko
IPv6 works well now with ipauth.
2017-02-27ipauth characteristic now works with ARPAdam Ierymenko
2017-02-23.Adam Ierymenko
2017-02-23Add wake on LAN (wol) to rules language ethertype shorthand.Adam Ierymenko
2017-02-23Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-02-23Helps if you actually add the ipauth mask to the characteristics mask.Adam Ierymenko
2017-02-23Android JNI fixGrant Limberg
2017-02-23Windows build fix.Adam Ierymenko
2017-02-23Merge.Adam Ierymenko
2017-02-23Finish wiring up ipauth and macauth to Network filter.Adam Ierymenko
2017-02-23iOS fixesGrant Limberg
2017-02-23Certificate of ownership -- used to secure against IP address spoofing, ↵Adam Ierymenko
especially for IPv4 and regular IPv6.
2017-02-22fixed double firing of the leave network API call causing an error popup on ↵Grant Limberg
windows
2017-02-22Fix bug in default capability flag in rule parser.Adam Ierymenko
2017-02-22Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-02-22Ad-hoc networks, a cool and easy to implement little feature that allows ↵Adam Ierymenko
controllerless networks. These only allow IPv6 6plane, no multicast, and the network ID encodes the allowed port range.
2017-02-21Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devJoseph Henry
2017-02-21properly fill out ifcfg files. also removed route re-add code for synologyJoseph Henry
2017-02-21.Adam Ierymenko
2017-02-21Fix crash.Adam Ierymenko
2017-02-21Add default tag values and default set capabilities for new members.Adam Ierymenko
2017-02-16Decreased ZT_BINDER_REFRESH_PERIOD for Synology buildJoseph Henry
2017-02-16Route re-add patch for linux build on Synology devicesJoseph Henry
2017-02-16Route re-add patch for linux build on Synology devicesJoseph Henry
2017-02-16Found it in a few other places.Adam Ierymenko
2017-02-16Fix stupid inverted sense bug.Adam Ierymenko
2017-02-16When deciding whether to send PUSH_DIRECT_PATHS we should check global trust ↵Adam Ierymenko
flag, not the one passed into receive().
2017-02-16Fix build on Linux if PR_CAP_AMBIENT is not defined, which is the case for ↵Adam Ierymenko
some libc-dev installs.
2017-02-15Integrate and test linux privilege drop code (from contributor PR). It works ↵Adam Ierymenko
now if a "zerotier-one" user is present on a Linux system. Does everything automagically.
2017-02-14.Adam Ierymenko
2017-02-14Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-02-14Add rules compiler script.Adam Ierymenko
2017-02-14fix About view on Mac so that it opens links in the system web browserGrant Limberg
2017-02-14Right and left click both will now open the context menu on WindowsGrant Limberg
2017-02-13Fix "orbit" semantics. Federation works.Adam Ierymenko
2017-02-13Fix loading of existing moons.Adam Ierymenko
2017-02-13Add a local.conf option to set the port.Adam Ierymenko
2017-02-13Add CLI shortcuts for adding federated roots.Adam Ierymenko
2017-02-13Fix small typo.Adam Ierymenko
2017-02-13Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-02-13Integrate moon concept into http config bus, and clean up that code quite a bit.Adam Ierymenko
2017-02-13Update JNI with new root terminologyGrant Limberg
2017-02-13Small fixes to moon-management code in CLI.Adam Ierymenko
2017-02-13Only accept world updates from upstreams.Adam Ierymenko
2017-02-13Can't erase from vector using const_iterator on some C++ compilers.'Adam Ierymenko
2017-02-13Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-02-13Cleanup and make moons (federated roots) a little easier to deal with.Adam Ierymenko
2017-02-10Fix for deleted networks not being removed from the network details list on ↵Grant Limberg
macOS
2017-02-07Tags work.Adam Ierymenko
2017-02-07Add a mask and value range to the IP tos rule field. This allows TOS to be ↵Adam Ierymenko
matched more usefully. This will break anyone using tos in the beta, but nobody seems to be and its pre-release so now is the time.