Adam Ierymenko
|
580496cbd7
|
Some docs, assert AES IV is 96 bits since anything else has security issues.
|
2022-11-30 09:43:31 -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
|
f8351ca47e
|
fix typos in header comment
|
2022-11-28 12:36:35 -05:00 |
|
Adam Ierymenko
|
7522282c2e
|
docs, comments, readable code
|
2022-11-18 13:41:44 -05:00 |
|
Adam Ierymenko
|
6ba9aeaa99
|
Warning removal
|
2022-11-16 21:43:05 -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
|
5d9022f815
|
FileDB and timing fixes.
|
2022-11-11 18:23:45 -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
|
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
|
0239991c0d
|
Cleanup, add NetworkConfig itself to log.
|
2022-10-25 11:54:21 -04:00 |
|
Adam Ierymenko
|
127e27326a
|
cleanup
|
2022-10-25 08:40:24 -04:00 |
|
Adam Ierymenko
|
88e613e043
|
Simplification of some code in controller.
|
2022-10-23 20:47:05 -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
|
862710f553
|
Stub out change watcher and simplify it.
|
2022-10-23 14:52:22 -07: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
|
07eed995e7
|
cleanup
|
2022-10-23 10:50:34 -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
|
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
|
7ca7d2bf3e
|
history is a better name for this file
|
2022-10-11 12:23:17 -04:00 |
|
Adam Ierymenko
|
949529a7ee
|
Make filedb save old versions of things.
|
2022-10-11 12:17:59 -04:00 |
|
Adam Ierymenko
|
8edf08299b
|
FileDB works
|
2022-10-11 12:01:48 -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
|
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 |
|
Adam Ierymenko
|
de506dc48b
|
Reorg to move around some V1 protocol stuff and label it as such.
|
2022-09-29 13:24:36 -04:00 |
|
Adam Ierymenko
|
aac20c67d2
|
Controller receives NETWORK_CONFIG_REQUEST packets!
|
2022-09-28 14:36:41 -04:00 |
|
Adam Ierymenko
|
459b195fa4
|
Reorg some stuff and skeleton of separate controller binary
|
2022-09-28 14:08:29 -04:00 |
|
Adam Ierymenko
|
a6f09dbec4
|
Move datadir and make it generic.
|
2022-09-28 12:04:55 -04:00 |
|
Adam Ierymenko
|
433c6058d2
|
cleanup
|
2022-09-28 11:24:42 -04:00 |
|
Adam Ierymenko
|
38f8ee808e
|
A bunch of reorg to consolidate utils, controller work, and rework identity binary marshaling for better backward compability.
|
2022-09-27 15:46:18 -04:00 |
|
Adam Ierymenko
|
8592cd59e2
|
Controller stuff and implementing WHOIS
|
2022-09-23 09:56:38 -04:00 |
|
Adam Ierymenko
|
373adb028d
|
Controller work and basic in-filesystem DB, slightly different from v1 version and supporting live editing of the network in the filesystem.
|
2022-09-22 17:29:10 -04:00 |
|
Adam Ierymenko
|
be000c2046
|
Centralize import of tokio to control its version and features.
|
2022-09-22 09:30:37 -04:00 |
|
Adam Ierymenko
|
dca7bb8e85
|
WIP it good
|
2022-09-21 16:58:06 -04:00 |
|
Adam Ierymenko
|
768ec6e710
|
Tons more work: (1) remove async again from the core, (2) controller stuff, (3) retrofit other stuff to handle non-async core.
|
2022-09-21 16:43:47 -04:00 |
|
Adam Ierymenko
|
7ec46540fa
|
A ton more reorg work and controller work.
|
2022-09-20 12:10:05 -04:00 |
|
Adam Ierymenko
|
30d3f6e176
|
Start defining a bunch of VL2 data and credential objects for controller.
|
2022-09-16 18:44:14 -04:00 |
|
Adam Ierymenko
|
2649ce7571
|
A bunch of reorg, and add a safety valve to nuke the send key in ZSSP if it is hard-expired.
|
2022-09-13 17:27:58 -04:00 |
|