summaryrefslogtreecommitdiff
path: root/node/Capability.hpp
AgeCommit message (Expand)Author
2018-01-08Copyright updates for 2018.Adam Ierymenko
2017-12-15Some micro-optimizations, including a memcpy that is faster than Linux for mo...Adam Ierymenko
2017-10-24Full and clearer implementation of GitHub issue #588Adam Ierymenko
2017-10-04A few more uint64_t -> int64_t changes for timestampsGrant Limberg
2017-07-17Minor cleanup.Adam Ierymenko
2017-04-27License header update.Adam Ierymenko
2017-04-04Logic simplification, cleanup, and memory use improvements in Membership. Als...Adam Ierymenko
2017-03-27Add thread PTR that gets passed through the entire ZT core call stack and the...Adam Ierymenko
2017-03-13Docs and a bit of cleanup. In particular ALL makes no sense for revocations b...Adam Ierymenko
2017-02-28Match on tag sender equals or tag recipient equals.Adam Ierymenko
2017-02-23Certificate of ownership -- used to secure against IP address spoofing, espec...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-04Add and send certificates of representation to tell people what our valid ups...Adam Ierymenko
2016-10-11Broke down and added an OR to the rules engine. It is now possible to have a ...Adam Ierymenko
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-09-30Add new rule to rules engine: random match.Adam Ierymenko
2016-09-23Revocation work in progress, add WATCH which is TEE with implicit rate sync (...Adam Ierymenko
2016-08-31Think through and refine a few things in rules, especially edge case TEE and ...Adam Ierymenko
2016-08-31rename SAMENESS to DIFFERENCE which is less confusingAdam Ierymenko
2016-08-31Add overlooked MATCH_ICMP to rule set.Adam Ierymenko
2016-08-26fix frame size range bugAdam Ierymenko
2016-08-25Add a debug log feature in the filter, which only works if enabled in Network...Adam Ierymenko
2016-08-24Add length limit to TEE and REDIRECT, and completely factor out old C json-pa...Adam Ierymenko
2016-08-22Get rid of expiration in Capability and Tag and move this to NetworkConfig so...Adam Ierymenko
2016-08-22Signing of Capability and Tag objects.Adam Ierymenko
2016-08-10Rule parse fix.Adam Ierymenko
2016-08-09Encode and decode of tags and capabilities in NetworkConfig.Adam Ierymenko
2016-08-08It builds... almost ready to test some rules engine stuff.Adam Ierymenko
2016-08-05.Adam Ierymenko
2016-08-04More cleanup and removal of DeferredPackets, will do the latter in a more ele...Adam Ierymenko
2016-08-04More work on tags and capabilities.Adam Ierymenko
2016-08-03Bunch of work on pushing and replication of tags and capabilities, and protoc...Adam Ierymenko
2016-08-03Add tag rules and split out rule serialize/deserialize so the code can be reu...Adam Ierymenko
2016-08-02Rules engine work: capability based security model with tags and capabilities...Adam Ierymenko