1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
Commit graph

775 commits

Author SHA1 Message Date
postmannen
fab3fa38dd simplified chunk write with Write(b[:n]) 2022-06-16 06:15:18 +02:00
postmannen
0b4356b548 removed debug 2022-06-15 21:08:54 +02:00
postmannen
2d36e0195b fixed wrong file size when writing at dst 2022-06-15 20:55:20 +02:00
postmannen
e010a1633a removing tmp files when done 2022-06-15 20:12:48 +02:00
postmannen
97ef587a0e resend on error, retries, preserve file permissions 2022-06-15 14:47:20 +02:00
postmannen
2745374da3 initial implementation of hash check for copy messages 2022-06-15 10:38:53 +02:00
postmannen
69e0bd3696 copy, src defines and sets the split chunk size 2022-06-15 09:48:32 +02:00
postmannen
036894a3fe writing tmp and final destinaton files 2022-06-15 07:51:58 +02:00
postmannen
23c22210a5 comments 2022-06-15 05:31:46 +02:00
postmannen
df0c2ddc90 receiving copy data at dst 2022-06-15 05:06:44 +02:00
postmannen
8d39c3c746 initial sending of chunks seems to work 2022-06-14 15:05:38 +02:00
postmannen
10579e0e5d putting all elements into cia at src at creation 2022-06-14 14:58:50 +02:00
postmannen
c7eec5a196 reading from file 2022-06-14 14:32:35 +02:00
postmannen
f2fe8606ec copySrcSubProcFunc receiving rdy from dst 2022-06-14 11:31:19 +02:00
postmannen
7c4fd58b04 srcSubHandler checking status value 2022-06-14 10:34:18 +02:00
postmannen
be181ec572 serializing data in sub req 2022-06-14 10:17:09 +02:00
postmannen
fe78d6c070 sub procs req use the same logic as normal req's for validation 2022-06-14 08:45:34 +02:00
postmannen
c4e384b987 Renamed REQSub to REQSUB 2022-06-14 07:09:20 +02:00
postmannen
1895fcb398 Changed message logic to handle REQSub sub requests 2022-06-14 07:05:38 +02:00
postmannen
537e7886dd added handler to type process 2022-06-11 06:30:58 +02:00
postmannen
237b946cf0 added copyInitialData to copy procFunc 2022-06-10 10:38:11 +02:00
postmannen
95ce5fed3b changed copy sub subjects to use "." for uuid 2022-06-10 06:34:39 +02:00
postmannen
c86e513cc0 copy, added proc info to reply message 2022-06-10 06:17:11 +02:00
postmannen
f78647196d added initial procFunc for methodREQCopyDst 2022-06-09 11:40:53 +02:00
postmannen
cd3618c5ea cbor marshaling data in initial copy message 2022-06-09 11:25:59 +02:00
postmannen
f1e1577a03 fixed copySrc reply message 2022-06-09 10:27:20 +02:00
postmannen
680cb1f4dd moved naming of process into newProcess 2022-06-09 10:18:09 +02:00
postmannen
731f628233 fixed wrong handling newpki when db is missing 2022-06-09 08:42:49 +02:00
postmannen
6f10ed9ecd Added startup flags for new copy src and dst methods 2022-06-09 05:59:37 +02:00
postmannen
0b29cbc6a0 initial new copy methods 2022-06-09 05:29:41 +02:00
postmannen
f50e521743 initial idea for large file copy 2022-06-07 11:52:30 +02:00
postmannen
cb974a1a28 fixed typo in readme 2022-06-03 18:31:25 +02:00
postmannen
999618be81 updated readme 2022-06-03 15:37:27 +02:00
postmannen
60281af105 Updated readme 2022-06-03 15:17:25 +02:00
postmannen
2c9b7919b3 renamed flag StartSubREQErrorLog to IsCentralErrorLogger 2022-06-03 06:02:27 +02:00
postmannen
bf14ad4d2a added a push update when deleting keys 2022-06-02 09:36:09 +02:00
postmannen
7e8ecc3397 added push once on run REQKeysAllow 2022-06-02 07:05:47 +02:00
postmannen
f152ccff0f fixed acl tests to use srv from TestMain 2022-06-02 06:42:59 +02:00
postmannen
8887fd4c2f turned off escaping when saving acl to file, cleaned up acl debug to console, acl distribution and verification seems to work 2022-06-02 06:29:37 +02:00
postmannen
d3078a79aa fixed missing pki 2022-06-01 17:35:23 +02:00
postmannen
d6552f686c moved main accessList methods to centralAuth 2022-06-01 15:58:17 +02:00
postmannen
604ead45fd moved main methods of pki to central auth 2022-06-01 15:11:23 +02:00
postmannen
49b558f371 wildcard matching hosts initially implemented, and seems to work 2022-06-01 14:30:30 +02:00
postmannen
fefa3087a9 for test using conf global variable 2022-06-01 13:15:15 +02:00
postmannen
4bfc4f3f03 imported pki into accessLists 2022-06-01 13:04:34 +02:00
postmannen
c32e9a673a added REQKeysDelete 2022-06-01 07:29:25 +02:00
postmannen
7d133c35fb added TestMain for starting server 2022-05-31 17:08:31 +02:00
postmannen
da1ab140c1 disabled keys push update.. for now. 2022-05-31 11:05:21 +02:00
postmannen
fac451ec0f updated yaml package, and removed debug info 2022-05-31 09:44:01 +02:00
postmannen
ba29a417e7 sending key updates once to nodes when update 2022-05-31 09:28:04 +02:00