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