Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-26 | Documentation updates, add rules engine revision to network config request ↵ | Adam Ierymenko | |
meta-data. | |||
2016-08-25 | Fix chicken or egg problem in tags, and better filter debug instrumentation. | Adam Ierymenko | |
2016-08-25 | one more... | Adam Ierymenko | |
2016-08-25 | A little bit more controller code cleanup. | Adam Ierymenko | |
2016-08-25 | Controller bug fixes | Adam Ierymenko | |
2016-08-25 | Add a debug log feature in the filter, which only works if enabled in ↵ | Adam Ierymenko | |
Network.cpp. | |||
2016-08-25 | Add daemon thread to controller and move network member cache refreshes there. | Adam Ierymenko | |
2016-08-25 | docs and null check in controller code | Adam Ierymenko | |
2016-08-24 | Add noAutoAssignIps for member of networks. | Adam Ierymenko | |
2016-08-24 | Push NETWORK_CONFIG_REFRESH on POSTs to /member/... in controller. | Adam Ierymenko | |
2016-08-24 | Add length limit to TEE and REDIRECT, and completely factor out old C ↵ | Adam Ierymenko | |
json-parser to eliminate a dependency. | |||
2016-08-23 | cleanup | Adam Ierymenko | |
2016-08-23 | Controller cleanup and perf improvements. | 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-22 | Signing of Capability and Tag objects. | Adam Ierymenko | |
2016-08-18 | . | Adam Ierymenko | |
2016-08-18 | Capabilities and tags in POST JSON. | Adam Ierymenko | |
2016-08-18 | Little fixes. | Adam Ierymenko | |
2016-08-18 | Cache network members for performance, add network non-persisted fields. | Adam Ierymenko | |
2016-08-17 | Controller fixes... | Adam Ierymenko | |
2016-08-17 | Cleanup and log how member was authorized. | Adam Ierymenko | |
2016-08-17 | Finally implement network join auth tokens, at least at the protocol level. | Adam Ierymenko | |
2016-08-17 | Controller docs and API fix. | Adam Ierymenko | |
2016-08-17 | We now always build the controller in ZeroTier One, at least for desktop and ↵ | Adam Ierymenko | |
server targets. Also means that ZeroTier One now requires C++11. (Still keeping C++11 out of the core in node/ though.) | |||
2016-08-17 | Rules parsing stuff. | Adam Ierymenko | |
2016-08-16 | . | Adam Ierymenko | |
2016-08-16 | Just about ready to test. | Adam Ierymenko | |
2016-08-16 | . | Adam Ierymenko | |
2016-08-16 | More controller work -- it builds! | Adam Ierymenko | |
2016-08-15 | Bunch of rule JSON stuff. | Adam Ierymenko | |
2016-08-12 | . | Adam Ierymenko | |
2016-08-12 | Starting refactor of controller... | Adam Ierymenko | |
2016-07-28 | More rules engine work: key/value pair matching for microsegmentation. | Adam Ierymenko | |
2016-07-08 | docs | Adam Ierymenko | |
2016-07-08 | docs | Adam Ierymenko | |
2016-07-08 | docs | Adam Ierymenko | |
2016-07-08 | docs | Adam Ierymenko | |
2016-07-08 | Docs and controller API version | Adam Ierymenko | |
2016-07-07 | v6AssignMode bug fix | Adam Ierymenko | |
2016-07-07 | Ignore /bits in IP assignments and just copy it from the corresponding ↵ | Adam Ierymenko | |
LAN-local route. Having each managed IP assignment have its own bits field was just a source of user error and poor UX and was completely worthless. | |||
2016-07-07 | Fix to IPv6 picking for small ranges. | Adam Ierymenko | |
2016-07-07 | A few controller changes: (1) assign managed IPs that are assigned ↵ | Adam Ierymenko | |
regardless of "assign mode" which now only controls auto-assignment or special addressing, (2) support proper issuing of managed IPv6 IPs, (3) support IPv6 auto-assign ranges | |||
2016-07-07 | GitHub issue #343 -- fix authorizedMemberCount | Adam Ierymenko | |
2016-06-29 | Unused printf removal while we are at it. | Adam Ierymenko | |
2016-06-29 | Fix broken SQL in controller. | Adam Ierymenko | |
2016-06-29 | Controller fixes... | Adam Ierymenko | |
2016-06-28 | Refactor recent member request history to fix performance problem in controller. | Adam Ierymenko | |
2016-06-27 | small perf improvement in sqlite db. | Adam Ierymenko | |
2016-06-27 | Query optimization. | Adam Ierymenko | |