summaryrefslogtreecommitdiff
path: root/node/Membership.hpp
AgeCommit message (Expand)Author
2019-03-21Replace certificate based gating of multicast like/gather with a simpler more...Adam Ierymenko
2019-03-19.Adam Ierymenko
2019-01-14Updated licenses for 2019Joseph Henry
2018-11-11Times should be int64_t, not uint64_tAdam Ierymenko
2018-01-08Copyright updates for 2018.Adam Ierymenko
2017-10-04A few more uint64_t -> int64_t changes for timestampsGrant Limberg
2017-10-02timestamps changed from uint64_t to int64_tGrant Limberg
2017-07-13Bunch of remote tracing work.Adam Ierymenko
2017-04-27License header update.Adam Ierymenko
2017-04-04Small fix, should filter by temporal validity.Adam Ierymenko
2017-04-04Logic simplification, cleanup, and memory use improvements in Membership. Als...Adam Ierymenko
2017-04-04Membership cleanup work in progress.Adam Ierymenko
2017-03-27Add thread PTR that gets passed through the entire ZT core call stack and the...Adam Ierymenko
2017-03-06Send revocations automatically on deauth for instant kill, also fix some issu...Adam Ierymenko
2017-02-23Finish wiring up ipauth and macauth to Network filter.Adam Ierymenko
2017-02-23Certificate of ownership -- used to secure against IP address spoofing, espec...Adam Ierymenko
2017-02-06Capabilities basically work but need to refactor a bit for performance reasons.Adam Ierymenko
2016-09-26Bunch more refactoring and work on revocations, etc.Adam Ierymenko
2016-09-23Revocation work in progress, add WATCH which is TEE with implicit rate sync (...Adam Ierymenko
2016-09-20Refactor COM stuff a bit, and respond to COM requests a bit more readily for ...Adam Ierymenko
2016-09-09More refactoring to clean up code, and add a gate function to make sure we do...Adam Ierymenko
2016-09-08Clean up handling of COMs, network access control, and fix a backward compati...Adam Ierymenko
2016-09-07More correct and efficient to initialize member relationship push stuff lazil...Adam Ierymenko
2016-09-07Refactor MULTICAST_LIKE pushing to eliminate redundant and unnecessary pushes...Adam Ierymenko
2016-09-07Tweak some expire times.Adam Ierymenko
2016-09-07Credential TTL (tags/capabilities) should be credential time max delta, since...Adam Ierymenko
2016-08-31Also need to send credentials when TEEing and REDIRECTing.Adam Ierymenko
2016-08-26Push more than one packet for credentials if we happen to have a whole lot. S...Adam Ierymenko
2016-08-25Fix chicken or egg problem in tags, and better filter debug instrumentation.Adam Ierymenko
2016-08-24Add a circuit breaker to prevent too many credentials from being stored per m...Adam Ierymenko
2016-08-23Instantaneous blacklisting and credential revocation.Adam Ierymenko
2016-08-23Compute credential TTL et al.Adam Ierymenko
2016-08-22Get rid of expiration in Capability and Tag and move this to NetworkConfig so...Adam Ierymenko
2016-08-08It builds... almost ready to test some rules engine stuff.Adam Ierymenko
2016-08-08Refactor and tie-up of capabilities and tags and packet evaluation points. So...Adam Ierymenko
2016-08-05.Adam Ierymenko
2016-08-04.Adam Ierymenko
2016-08-04...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