Commit graph

128 commits

Author SHA1 Message Date
Adam Ierymenko
49d9982aa2 Merge branch 'tetanus' of github.com:/zerotier/ZeroTierOne into tetanus 2022-12-13 09:55:40 -05:00
Adam Ierymenko
035d8203c4 A little cleanup and renaming. 2022-12-13 09:55:21 -05:00
Brenton Bostick
17d09ee258
fix typos (#1810) 2022-12-13 11:10:27 +01:00
Adam Ierymenko
cfa1d8434e remove base64 from cargo 2022-12-12 13:38:02 -05:00
Adam Ierymenko
d0d34e75fd Build fix due to base64 crate API changes. 2022-12-12 13:37:36 -05:00
Adam Ierymenko
312a14c593 Controller fix. 2022-12-07 14:17:31 -05:00
Adam Ierymenko
c94c0cfa7f More controller work: fix to Rule, change strategy for blacklisting lingering deauthed members to something cleaner and lighter, move Revocation into VL2 since it will likely stick around post-V1. 2022-12-06 17:36:20 -05:00
Adam Ierymenko
dff2605544 build fix 2022-12-05 17:01:51 -05:00
Adam Ierymenko
7c2e0b8507 Windows fixes... not quite ported yet but almost there. 2022-12-05 16:58:33 -05:00
Adam Ierymenko
49128a55cc Use ordered sets and maps in network configs to make them deterministic, and some other cleanup. 2022-12-02 16:08:15 -05:00
Adam Ierymenko
7771de0bf7 Merge branch 'tetanus' of github.com:/zerotier/ZeroTierOne into tetanus 2022-11-28 12:44:36 -05:00
Adam Ierymenko
42178d1716 cleanup 2022-11-28 12:44:29 -05:00
Brenton Bostick
40cce9dba6 fix typos in comments 2022-11-28 12:36:51 -05:00
Brenton Bostick
f8351ca47e fix typos in header comment 2022-11-28 12:36:35 -05:00
Adam Ierymenko
1d23f40226 import cleanup 2022-11-16 21:48:18 -05:00
Adam Ierymenko
19d973cfd4 (1) Implement typestate Verified for identity, (2) FileDatabase in controller now works. 2022-11-16 21:41:08 -05:00
Adam Ierymenko
68021b8a7f cleanup 2022-11-14 11:51:55 -05:00
Adam Ierymenko
6bf978d4de Some cleanup, move some more V1 only fields into V1 credentials struct. 2022-11-11 16:11:02 -05:00
Adam Ierymenko
5772a135f5 More work on controller: FileDB change detection, etc. 2022-11-10 18:25:36 -05:00
Adam Ierymenko
ceaba4f725
Fix some warnings by either factoring out or allowing in one case. 2022-11-03 15:37:12 -04:00
Adam Ierymenko
80cee57255
Moar controller. 2022-11-03 15:33:33 -04:00
Adam Ierymenko
ee4ce6a8ef
Tons of work: reorg traits to simplify, implement multicast authority stuff, other works in progress. 2022-11-03 11:11:04 -04:00
Adam Ierymenko
3266064549
Fixed name in network configs. 2022-10-28 22:25:03 -04:00
Adam Ierymenko
bc7a9e41bf
V2 network controller now provides a reply that at least parses! 2022-10-28 16:03:06 -04:00
Adam Ierymenko
bc31c35ae8
Getting there on V2 controller!!! 2022-10-27 19:32:33 -04:00
Adam Ierymenko
9e6617b324
More controller work and some ZSSP cleanup. 2022-10-27 15:03:23 -04:00
Adam Ierymenko
8a50427833
A bunch of reorg to partition off V1 stuff for future convenience, and more controller work. 2022-10-26 14:00:07 -04:00
Adam Ierymenko
bc5861c539
Make database in controller dynamic to prep for having multiple implementations. 2022-10-23 20:13:03 -04:00
Adam Ierymenko
d07d146260
A little renaming for the future. 2022-10-23 13:36:00 -07:00
Adam Ierymenko
752dbf4816
Have caller into inner protocol send cursor in case it needs to be different from 0/1. 2022-10-23 12:47:19 -07:00
Adam Ierymenko
b0ffd4f56b
cleanup 2022-10-23 12:17:56 -07:00
Adam Ierymenko
72f98dea14
cleanup 2022-10-23 11:04:16 -07:00
Adam Ierymenko
07eed995e7
cleanup 2022-10-23 10:50:34 -07:00
Adam Ierymenko
7cb52b112a
cleanup 2022-10-21 17:36:34 -07:00
Adam Ierymenko
c7b6a997be
docs 2022-10-21 16:54:44 -07:00
Adam Ierymenko
cf7f0b06df
Use a clever little hack to eliminate a great deal of cascading template sprawl from the core. 2022-10-21 16:50:07 -07:00
Adam Ierymenko
39aa46ebf5
Moar controller V2 2022-10-20 07:48:49 -07:00
Adam Ierymenko
f2028ce3a2
Refactor send method a bit to hide some backward compatibility detail from outside code. 2022-10-18 16:01:16 -04:00
Adam Ierymenko
23e73bbdd1
cleanup 2022-10-17 12:59:10 -04:00
Adam Ierymenko
5006580c41
More trait cleanup. 2022-10-13 15:52:23 -04:00
Adam Ierymenko
3e713360e3
Ease up some template restrictions and wire up some more stuff in controller. 2022-10-13 13:45:07 -04:00
Adam Ierymenko
5601b83f10
Moar controller work. 2022-10-13 11:33:26 -04:00
Adam Ierymenko
dbbb3732b5
Remove some warnings and unnecessary stuff. 2022-10-07 15:38:35 -04:00
Adam Ierymenko
dc615e2b04
Tons and tons of work on the controller, and some other cleanup. 2022-10-07 11:53:10 -04:00
Adam Ierymenko
b7c32c2692
cleanup 2022-09-30 13:59:25 -04:00
Adam Ierymenko
3385953e93
A bunch more work on VL2 config objects. 2022-09-30 13:57:59 -04:00
Adam Ierymenko
a31f413eeb
Store integer range as full 64 bits 2022-09-29 17:08:50 -04:00
Adam Ierymenko
3591f9045e
Rule and all its boilerplate. 2022-09-29 16:27:18 -04:00
Adam Ierymenko
3bc77c5b44
dead code removal 2022-09-29 15:45:10 -04:00
Adam Ierymenko
5d17c37b65
Remove parking_lot since as of 1.63 Rust std::mutex is usually as good or better. 2022-09-29 15:34:03 -04:00