summaryrefslogtreecommitdiff
path: root/controller
AgeCommit message (Expand)Author
2016-11-04.Adam Ierymenko
2016-11-04cleanupAdam Ierymenko
2016-11-04Fix ambiguous error on some compilers.Adam Ierymenko
2016-11-04Refactor controller to use split-out DB for better performance and less ugly.Adam Ierymenko
2016-11-03Separate out JSON store from controller code.Adam Ierymenko
2016-11-03add new files & remove old ones from VS project. Now builds & runs on Window...Grant Limberg
2016-10-13Fix ICMP json.Adam Ierymenko
2016-10-13cleanupAdam Ierymenko
2016-10-12Fix bug in default rules init in new networks.Adam Ierymenko
2016-10-11Broke down and added an OR to the rules engine. It is now possible to have a ...Adam Ierymenko
2016-10-05Add a tags both equal match.Adam Ierymenko
2016-10-05Make capability flags match more user-friendly and appropriate since "match a...Adam Ierymenko
2016-09-30Add new rule to rules engine: random match.Adam Ierymenko
2016-09-30Controller cleanup.Adam Ierymenko
2016-09-29Drop old /active path from network.Adam Ierymenko
2016-09-29Minor tweaks to member code in controller, and fix Linux build.Adam Ierymenko
2016-09-26It now builds.Adam Ierymenko
2016-09-23Revocation work in progress, add WATCH which is TEE with implicit rate sync (...Adam Ierymenko
2016-09-15Revise bearer token code in controller, and add relay policy as a meta-data i...Adam Ierymenko
2016-09-09(1) Public networks now get COMs even though they do not gate with them since...Adam Ierymenko
2016-09-09More refactoring to clean up code, and add a gate function to make sure we do...Adam Ierymenko
2016-09-07Credential TTL (tags/capabilities) should be credential time max delta, since...Adam Ierymenko
2016-08-31Think through and refine a few things in rules, especially edge case TEE and ...Adam Ierymenko
2016-08-31rename SAMENESS to DIFFERENCE which is less confusingAdam Ierymenko
2016-08-31Add overlooked MATCH_ICMP to rule set.Adam Ierymenko
2016-08-29Tweak log length to fit JSON for members within two 4096-kb blocks.Adam Ierymenko
2016-08-29Type fixes.Adam Ierymenko
2016-08-29Kill dead field from network JSON.Adam Ierymenko
2016-08-26Another tiny API bug fix.Adam Ierymenko
2016-08-26Fix setting of v6AssignMode in controller.Adam Ierymenko
2016-08-26Documentation updates, add rules engine revision to network config request me...Adam Ierymenko
2016-08-25Fix chicken or egg problem in tags, and better filter debug instrumentation.Adam Ierymenko
2016-08-25one more...Adam Ierymenko
2016-08-25A little bit more controller code cleanup.Adam Ierymenko
2016-08-25Controller bug fixesAdam Ierymenko
2016-08-25Add a debug log feature in the filter, which only works if enabled in Network...Adam Ierymenko
2016-08-25Add daemon thread to controller and move network member cache refreshes there.Adam Ierymenko
2016-08-25docs and null check in controller codeAdam Ierymenko
2016-08-24Add noAutoAssignIps for member of networks.Adam Ierymenko
2016-08-24Push NETWORK_CONFIG_REFRESH on POSTs to /member/... in controller.Adam Ierymenko
2016-08-24Add length limit to TEE and REDIRECT, and completely factor out old C json-pa...Adam Ierymenko
2016-08-23cleanupAdam Ierymenko
2016-08-23Controller cleanup and perf improvements.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-22Signing of Capability and Tag objects.Adam Ierymenko
2016-08-18.Adam Ierymenko
2016-08-18Capabilities and tags in POST JSON.Adam Ierymenko
2016-08-18Little fixes.Adam Ierymenko
2016-08-18Cache network members for performance, add network non-persisted fields.Adam Ierymenko