1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Bryan Roe
9bcad1a612 Fixed bug with hash of signed binaries when doing JS update 2022-07-13 14:15:52 -07:00
Bryan Roe
ab66cf445e First revision of Agent Self Update documentation, describing self update architecture and testing procedure..
Also updated update-test to only validate recoverycore, when JS is specified.
2022-07-05 23:24:33 -07:00
Bryan Roe
8b8d2b95df Updated, so core dumps are saved on crash 2022-06-28 18:32:42 -07:00
Bryan Roe
c0d6780f2a Fixed spelling error in help 2022-06-28 13:16:16 -07:00
Bryan Roe
b3e7943264 Updated agent-installer and update-test so that the self update test can be used with very old agents, to test updating to/from old releases. 2022-06-28 13:10:13 -07:00
Bryan Roe
fb6a935782 Added ability to specify RecoveryCore location 2022-06-28 00:20:16 -07:00
Bryan Roe
160b4b946d Added inline documentation on usage, if --help is specified. 2022-06-27 23:44:54 -07:00
Bryan Roe
876682875a Updated clipboard usage, to only use clipboard when necessary 2022-06-27 20:47:19 -07:00
Bryan Roe
9a0a4dede4 Updated Self-Update Test, to uninstall service after finishing test 2022-06-27 20:01:35 -07:00
Bryan Roe
f559513474 Added support for AltBinary during Update Test 2022-06-20 15:20:01 -07:00
Bryan Roe
b1dfdfa0bd 1. Fixed autoproxy retry logic on connect/disconnect
2. Updated Self Update Test, to push native updates in 16k chunks.
2022-06-16 11:42:07 -07:00
Bryan Roe
f710290357 1. Added CycleCount, MinimumDelay, MaximumDelay, support to Self Update Test
2. Fixed edge case resource leak with clipboard on linux
2022-06-14 22:03:49 -07:00
Bryan Roe
888398bffc 1. Added support for command line parameters.
2. Added support for pushing recovery core
3. Added support for JS Update Path
2022-06-08 20:38:17 -07:00
Bryan Roe
9021b2a791 Added ability to push an agent update 2022-06-08 01:45:22 -07:00
Bryan Roe
3adaae6f4f 1. Added flag, so agent installer can be embedded in-proc
2. Updated update-test to be able to self-install service, and have it connect back
2022-06-07 13:00:10 -07:00
Bryan Roe
dec0fcb5c0 1. Added NULL check on util_to_cer
2. Added digest() to tls.GenerateCertificate()
3. Added first rev of Simulated Server, for Agent Self Update Test
2022-06-06 23:50:09 -07:00