Adam Ierymenko
|
864e33cf2d
|
A bunch of build fixes.
|
2020-05-29 07:06:00 -07:00 |
|
Adam Ierymenko
|
b9bf6d1242
|
Simplification of addRoot/removeRoot, and some code reformatting and other cleanup across multiple files.
|
2020-05-29 06:30:02 -07:00 |
|
Adam Ierymenko
|
cef708c8ad
|
Build fixes.
|
2020-05-19 15:01:52 -07:00 |
|
Adam Ierymenko
|
b533c300d8
|
A ton more work... almost there
|
2020-04-28 19:52:09 -07:00 |
|
Adam Ierymenko
|
78d223d709
|
A bunch more cleanup, remove a ton of reinterpret_cast cruft in favor of a simple union in InetAddress.
|
2020-04-16 16:01:39 -07:00 |
|
Adam Ierymenko
|
2b0127c26d
|
Work in progress on crypto stuff, refactoring to back out of use of structs for encode/decode as it is questionably portable.
|
2020-04-16 12:34:51 -07:00 |
|
Adam Ierymenko
|
16a3c14c53
|
A bunch of cleanup and refactoring, implementation of prep for forward secrecy still in progress.
|
2020-04-13 12:22:08 -07:00 |
|
Adam Ierymenko
|
b3314cd34f
|
Small build fixes.
|
2020-03-30 18:09:11 -07:00 |
|
Adam Ierymenko
|
9428fc53f6
|
A bunch of cleanup, bug fix, just use unordered_map, etc.
|
2020-03-30 17:28:23 -07:00 |
|
Adam Ierymenko
|
87da45b3f5
|
Faster hash table, various other optimizations and simplification.
|
2020-03-28 01:06:29 -07:00 |
|
Adam Ierymenko
|
1f2e94a51d
|
Some optimization and raw memory access cleanup.
|
2020-03-27 07:40:14 -07:00 |
|
Adam Ierymenko
|
cdc6c42375
|
Take Dictionary behind the barn...
|
2020-01-25 18:02:11 -08:00 |
|
Adam Ierymenko
|
59da359b06
|
More porting to new Buf system.
|
2020-01-24 23:36:08 -08:00 |
|
Adam Ierymenko
|
b104bb4762
|
New super-packed dictionary -- we are going back to a backward compatibile format with the old netconf but in an embedded-friendly way. This is simpler.
|
2016-06-15 18:47:35 -07:00 |
|
Adam Ierymenko
|
726136beda
|
Ifdef fix.
|
2016-04-27 09:30:34 +02:00 |
|
Adam Ierymenko
|
25a5275921
|
.
|
2016-04-26 08:53:49 -07:00 |
|
Adam Ierymenko
|
4e4fd51117
|
boring doc stuff
|
2016-01-12 14:04:55 -08:00 |
|
Adam Ierymenko
|
5384f185ae
|
Simplify Dictionary and reduce memory usage, now no more std::maps in core.
|
2015-10-01 18:12:16 -07:00 |
|
Kees Bos
|
a425bbc673
|
Renamed supernode to rootserver
|
2015-05-06 12:05:20 +02:00 |
|
Adam Ierymenko
|
bf2ff964e1
|
Utils::now() removal and a bunch of compile fixes.
|
2015-04-08 15:26:45 -07:00 |
|
Adam Ierymenko
|
93012b0ee5
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
2015-02-17 13:11:34 -08:00 |
|
Adam Ierymenko
|
4e95384ad6
|
Cleanup, add tristate to config code in Network, and happy new year!
|
2015-01-05 17:47:59 -08:00 |
|
Adam Ierymenko
|
c2187c8759
|
(1) distribute default root-topology in new dictionary format, (2) bump peer serialization version to force obsolescence of old supernodes, (3) stop outputting a log message every time we poll for software updates
|
2014-08-14 19:52:22 -04:00 |
|
Adam Ierymenko
|
fe3ad5e2cc
|
Fix a Windows bug in refactored tap code, and always make sure we have a firewall exception rule on startup.
|
2014-08-08 14:57:13 -07:00 |
|
Adam Ierymenko
|
502ea66f15
|
Kill ugly old getSecureRandom() and replace with simple wrapper for Windows CAPI and *nix /dev/urandom, and some build fixes.
|
2014-08-08 11:53:55 -07:00 |
|
Adam Ierymenko
|
673aab5ba2
|
Fix an oversight in signed dictionaries: the timestamp and signing identity should themselves be part of the signature. Also include the raw dictionary in addition to the bin2c version in root-topology/
|
2014-08-08 12:46:00 -04:00 |
|
Adam Ierymenko
|
e3c5ada3a7
|
Add signatures to Dictionary, and fix unhex() API in Utils to be a little safer.
|
2014-08-05 09:56:49 -07:00 |
|