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

1828 Commits

Author SHA1 Message Date
Bryan Roe
8072454550 Added setting to enable/disable default Pin State 2022-07-15 20:23:28 -07:00
Bryan Roe
4870f77b4b Added documentation for Release Candidate Testing, checklist. 2022-07-15 15:19:21 -07:00
Bryan Roe
42340521ae Updated SMBIOS test to not use a timeout. 2022-07-14 19:31:16 -07:00
Bryan Roe
a918b4bd0a Added X11 check for clipboard test, because linux clipboard support requires X.
Added timeout for SMBIOS test on linux.
2022-07-14 15:51:01 -07:00
Bryan Roe
17fd485629 Updated OpenBSD to OpenSSL/1.1.1q 2022-07-14 15:27:29 -07:00
Bryan Roe
43ae880b34 Updated FreeBSD to OpenSSL/1.1.1q 2022-07-14 15:07:32 -07:00
Bryan Roe
f2933c7a7e Updated various Toolchains to OpenSSL/1.1.1q 2022-07-14 14:13:45 -07:00
Bryan Roe
2b35ab5f4c Updated Windows to OpenSSL/1.1.1q 2022-07-14 01:09:36 -07:00
Bryan Roe
fd1bfed92c Updated macOS Intel Silicon, to OpenSSL/1.1.1q 2022-07-14 00:11:54 -07:00
Bryan Roe
78aead6cc2 Updated macOS Apple Silicon to OpenSSL/1.1.1q 2022-07-13 23:59:34 -07:00
Bryan Roe
bfd914ab7e Updated Linux/x86 to OpenSSL/1.1.1q (CentOS 5.11) 2022-07-13 20:56:20 -07:00
Bryan Roe
98a079a31f Updated Linux/x86-64 to OpenSSL/1.1.1q 2022-07-13 20:31:16 -07:00
Bryan Roe
9bcad1a612 Fixed bug with hash of signed binaries when doing JS update 2022-07-13 14:15:52 -07:00
Bryan Roe
f85acd23bb Updated documentation for new unit tests 2022-07-13 11:03:31 -07:00
Bryan Roe
5b7950cbee Updated Clipboard unit test, so it can be run individually 2022-07-12 18:36:45 -07:00
Bryan Roe
4e8aa9e782 Fixed bug with ScriptContainer JSON dispatcher, that caused the child to crash 2022-07-12 18:35:49 -07:00
Bryan Roe
f4880573f3 Fixed JSON error in Process Enumeration that can occur in some linux distros 2022-07-12 12:27:44 -07:00
Bryan Roe
843a8bca54 Added AMT detection logic 2022-07-12 10:57:19 -07:00
Bryan Roe
031250ce52 Updated Terminal Test to skip POWERSHELL if ConPTY is not supported 2022-07-11 20:40:41 -07:00
Bryan Roe
9da328249f Added KVM Unit Test 2022-07-11 19:39:17 -07:00
Bryan Roe
1a053fc5d3 Added Terminal Unit Tests, for Root, User, Powershell, User Powershell 2022-07-11 12:44:37 -07:00
Bryan Roe
dd8b9f3330 Updated TimerLogic, to check ActiveList when removing from same thread 2022-07-08 16:13:20 -07:00
Bryan Roe
16be067781 Added ability to run Digest test individually 2022-07-08 14:40:49 -07:00
Bryan Roe
edca9ca3a6 added configurable timeout 2022-07-08 14:18:30 -07:00
Bryan Roe
f0635797c6 Fixed memory corruption issue in WebRTC 2022-07-08 12:04:10 -07:00
Bryan Roe
9db6752aaa Added Memory Helper macros for Legacy usage 2022-07-08 12:03:24 -07:00
Bryan Roe
c97e83193c Fixed bug with remote address flags 2022-07-08 10:04:40 -07:00
Bryan Roe
1783c5d2b3 Added timeout to webrtc test 2022-07-07 15:01:16 -07:00
Bryan Roe
a1679280ae Added WebLogging Support #define to release
Added Delay start support to unit tests
2022-07-07 14:46:12 -07:00
Bryan Roe
10cf922be7 Added Local/Remote Web Debug Support 2022-07-07 14:27:28 -07:00
Bryan Roe
ead04043d6 Fixed test case for freebsd 2022-07-07 12:41:27 -07:00
Bryan Roe
8b3f59b841 fixed bug with console display optimization 2022-07-07 12:34:26 -07:00
Bryan Roe
db93b53640 Updated help 2022-07-07 11:45:04 -07:00
Bryan Roe
b3e37dbfc2 Added File Transfer Unit Test 2022-07-07 11:41:35 -07:00
Bryan Roe
d1ef1e6421 Updated test, to include --WebRTC switch, and moved coreinfo to a promise 2022-07-07 10:20:10 -07:00
Bryan Roe
12985ff963 Fixed spacing 2022-07-06 23:58:13 -07:00
Bryan Roe
7b95f08983 Added blurb on randomized strings for Realm, Username, Password, Entity Body. 2022-07-06 23:57:07 -07:00
Bryan Roe
a15d15cb1b Fixed spelling 2022-07-06 23:53:36 -07:00
Bryan Roe
0fa9d556f0 First rev of documentation for Unit Test tool. 2022-07-06 23:50:43 -07:00
Bryan Roe
a616d650d8 First rev of WebRTC test migration 2022-07-06 17:37:54 -07:00
Bryan Roe
8a2a11cb97 fixed grammar 2022-07-05 23:57:00 -07:00
Bryan Roe
a9f8ebb437 Updated self update documentation to point out that update server TLS certificate must match control channel server TLS certificate. 2022-07-05 23:48:21 -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
6409183e72 Fixed bug where ctx dereference was placed before the validity check, instead of after 2022-07-02 10:42:54 -07:00
Bryan Roe
44e2dfaae4 Fixed Digest Unit test issue with persistent connections
Removed debug lines
2022-07-02 01:05:14 -07:00
Bryan Roe
143f7ef578 First Rev of Digest AUTH Unit Test
Fixed crash in ILibWebClient caused by NULL dereference
2022-07-02 00:03:41 -07:00
Bryan Roe
62195b6081 Added Digest Auth and Auth-Int support for server connections 2022-07-01 12:24:56 -07:00
Bryan Roe
25749eccaa Fixed bug that prevented digest/auth-int from correctly inserting entity body hash into the response. 2022-07-01 10:45:23 -07:00
Bryan Roe
963beb2b25 Removed debug console.log() 2022-07-01 03:03:08 -07:00
Bryan Roe
8f60da4435 Fixed parsing bug of digest authenticate headers when multiple qop options are present. Added support for auth-int on the client side. 2022-07-01 03:01:28 -07:00