|
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.
|
2017-02-22 15:32:55 -08:00 |
|
|
b475bf4a21
|
.
|
2017-02-21 15:28:01 -08:00 |
|
|
54fa73844c
|
Fix crash.
|
2017-02-21 13:48:29 -08:00 |
|
|
32f5a0ab18
|
Add default tag values and default set capabilities for new members.
|
2017-02-21 13:27:20 -08:00 |
|
|
e4135ffb35
|
Decreased ZT_BINDER_REFRESH_PERIOD for Synology build
|
2017-02-16 16:56:23 -08:00 |
|
|
b5b335a6f8
|
Route re-add patch for linux build on Synology devices
|
2017-02-16 16:41:26 -08:00 |
|
|
61b413b57f
|
Found it in a few other places.
|
2017-02-16 09:54:52 -08:00 |
|
|
d2c0203dc9
|
Fix stupid inverted sense bug.
|
2017-02-16 09:53:39 -08:00 |
|
|
afba19e01c
|
When deciding whether to send PUSH_DIRECT_PATHS we should check global trust flag, not the one passed into receive().
|
2017-02-16 09:44:04 -08:00 |
|
|
b989c03416
|
Fix build on Linux if PR_CAP_AMBIENT is not defined, which is the case for some libc-dev installs.
|
2017-02-16 00:57:33 +00:00 |
|
|
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.
|
2017-02-15 16:25:49 -08:00 |
|
|
bdadd50251
|
.
|
2017-02-14 16:49:10 -08:00 |
|
|
d01f31197a
|
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
|
2017-02-14 16:43:29 -08:00 |
|
|
8b82f1c609
|
Add rules compiler script.
|
2017-02-14 16:43:22 -08:00 |
|
|
de7e8a1ca4
|
fix About view on Mac so that it opens links in the system web browser
|
2017-02-14 16:39:15 -08:00 |
|
|
aa2ee3f7be
|
Right and left click both will now open the context menu on Windows
|
2017-02-14 16:31:11 -08:00 |
|
|
af4e79735c
|
Fix "orbit" semantics. Federation works.
|
2017-02-13 16:38:21 -08:00 |
|
|
969e09210d
|
Fix loading of existing moons.
|
2017-02-13 16:14:48 -08:00 |
|
|
cd7b571da0
|
Add a local.conf option to set the port.
|
2017-02-13 15:55:38 -08:00 |
|
|
0052877d2f
|
Add CLI shortcuts for adding federated roots.
|
2017-02-13 15:41:53 -08:00 |
|
|
23bb44f2d6
|
Fix small typo.
|
2017-02-13 14:28:17 -08:00 |
|
|
16f11e91d1
|
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
|
2017-02-13 14:27:14 -08:00 |
|
|
4b11566505
|
Integrate moon concept into http config bus, and clean up that code quite a bit.
|
2017-02-13 14:27:08 -08:00 |
|
|
9ae49b5b85
|
Update JNI with new root terminology
|
2017-02-13 10:51:36 -08:00 |
|
|
c95bae2d73
|
Small fixes to moon-management code in CLI.
|
2017-02-13 10:05:00 -08:00 |
|
|
e4b6611201
|
Only accept world updates from upstreams.
|
2017-02-13 09:46:34 -08:00 |
|
|
e6840a1863
|
Can't erase from vector using const_iterator on some C++ compilers.'
|
2017-02-13 09:26:05 -08:00 |
|
|
78d5f1a803
|
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
|
2017-02-13 09:03:54 -08:00 |
|
|
42f28bce52
|
Cleanup and make moons (federated roots) a little easier to deal with.
|
2017-02-13 09:03:48 -08:00 |
|
|
9a6c3e05ad
|
Fix for deleted networks not being removed from the network details list on macOS
|
2017-02-10 16:10:23 -08:00 |
|
|
cdc289fa9c
|
Tags work.
|
2017-02-07 14:06:40 -08:00 |
|
|
672f17c6e9
|
Add a mask and value range to the IP tos rule field. This allows TOS to be 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.
|
2017-02-07 09:33:39 -08:00 |
|
|
723a9a6e9a
|
Small additional efficiency improvement.
|
2017-02-06 17:20:22 -08:00 |
|
|
59ba7c8bf5
|
Improve efficiency of pushCredentials() method since it gets called a lot.
|
2017-02-06 17:10:20 -08:00 |
|
|
78d548458b
|
Capabilities basically work but need to refactor a bit for performance reasons.
|
2017-02-06 16:38:48 -08:00 |
|
|
ac3e883c05
|
One more place to add "break".
|
2017-02-06 14:07:30 -08:00 |
|
|
9ddc2a4331
|
Add a break action to rules engine to make capabilities easier to use.
|
2017-02-06 14:00:49 -08:00 |
|
|
435e4c4695
|
Fix HELLO parse bug.
|
2017-02-06 12:06:10 -08:00 |
|
|
21f4a97c35
|
CSPRNG performance improvement, self test build fix.
|
2017-02-06 11:49:41 -08:00 |
|
|
e0d63c50db
|
One more tweak after thinking about related keys and key stream reuse. Just a precaution.
|
2017-02-06 07:45:57 -08:00 |
|
|
803f74634a
|
Tweak how we do crypto of the masked portions of HELLO just to be more "boring" in the DJB sense.
|
2017-02-06 07:39:38 -08:00 |
|
|
f85a630a64
|
Docs and a small build fix in debug mode.
|
2017-02-06 07:17:45 -08:00 |
|
|
43182f8f57
|
Docs, code cleanup, and protect the extra new fields of HELLO with encryption as a precaution.
|
2017-02-05 16:19:03 -08:00 |
|
|
594cb1fad8
|
Small fix for duplicates in world definitions.
|
2017-02-04 19:29:39 -08:00 |
|
|
5eab6c2e5d
|
More docs.
|
2017-02-04 19:19:30 -08:00 |
|
|
3587aa1ea7
|
Add and send certificates of representation to tell people what our valid upstreams are. These are not used yet but will be needed for future privacy modes, etc. Also some cleanup.
|
2017-02-04 13:17:00 -08:00 |
|
|
beb642faa5
|
Stub out CAN_REACH.
|
2017-02-04 10:21:31 -08:00 |
|
|
31db768e4d
|
A bit of code cleanup.
|
2017-02-04 00:23:31 -08:00 |
|
|
d9e4ba1280
|
Eliminate a little copypasta.
|
2017-02-04 00:04:44 -08:00 |
|
|
dcb1233b0d
|
Slight refactor to RENEDEZVOUS sending code for federation.
|
2017-02-03 23:54:02 -08:00 |
|