summaryrefslogtreecommitdiff
path: root/node/Network.hpp
AgeCommit message (Expand)Author
2023-05-04Metrics consolidation (#1997)Grant Limberg
2023-05-03Network-metrics (#1994)Grant Limberg
2023-05-01Brenton/curly braces (#1971)Brenton Bostick
2023-01-19Client & Central Controller updates to support additonal OIDC features (#1848)Grant Limberg
2022-04-19Fix a possible excessive memory use issue in controller and clean up a bunch ...Adam Ierymenko
2022-04-19Clean up some credential push stuff.Adam Ierymenko
2022-04-19Push credentials always if updated (client-side) and some controller-side cle...Adam Ierymenko
2021-12-01moar plumbing progressGrant Limberg
2021-11-18make service objs dependent on zeroidcGrant Limberg
2021-11-11rename stuff for clarityGrant Limberg
2021-11-04plumbing full flow from controller -> client networkGrant Limberg
2021-06-05set ssoEnabled = true on network config if we get ERROR_NETWORK_AUTHENTICATIO...Grant Limberg
2021-05-25Fix authentication URL...Adam Ierymenko
2021-05-24Basic plumbing for authentication requirement and piping through of URL infor...Adam Ierymenko
2020-08-20BSL date bumpAdam Ierymenko
2019-08-23Relicense: GPLv3 -> ZeroTier BSL 1.1Adam Ierymenko
2019-08-02Fix for sharing of capabilities in 1.4 (problem introduced when push frequenc...Adam Ierymenko
2019-06-25Tighten up credential push just a bit for faster up-time with older nodes, sh...Adam Ierymenko
2019-03-19.Adam Ierymenko
2019-03-14Clean out some unnecessarily pedantic auth stuff in favor of a simpler way of...Adam Ierymenko
2019-01-14Updated licenses for 2019Joseph Henry
2018-07-10Rough draft of fq-codel implementationJoseph Henry
2018-06-07Spellcheck sweep across codebaseJoseph Henry
2018-01-26More cleanup of old stuff.Adam Ierymenko
2018-01-08Copyright updates for 2018.Adam Ierymenko
2017-10-02timestamps changed from uint64_t to int64_tGrant Limberg
2017-07-17Minor cleanup.Adam Ierymenko
2017-07-13Bunch of remote tracing work.Adam Ierymenko
2017-06-01More clustering work.Adam Ierymenko
2017-04-27License header update.Adam Ierymenko
2017-04-11Pass tptr on leave.Adam Ierymenko
2017-03-27Add thread PTR that gets passed through the entire ZT core call stack and the...Adam Ierymenko
2017-03-17GitHub issue #461 -- plus a bit of cleanup and optimizationAdam Ierymenko
2017-02-23Certificate of ownership -- used to secure against IP address spoofing, espec...Adam Ierymenko
2017-01-30Fix to cluster network configs.Adam Ierymenko
2016-11-10Refactor controller to permit sending of pushes as well as just replies to co...Adam Ierymenko
2016-09-27Simply network auth logic and always sent error on auth failure even for unkn...Adam Ierymenko
2016-09-27Refactored network config chunking to sign every chunk to prevent stupid DOS ...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-09(1) Public networks now get COMs even though they do not gate with them since...Adam Ierymenko
2016-09-09Fix gating of multicast GATHER replies since these can come from upstream, et...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-08-31Think through and refine a few things in rules, especially edge case TEE and ...Adam Ierymenko
2016-08-29EXT_FRAME messages should always be accepted if we are the destination for a ...Adam Ierymenko
2016-08-24It basically works... at least on current controllers.Adam Ierymenko