Age | Commit message (Expand) | Author |
2016-11-18 | Rate gate expensive validation of new identities in HELLO. | Adam Ierymenko |
2016-11-18 | Do packet MAC check before locallyValidate(), and add timing measurement in s... | Adam Ierymenko |
2016-11-17 | Add notion of upstream that is separate from root in Topology, etc. | Adam Ierymenko |
2016-11-10 | Refactor controller to permit sending of pushes as well as just replies to co... | Adam Ierymenko |
2016-10-13 | Remove unused POW code, will revisit later. | Adam Ierymenko |
2016-09-28 | TRACE verbosity increase on exceptions in NETWORK_CREDENTIALS. | Adam Ierymenko |
2016-09-27 | Send need credential error on more cases. | Adam Ierymenko |
2016-09-27 | Clusters can send multiple OKs so we must allow this. | Adam Ierymenko |
2016-09-27 | Simply network auth logic and always sent error on auth failure even for unkn... | Adam Ierymenko |
2016-09-27 | Cleanup, and implement compression disable flag for networks. | Adam Ierymenko |
2016-09-27 | Refactored network config chunking to sign every chunk to prevent stupid DOS ... | Adam Ierymenko |
2016-09-26 | It now builds. | 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 |
2016-09-20 | Refactor COM stuff a bit, and respond to COM requests a bit more readily for ... | Adam Ierymenko |
2016-09-13 | Implement relay policy, and setting multicast limit to 0 now disables multica... | Adam Ierymenko |
2016-09-13 | Get rid of HELLO rate gate on path since its basically worthless. There are 6... | Adam Ierymenko |
2016-09-13 | Set trustEstablished in a few more places. | Adam Ierymenko |
2016-09-13 | Add a few more rate limit gates for anti-DOS hardening. | Adam Ierymenko |
2016-09-12 | Rate gate requests for COM. | Adam Ierymenko |
2016-09-09 | Set trust established flag in MULTICAST_GATHER. | Adam Ierymenko |
2016-09-09 | (1) Public networks now get COMs even though they do not gate with them since... | Adam Ierymenko |
2016-09-09 | Fix gating of multicast GATHER replies since these can come from upstream, et... | Adam Ierymenko |
2016-09-09 | More refactoring to clean up code, and add a gate function to make sure we do... | Adam Ierymenko |
2016-09-08 | Clean up handling of COMs, network access control, and fix a backward compati... | Adam Ierymenko |
2016-09-07 | Turns out we do not need to pass network to receive(). | Adam Ierymenko |
2016-09-07 | Refactor MULTICAST_LIKE pushing to eliminate redundant and unnecessary pushes... | Adam Ierymenko |
2016-09-07 | Use ECHO instead of HELLO where possible. | Adam Ierymenko |
2016-09-07 | Bunch more path refactoring. Peers no longer forget paths, but do not normall... | Adam Ierymenko |
2016-09-06 | (1) fix crazy bug introduced in doRENDEZVOUS(), (2) reclaim Paths after paths... | Adam Ierymenko |
2016-09-02 | Cluster sub-optimal is in fact necessary... | Adam Ierymenko |
2016-09-02 | Tweaks to path handling... | Adam Ierymenko |
2016-09-02 | Rest of big Path canonicalization refactor. | Adam Ierymenko |
2016-08-31 | Think through and refine a few things in rules, especially edge case TEE and ... | Adam Ierymenko |
2016-08-29 | EXT_FRAME messages should always be accepted if we are the destination for a ... | Adam Ierymenko |
2016-08-24 | Fix a missing receive(). | Adam Ierymenko |
2016-08-24 | Set trust flag in network controllers if remote query is accepted to allow NA... | Adam Ierymenko |
2016-08-24 | Harden PUSH_DIRECT_PATHS and simplify things by only doing it on receive when... | Adam Ierymenko |
2016-08-23 | Stub out USER_MESSAGE. | Adam Ierymenko |
2016-08-23 | Instantaneous blacklisting and credential revocation. | Adam Ierymenko |
2016-08-23 | Sign Dictionary in doNETWORK_CONFIG_REQUEST. | Adam Ierymenko |
2016-08-23 | Tidy up a few minor protocol things, improve documentation in Packet.hpp. | Adam Ierymenko |
2016-08-17 | Controller fixes... | Adam Ierymenko |
2016-08-10 | Rule parse fix. | Adam Ierymenko |
2016-08-09 | Minor bug fix and some instrumentation stuff for testing. | Adam Ierymenko |
2016-08-09 | More cleanup and removal of cruft due to obsolete network-specific relays (wi... | Adam Ierymenko |
2016-08-09 | Minor cleanup. | Adam Ierymenko |
2016-08-09 | Put CONFIG_REFRESH back. | Adam Ierymenko |
2016-08-09 | Handling of multi-part chunked network configs on the inbound side. | Adam Ierymenko |
2016-08-09 | Chunking of network config replies. | Adam Ierymenko |