summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2017-03-07Windows build fixes.Adam Ierymenko
2017-03-06Send revocations automatically on deauth for instant kill, also fix some issu...Adam Ierymenko
2017-03-03Now with less bugs.Adam Ierymenko
2017-03-01Update how controller handles circuit tests -- save results to filesystem.Adam Ierymenko
2017-03-01Fix FILTER_TRACE breakage.Adam Ierymenko
2017-03-01Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-03-01Circuit tests now report link quality. Also fixed a little thing in revocatio...Adam Ierymenko
2017-03-01comment broken TRACE messageGrant Limberg
2017-03-01ZeroTier now has link quality measurement. We are not using this yet but deci...Adam Ierymenko
2017-03-01Outgoing side of packet counter for link quality reporting. Also some cleanup...Adam Ierymenko
2017-03-01Save space in expecting-reply-to tracking.Adam Ierymenko
2017-02-28Match on tag sender equals or tag recipient equals.Adam Ierymenko
2017-02-28Add ipauth handling of IPv6 NDP neighbor solicitations and advertisements. IP...Adam Ierymenko
2017-02-27ipauth characteristic now works with ARPAdam Ierymenko
2017-02-23Helps if you actually add the ipauth mask to the characteristics mask.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, espec...Adam Ierymenko
2017-02-22Ad-hoc networks, a cool and easy to implement little feature that allows cont...Adam Ierymenko
2017-02-16When deciding whether to send PUSH_DIRECT_PATHS we should check global trust ...Adam Ierymenko
2017-02-13Fix "orbit" semantics. Federation works.Adam Ierymenko
2017-02-13Fix loading of existing moons.Adam Ierymenko
2017-02-13Integrate moon concept into http config bus, and clean up that code quite a bit.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-13Cleanup and make moons (federated roots) a little easier to deal with.Adam Ierymenko
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 ma...Adam Ierymenko
2017-02-06Small additional efficiency improvement.Adam Ierymenko
2017-02-06Improve efficiency of pushCredentials() method since it gets called a lot.Adam Ierymenko
2017-02-06Capabilities basically work but need to refactor a bit for performance reasons.Adam Ierymenko
2017-02-06Add a break action to rules engine to make capabilities easier to use.Adam Ierymenko
2017-02-06Fix HELLO parse bug.Adam Ierymenko
2017-02-06CSPRNG performance improvement, self test build fix.Adam Ierymenko
2017-02-06One more tweak after thinking about related keys and key stream reuse. Just a...Adam Ierymenko
2017-02-06Tweak how we do crypto of the masked portions of HELLO just to be more "borin...Adam Ierymenko
2017-02-06Docs and a small build fix in debug mode.Adam Ierymenko
2017-02-05Docs, code cleanup, and protect the extra new fields of HELLO with encryption...Adam Ierymenko
2017-02-04Small fix for duplicates in world definitions.Adam Ierymenko
2017-02-04Add and send certificates of representation to tell people what our valid ups...Adam Ierymenko
2017-02-04Stub out CAN_REACH.Adam Ierymenko
2017-02-04A bit of code cleanup.Adam Ierymenko
2017-02-04Eliminate a little copypasta.Adam Ierymenko
2017-02-03Slight refactor to RENEDEZVOUS sending code for federation.Adam Ierymenko
2017-02-03Actual documentation.Adam Ierymenko
2017-02-01agree() must be called on our identity, the one with the secretAdam Ierymenko
2017-02-01Eliminate another check in cluster frontplane mode.Adam Ierymenko
2017-02-01Add more specific check in source==self case instead of dumping it.Adam Ierymenko
2017-02-01Yeah that could never have worked (normal packets in cluster mode).Adam Ierymenko