summaryrefslogtreecommitdiff
path: root/node/Dictionary.cpp
AgeCommit message (Collapse)Author
2015-05-06Renamed supernode to rootserverKees Bos
2015-04-08Utils::now() removal and a bunch of compile fixes.Adam Ierymenko
2015-02-17Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]Adam Ierymenko
2015-01-05Cleanup, add tristate to config code in Network, and happy new year!Adam Ierymenko
2014-08-14(1) distribute default root-topology in new dictionary format, (2) bump peer ↵Adam Ierymenko
serialization version to force obsolescence of old supernodes, (3) stop outputting a log message every time we poll for software updates
2014-08-08Fix a Windows bug in refactored tap code, and always make sure we have a ↵Adam Ierymenko
firewall exception rule on startup.
2014-08-08Kill ugly old getSecureRandom() and replace with simple wrapper for Windows ↵Adam Ierymenko
CAPI and *nix /dev/urandom, and some build fixes.
2014-08-08Fix an oversight in signed dictionaries: the timestamp and signing identity ↵Adam Ierymenko
should themselves be part of the signature. Also include the raw dictionary in addition to the bin2c version in root-topology/
2014-08-05Add signatures to Dictionary, and fix unhex() API in Utils to be a little safer.Adam Ierymenko