summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2017-01-11Can't send a user message to self.Adam Ierymenko
2017-01-09Wire up VERB_USER_MESSAGE in core.Adam Ierymenko
2016-12-22.Adam Ierymenko
2016-12-22Add a workaround for an edge case in TEE/REDIRECT if we are the inbound desti...Adam Ierymenko
2016-12-22Fix MATCH_RANDOM in controller.Adam Ierymenko
2016-12-22Fix to characteristcs in rules engine.Adam Ierymenko
2016-12-05Minor security: lock roots to only be reachable via World IPs.Adam Ierymenko
2016-11-30Kill some old debug code.Adam Ierymenko
2016-11-22Wire through external path lookup. Static paths should now work.Adam Ierymenko
2016-11-22Replace long callback arg list with struct, and implement path whitelisting, ...Adam Ierymenko
2016-11-21Fix a deadlock in federation/upstream code.Adam Ierymenko
2016-11-21Expose relay policy in node settings.Adam Ierymenko
2016-11-18Move split() to OSUtils since it is not used in core.Adam Ierymenko
2016-11-18Wire through upstream stuff and add setRole().Adam Ierymenko
2016-11-18Remove debug.Adam Ierymenko
2016-11-18Small bug fix and warning removal.Adam Ierymenko
2016-11-18Rate gate expensive validation of new identities in HELLO.Adam Ierymenko
2016-11-18Do packet MAC check before locallyValidate(), and add timing measurement in s...Adam Ierymenko
2016-11-18Proactively auto-load designated upstreams.Adam Ierymenko
2016-11-17Modify unite() to deal with a second layer of upstreams.Adam Ierymenko
2016-11-17Rename getBestRoot() etc.Adam Ierymenko
2016-11-17Add notion of upstream that is separate from root in Topology, etc.Adam Ierymenko
2016-11-10Small fix to send pushes if not a reply.Adam Ierymenko
2016-11-10Refactor controller to permit sending of pushes as well as just replies to co...Adam Ierymenko
2016-11-09Log last meta-data in controller, and ease up just a bit on keepalives.Adam Ierymenko
2016-11-09Keep connections up for netconf stuff as well as frames.Adam Ierymenko
2016-11-03add new files & remove old ones from VS project. Now builds & runs on Window...Grant Limberg
2016-10-13.Adam Ierymenko
2016-10-13typoAdam Ierymenko
2016-10-13.Adam Ierymenko
2016-10-13Fix ICMP match.Adam Ierymenko
2016-10-13Fix filter trace.Adam Ierymenko
2016-10-13cleanupAdam Ierymenko
2016-10-13Remove unused POW code, will revisit later.Adam Ierymenko
2016-10-11Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-10-11Broke down and added an OR to the rules engine. It is now possible to have a ...Adam Ierymenko
2016-10-07Fix the case for InetAddress::containsAddress for IPv6 route of ::Grant Limberg
2016-10-05Add a tags both equal match.Adam Ierymenko
2016-10-05Make capability flags match more user-friendly and appropriate since "match a...Adam Ierymenko
2016-10-05Go ahead and loop back packets whose destination is self. Some OSes require t...Adam Ierymenko
2016-09-30Add new rule to rules engine: random match.Adam Ierymenko
2016-09-30Fix deadlock-causing regression in Network.Adam Ierymenko
2016-09-28Fix memory leak.Adam Ierymenko
2016-09-28hashCode() for InetAddressAdam Ierymenko
2016-09-28Check multicast limit on send after NDP emulation code.Adam Ierymenko
2016-09-28TRACE verbosity increase on exceptions in NETWORK_CREDENTIALS.Adam Ierymenko
2016-09-27Send need credential error on more cases.Adam Ierymenko
2016-09-27Clusters can send multiple OKs so we must allow this.Adam Ierymenko
2016-09-27Simply network auth logic and always sent error on auth failure even for unkn...Adam Ierymenko
2016-09-27TRACE build fix.Adam Ierymenko