Adam Ierymenko
|
a97918f812
|
Windows build fixes.
|
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
|
d56f740dc6
|
Now with less bugs.
|
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
|
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
|
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 |
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
|
9d7ff26f25
|
Helps if you actually add the ipauth mask to the characteristics mask.
|
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 |
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 |
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
|
af4e79735c
|
Fix "orbit" semantics. Federation works.
|
9 years ago |
Adam Ierymenko
|
969e09210d
|
Fix loading of existing moons.
|
9 years ago |
Adam Ierymenko
|
4b11566505
|
Integrate moon concept into http config bus, and clean up that code quite a bit.
|
9 years ago |
Adam Ierymenko
|
e4b6611201
|
Only accept world updates from upstreams.
|
9 years ago |
Adam Ierymenko
|
e6840a1863
|
Can't erase from vector using const_iterator on some C++ compilers.'
|
9 years ago |
Adam Ierymenko
|
42f28bce52
|
Cleanup and make moons (federated roots) a little easier to deal with.
|
9 years ago |
Adam Ierymenko
|
cdc289fa9c
|
Tags work.
|
9 years ago |
Adam Ierymenko
|
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.
|
9 years ago |
Adam Ierymenko
|
723a9a6e9a
|
Small additional efficiency improvement.
|
9 years ago |
Adam Ierymenko
|
59ba7c8bf5
|
Improve efficiency of pushCredentials() method since it gets called a lot.
|
9 years ago |
Adam Ierymenko
|
78d548458b
|
Capabilities basically work but need to refactor a bit for performance reasons.
|
9 years ago |
Adam Ierymenko
|
9ddc2a4331
|
Add a break action to rules engine to make capabilities easier to use.
|
9 years ago |
Adam Ierymenko
|
435e4c4695
|
Fix HELLO parse bug.
|
9 years ago |
Adam Ierymenko
|
21f4a97c35
|
CSPRNG performance improvement, self test build fix.
|
9 years ago |
Adam Ierymenko
|
e0d63c50db
|
One more tweak after thinking about related keys and key stream reuse. Just a precaution.
|
9 years ago |
Adam Ierymenko
|
803f74634a
|
Tweak how we do crypto of the masked portions of HELLO just to be more "boring" in the DJB sense.
|
9 years ago |
Adam Ierymenko
|
f85a630a64
|
Docs and a small build fix in debug mode.
|
9 years ago |
Adam Ierymenko
|
43182f8f57
|
Docs, code cleanup, and protect the extra new fields of HELLO with encryption as a precaution.
|
9 years ago |
Adam Ierymenko
|
594cb1fad8
|
Small fix for duplicates in world definitions.
|
9 years ago |
Adam Ierymenko
|
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.
|
9 years ago |
Adam Ierymenko
|
beb642faa5
|
Stub out CAN_REACH.
|
9 years ago |
Adam Ierymenko
|
31db768e4d
|
A bit of code cleanup.
|
9 years ago |
Adam Ierymenko
|
d9e4ba1280
|
Eliminate a little copypasta.
|
9 years ago |
Adam Ierymenko
|
dcb1233b0d
|
Slight refactor to RENEDEZVOUS sending code for federation.
|
9 years ago |
Adam Ierymenko
|
8a2ff0b31e
|
Actual documentation.
|
9 years ago |
Adam Ierymenko
|
9284e4edfe
|
agree() must be called on our identity, the one with the secret
|
9 years ago |
Adam Ierymenko
|
62a705af1c
|
Eliminate another check in cluster frontplane mode.
|
9 years ago |
Adam Ierymenko
|
29ec7bf3a2
|
Add more specific check in source==self case instead of dumping it.
|
9 years ago |
Adam Ierymenko
|
fc3f4fb988
|
Yeah that could never have worked (normal packets in cluster mode).
|
9 years ago |
Adam Ierymenko
|
60ff280dcb
|
Another tweak to cluster I/O rules.
|
9 years ago |
Adam Ierymenko
|
b378f5dcd7
|
Take 3
|
9 years ago |