Adam Ierymenko
|
7ea7e1898a
|
Fix a bug that could cause duplicate IP address assignment on networks if many new members join the controller at once.
|
9 years ago |
Adam Ierymenko
|
5e6a4e5f5e
|
Send revocations automatically on deauth for instant kill, also fix some issues with the RP.
|
9 years ago |
Adam Ierymenko
|
66dfc33de9
|
Fix circuit test post in controller.
|
9 years ago |
Adam Ierymenko
|
d56f740dc6
|
Now with less bugs.
|
9 years ago |
Adam Ierymenko
|
a109d341ef
|
Send timestamp with new circuit test response.
|
9 years ago |
Adam Ierymenko
|
87b53d67c5
|
Fix selftest build.
|
9 years ago |
Adam Ierymenko
|
a577b8d381
|
Update how controller handles circuit tests -- save results to filesystem.
|
9 years ago |
Adam Ierymenko
|
136fddc7f1
|
Fix FILTER_TRACE breakage.
|
9 years ago |
Adam Ierymenko
|
ce0c87f8ff
|
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
|
9 years ago |
Adam Ierymenko
|
d79585d44d
|
Circuit tests now report link quality. Also fixed a little thing in revocation propagation.
|
9 years ago |
Grant Limberg
|
592b628523
|
comment broken TRACE message
|
9 years ago |
Adam Ierymenko
|
39f886ad88
|
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
|
9 years ago |
Adam Ierymenko
|
1d39be61b2
|
ZeroTier now has link quality measurement. We are not using this yet but decided to put it in to prep for future QoS support and SD-WAN stuff.
|
9 years ago |
Adam Ierymenko
|
2bf9145ae6
|
Outgoing side of packet counter for link quality reporting. Also some cleanup and a cluster mode build fix.
|
9 years ago |
Adam Ierymenko
|
127bcb02ff
|
Save space in expecting-reply-to tracking.
|
9 years ago |
Joseph Henry
|
4430fc47c6
|
Added HTTP authorization block for synology builds
|
9 years ago |
Adam Ierymenko
|
2b10a982e9
|
Match on tag sender equals or tag recipient equals.
|
9 years ago |
Adam Ierymenko
|
31bece7fa0
|
Add ipauth handling of IPv6 NDP neighbor solicitations and advertisements. IPv6 works well now with ipauth.
|
9 years ago |
Adam Ierymenko
|
4436824faf
|
ipauth characteristic now works with ARP
|
9 years ago |
Adam Ierymenko
|
dd92f1d03d
|
.
|
9 years ago |
Adam Ierymenko
|
b6f87565a9
|
Add wake on LAN (wol) to rules language ethertype shorthand.
|
9 years ago |
Adam Ierymenko
|
0b909997b8
|
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
|
9 years ago |
Adam Ierymenko
|
9d7ff26f25
|
Helps if you actually add the ipauth mask to the characteristics mask.
|
9 years ago |
Grant Limberg
|
06c866ceb4
|
Android JNI fix
|
9 years ago |
Adam Ierymenko
|
fe19ad328c
|
Windows build fix.
|
9 years ago |
Adam Ierymenko
|
010dbc8b2b
|
Merge.
|
9 years ago |
Adam Ierymenko
|
72653e54f9
|
Finish wiring up ipauth and macauth to Network filter.
|
9 years ago |
Grant Limberg
|
93ec86a26e
|
iOS fixes
|
9 years ago |
Adam Ierymenko
|
10185e92fa
|
Certificate of ownership -- used to secure against IP address spoofing, especially for IPv4 and regular IPv6.
|
9 years ago |
Grant Limberg
|
33b94e8478
|
fixed double firing of the leave network API call causing an error popup on windows
|
9 years ago |
Adam Ierymenko
|
2ee53b0e75
|
Fix bug in default capability flag in rule parser.
|
9 years ago |
Adam Ierymenko
|
fb00f0f94c
|
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
|
9 years ago |
Adam Ierymenko
|
b679ebde3b
|
Ad-hoc networks, a cool and easy to implement little feature that allows controllerless networks. These only allow IPv6 6plane, no multicast, and the network ID encodes the allowed port range.
|
9 years ago |
Joseph Henry
|
f3ca08b0f1
|
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
|
9 years ago |
Joseph Henry
|
946e413997
|
properly fill out ifcfg files. also removed route re-add code for synology
|
9 years ago |
Adam Ierymenko
|
b475bf4a21
|
.
|
9 years ago |
Adam Ierymenko
|
54fa73844c
|
Fix crash.
|
9 years ago |
Adam Ierymenko
|
32f5a0ab18
|
Add default tag values and default set capabilities for new members.
|
9 years ago |
Joseph Henry
|
e4135ffb35
|
Decreased ZT_BINDER_REFRESH_PERIOD for Synology build
|
9 years ago |
Joseph Henry
|
b5b335a6f8
|
Route re-add patch for linux build on Synology devices
|
9 years ago |
Adam Ierymenko
|
61b413b57f
|
Found it in a few other places.
|
9 years ago |
Adam Ierymenko
|
d2c0203dc9
|
Fix stupid inverted sense bug.
|
9 years ago |
Adam Ierymenko
|
afba19e01c
|
When deciding whether to send PUSH_DIRECT_PATHS we should check global trust flag, not the one passed into receive().
|
9 years ago |
Adam Ierymenko
|
b989c03416
|
Fix build on Linux if PR_CAP_AMBIENT is not defined, which is the case for some libc-dev installs.
|
9 years ago |
Adam Ierymenko
|
3361b4030b
|
Integrate and test linux privilege drop code (from contributor PR). It works now if a "zerotier-one" user is present on a Linux system. Does everything automagically.
|
9 years ago |
Adam Ierymenko
|
bdadd50251
|
.
|
9 years ago |
Adam Ierymenko
|
d01f31197a
|
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
|
9 years ago |
Adam Ierymenko
|
8b82f1c609
|
Add rules compiler script.
|
9 years ago |
Grant Limberg
|
de7e8a1ca4
|
fix About view on Mac so that it opens links in the system web browser
|
9 years ago |
Grant Limberg
|
aa2ee3f7be
|
Right and left click both will now open the context menu on Windows
|
9 years ago |