Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-04 | GitHub issue #990 | Adam Ierymenko | |
2019-08-02 | Fix for sharing of capabilities in 1.4 (problem introduced when push ↵ | Adam Ierymenko | |
frequency was reduced) | |||
2019-06-25 | Tighten up credential push just a bit for faster up-time with older nodes, ↵ | Adam Ierymenko | |
should not have significant impact on bandwidth. Also some cleanup and push direct path timing fixes. | |||
2019-03-21 | Replace certificate based gating of multicast like/gather with a simpler ↵ | Adam Ierymenko | |
more efficient method, fix some minor issues with request based com/cert push, and clean up some other random stuff. | |||
2019-03-19 | . | Adam Ierymenko | |
2019-01-14 | Updated licenses for 2019 | Joseph Henry | |
2018-11-11 | Times should be int64_t, not uint64_t | Adam Ierymenko | |
2018-01-08 | Copyright updates for 2018. | Adam Ierymenko | |
2017-10-04 | A few more uint64_t -> int64_t changes for timestamps | Grant Limberg | |
2017-10-02 | timestamps changed from uint64_t to int64_t | Grant Limberg | |
There were cases in the code where time calculations and comparisons were overflowing and causing connection instability. This will keep time calculations within expected ranges. | |||
2017-07-13 | Bunch of remote tracing work. | Adam Ierymenko | |
2017-04-27 | License header update. | Adam Ierymenko | |
2017-04-04 | Small fix, should filter by temporal validity. | Adam Ierymenko | |
2017-04-04 | Logic simplification, cleanup, and memory use improvements in Membership. ↵ | Adam Ierymenko | |
Also fix an issue that may cause network instability in some cases. | |||
2017-04-04 | Membership cleanup work in progress. | Adam Ierymenko | |
2017-03-27 | Add thread PTR that gets passed through the entire ZT core call stack and ↵ | Adam Ierymenko | |
then passed to handler functions resulting from a call. | |||
2017-03-06 | Send revocations automatically on deauth for instant kill, also fix some ↵ | Adam Ierymenko | |
issues with the RP. | |||
2017-02-23 | Finish wiring up ipauth and macauth to Network filter. | Adam Ierymenko | |
2017-02-23 | Certificate of ownership -- used to secure against IP address spoofing, ↵ | Adam Ierymenko | |
especially for IPv4 and regular IPv6. | |||
2017-02-06 | Capabilities basically work but need to refactor a bit for performance reasons. | Adam Ierymenko | |
2016-09-26 | Bunch more refactoring and work on revocations, etc. | Adam Ierymenko | |
2016-09-23 | Revocation work in progress, add WATCH which is TEE with implicit rate sync ↵ | Adam Ierymenko | |
(thanks JG@DCVC!), and clean up some cruft in Network. | |||
2016-09-20 | Refactor COM stuff a bit, and respond to COM requests a bit more readily for ↵ | Adam Ierymenko | |
rapid setup. Will need to revisit later. | |||
2016-09-09 | More refactoring to clean up code, and add a gate function to make sure we ↵ | Adam Ierymenko | |
do not handle OK packets we did not expect. This hardens up a few potential edge cases around security, since such messages might be used to e.g. pollute a cache and DOS under certain conditions. | |||
2016-09-08 | Clean up handling of COMs, network access control, and fix a backward ↵ | Adam Ierymenko | |
compatiblity issue. | |||
2016-09-07 | More correct and efficient to initialize member relationship push stuff ↵ | Adam Ierymenko | |
lazily when member is learned. | |||
2016-09-07 | Refactor MULTICAST_LIKE pushing to eliminate redundant and unnecessary ↵ | Adam Ierymenko | |
pushes and simplify code. | |||
2016-09-07 | Tweak some expire times. | Adam Ierymenko | |
2016-09-07 | Credential TTL (tags/capabilities) should be credential time max delta, ↵ | Adam Ierymenko | |
since we could get pushed one that is newer. | |||
2016-08-31 | Also need to send credentials when TEEing and REDIRECTing. | Adam Ierymenko | |
2016-08-26 | Push more than one packet for credentials if we happen to have a whole lot. ↵ | Adam Ierymenko | |
Should not happen often but might if a member has tons of tags. | |||
2016-08-25 | Fix chicken or egg problem in tags, and better filter debug instrumentation. | Adam Ierymenko | |
2016-08-24 | Add a circuit breaker to prevent too many credentials from being stored per ↵ | Adam Ierymenko | |
member. | |||
2016-08-23 | Instantaneous blacklisting and credential revocation. | Adam Ierymenko | |
2016-08-23 | Compute credential TTL et al. | Adam Ierymenko | |
2016-08-22 | Get rid of expiration in Capability and Tag and move this to NetworkConfig ↵ | Adam Ierymenko | |
so it can be set network-wide and reset if needed. Also add NetworkConfig field for this and centralize checking of credential time validity. | |||
2016-08-08 | It builds... almost ready to test some rules engine stuff. | Adam Ierymenko | |
2016-08-08 | Refactor and tie-up of capabilities and tags and packet evaluation points. ↵ | Adam Ierymenko | |
Some optimization is possible here but it is minor and we will make it work first. | |||
2016-08-05 | . | Adam Ierymenko | |
2016-08-04 | . | Adam Ierymenko | |
2016-08-04 | ... | 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 ↵ | Adam Ierymenko | |
protocol cleanup. |