index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
controller
Age
Commit message (
Expand
)
Author
2015-10-09
Create files for each hop (more convenient) and fix a packet parse bug.
Adam Ierymenko
2015-10-09
Reorg fields to be in same order as FS scheme.
Adam Ierymenko
2015-10-09
Be a bit more verbose in circuit test reports to more clearly track current a...
Adam Ierymenko
2015-10-09
Circuit tests basically work but need some tweaks, and fix some issues found ...
Adam Ierymenko
2015-10-09
Eliminate format string warnings.
Adam Ierymenko
2015-10-08
Logging of circuit test results to disk.
Adam Ierymenko
2015-10-08
Abiltiy to post a test via the controller web API, and parsing of CIRCUIT_TES...
Adam Ierymenko
2015-10-06
Prep in controller code to run tests.
Adam Ierymenko
2015-09-28
Never assign v4 IPs ending in .255 even within range.
Adam Ierymenko
2015-09-18
Controller side support for IPv6 assignment.
Adam Ierymenko
2015-09-15
Drop Sqlite-based Log table for now and switch to an in-memory log for recent...
Adam Ierymenko
2015-09-14
Fix JSON.
Adam Ierymenko
2015-09-11
Extra statement to clean up Members -- cascade did not seem to work, possibly...
Adam Ierymenko
2015-09-10
Add expansion of netconf in _test field.
Adam Ierymenko
2015-09-10
Fix deadlock in test mode.
Adam Ierymenko
2015-09-10
Fix to allowing identity to be populated if not present.
Adam Ierymenko
2015-09-08
Allow identity to be populated for newly inserted Member objects to permit tr...
Adam Ierymenko
2015-09-08
Add a bit of useful testing instrumentation to SqliteNetworkController.
Adam Ierymenko
2015-08-24
Add clock helper field to both member and network to permit time duration cal...
Adam Ierymenko
2015-08-24
typo
Adam Ierymenko
2015-08-19
Add authorizedMemberCount to controller network config records.
Adam Ierymenko
2015-08-17
Lookup of member must be a left outer join in case the member is being manual...
Adam Ierymenko
2015-07-29
Go ahead and spec out controller DB support for AuthToken -- GitHub issue #21...
Adam Ierymenko
2015-07-24
Add version to log.
Adam Ierymenko
2015-07-23
(1) Fix updating of network revision counter on member change.
Adam Ierymenko
2015-07-23
Add a rate limiting circuit breaker to the network controller to prevent floo...
Adam Ierymenko
2015-07-23
Eliminate some poorly thought out optimizations from the netconf/controller i...
Adam Ierymenko
2015-07-22
Add a Log table to log queries for debugging and security logging. No JSON AP...
Adam Ierymenko
2015-07-05
Fix for output of empty (no members) network
Kees Bos
2015-07-21
Fix to member listing: I wanted an object with member IDs as keys and member ...
Adam Ierymenko
2015-07-21
List members in the form of a hash of member ID and member revision so code c...
Adam Ierymenko
2015-07-21
Remove "members" from Network record and instead enumerate members via specif...
Adam Ierymenko
2015-07-21
Fix IP auto-assign bug due to missing subnet routes.
Adam Ierymenko
2015-07-21
Report controllerInstanceId in all objects so that controller resets can be e...
Adam Ierymenko
2015-07-20
Fix bug in rules JSON output.
Adam Ierymenko
2015-07-20
Proper handling of NULL entry for etherType in rules table.
Adam Ierymenko
2015-07-20
Fix string overwrite bug.
Adam Ierymenko
2015-07-20
Get rid of false foreign key in Relay.
Adam Ierymenko
2015-07-17
IP assignment pool range bug fix.
Adam Ierymenko
2015-07-17
Fix some SQL and make instanceId more robustly random.
Adam Ierymenko
2015-07-17
Fix bad JSON in response.
Adam Ierymenko
2015-07-17
Add a concept of an "instanceId" to the controller, which the OnePoint can us...
Adam Ierymenko
2015-07-16
Add memberRevision stuff to JSON output, and update docs.
Adam Ierymenko
2015-07-16
Add a concept of a member revision counter to networks. This can be used to s...
Adam Ierymenko
2015-07-14
Networks don't need their ID as a default name.
Adam Ierymenko
2015-07-14
Don't allow zero as a network number.
Adam Ierymenko
2015-06-29
ipLocalRoutes now exposed via network objects in JSON controller API, and doc...
Adam Ierymenko
2015-06-29
Untested -- modifications to support IP ranges instead of ip/mask for IP assi...
Adam Ierymenko
2015-06-29
(1) Both nodeId and portId in Rule can be NULL, (2) remove on delete cascade ...
Adam Ierymenko
2015-06-29
DB schema changes: separate portId in rules, ranges in IP assignment pools. (...
Adam Ierymenko
[next]