Bryan Roe
|
573c12de39
|
Updated notes
|
2021-07-30 15:11:24 -07:00 |
|
Bryan Roe
|
4a6930e532
|
1. Updated so that .msh is read earlier, allowing --nocertstore switch to work as msh flag
2. Added --skipmaccheck
3. Updated behavior of websocket to not call removeAllListeners() on cleanup
|
2021-07-29 00:18:02 -07:00 |
|
Bryan Roe
|
9000041823
|
Fixed bug in promise where the promise returned by promise.this() didn't resolve correctly if it resolved after this() returned
|
2021-07-27 23:22:07 -07:00 |
|
Bryan Roe
|
7820ef25ba
|
1. Updated module search to use JS lookup table
2. Fixed bug in proxy failure fallback logic
|
2021-07-27 19:07:34 -07:00 |
|
Bryan Roe
|
4f0bee9fc9
|
Fixed bug in TLS verification where the stack was not popped the correct number of times, which could result in a runtime exception.
|
2021-07-26 14:42:04 -07:00 |
|
Bryan Roe
|
2a4e938a80
|
updated from UINT_PTR to uintptr_t
|
2021-07-23 21:39:08 -07:00 |
|
Bryan Roe
|
a41983ee7a
|
1. Fixed bug with uncaught rejections in promise.js
2. Updated DHCP.info to support mac address entry
3. Updated clipboard to be able to force single line entry for addModule
|
2021-07-23 16:04:54 -07:00 |
|
Bryan Roe
|
ad961128a2
|
Updated to support older agents
|
2021-07-22 16:36:25 -07:00 |
|
Bryan Roe
|
eaa948f184
|
Updated, so works on old agents
|
2021-07-22 16:07:25 -07:00 |
|
Bryan Roe
|
1ebdb4c58d
|
Added ability to version embedded JS files
|
2021-07-22 09:46:36 -07:00 |
|
Bryan Roe
|
aec6f65906
|
1. Added writeCalledByEnd
2. Updated http-digest.request, to use pass-thru end(buffer)
|
2021-07-19 19:07:03 -07:00 |
|
Bryan Roe
|
c7a4356dac
|
1. Merged GC optimization for promise.js
2. Fixed crash that can occur if dgram is GC'ed during event dispatch
3. Fixed compiler warning in ILibWebClient.c
4. Updated GC for dhcp.js
|
2021-07-17 11:32:25 -07:00 |
|
Bryan Roe
|
980005b40b
|
Initial add, for DHCP client, to be able to query things like Option 15
|
2021-07-16 11:58:16 -07:00 |
|
Bryan Roe
|
14d360d275
|
Merge branch 'master' of https://github.com/Ylianst/MeshAgent into master
|
2021-07-14 09:42:05 -07:00 |
|
Bryan Roe
|
e861afc5a6
|
1. Added info logging to heci onconnect
2. Updated amt-mei to use a singleton for PTHI
|
2021-07-14 09:38:17 -07:00 |
|
Ylian Saint-Hilaire
|
a678ff77f0
|
Fixed agent crash in WebRTC
|
2021-07-11 12:20:43 -07:00 |
|
Ylian Saint-Hilaire
|
5618516cb9
|
Fixed RCTPRCVDEBUG in ILibSCTP_AddPacketToHoldingQueue.
|
2021-07-11 11:42:24 -07:00 |
|
Ylian Saint-Hilaire
|
51646002cd
|
Fixed windows service install dialog box button placement.
|
2021-07-09 13:10:40 -07:00 |
|
Ylian Saint-Hilaire
|
2a2386b78e
|
Fixed agent install dialog text.
|
2021-07-09 12:40:53 -07:00 |
|
Ylian Saint-Hilaire
|
b9ab7d3ca3
|
Fixed privacy bar movement limitation.
|
2021-07-09 12:34:15 -07:00 |
|
Bryan Roe
|
1f5022ed16
|
Updated AV() to support UTF8
|
2021-07-06 14:07:36 -07:00 |
|
Bryan Roe
|
d13621a7c5
|
Added getProcessInfo support for windows
|
2021-07-06 12:39:26 -07:00 |
|
Bryan Roe
|
4f0b8f9eb4
|
Updated proxy support, to defer DNS resolve to proxy
|
2021-06-24 22:16:03 -07:00 |
|
Bryan Roe
|
f38283a9d8
|
Updated Proxy Support: (DNS resolved by proxy)
1. Added ILibAsyncSocket_ConnectToProxyEx()
2. Updated net.socket and tls.socket to use updated proxy method
|
2021-06-20 21:40:34 -07:00 |
|
Bryan Roe
|
0ea6e28021
|
1. Remove webSocketMaskOverride switch
2. Fixed bug where disableUpdate was not honored in certain edge cases
|
2021-06-15 09:18:48 -07:00 |
|
Bryan Roe
|
1c918a115c
|
Removed dead code
|
2021-05-20 11:41:19 -07:00 |
|
Bryan Roe
|
486f8eaa39
|
1. Fixed Compiler Warnings
2. Updated GC behavior for HTTP
|
2021-05-20 11:36:40 -07:00 |
|
Bryan Roe
|
2b1d5916bb
|
Modified behavior of child process on posix so when passing env vars it is passed to execve, instead of setting in current process, and inheriting using execv.
|
2021-05-19 15:29:07 -07:00 |
|
Bryan Roe
|
08d08307a4
|
Updated Helper Methods
|
2021-05-17 10:54:01 -07:00 |
|
Bryan Roe
|
b2e78b23e1
|
Added DisplayInfo for Windows
|
2021-05-16 13:47:28 -07:00 |
|
Bryan Roe
|
6a2afb8f78
|
Added support to lock local input on windows
|
2021-04-29 09:37:37 -07:00 |
|
Bryan Roe
|
186afacff4
|
Removed debug line
|
2021-04-22 15:02:01 -07:00 |
|
Bryan Roe
|
569ce4a1e7
|
Fixed Agent-Log parsing bug
|
2021-04-22 14:58:30 -07:00 |
|
Bryan Roe
|
f784374bb5
|
Added support for --nocertstore as a msh flag
|
2021-04-21 14:40:07 -07:00 |
|
Bryan Roe
|
9fa19bf1be
|
1. Added getDomain() to user-sessions for windows
2. Fixed service.restart() error condition, to reject the promise
3. Fixed ServiceMain start/stop/restart/state for Windows
|
2021-04-20 15:02:54 -07:00 |
|
Bryan Roe
|
05b492caed
|
Added Error Log parsing capability
|
2021-04-13 18:06:15 -07:00 |
|
Bryan Roe
|
4aa639cf62
|
Updated logging, so it does not log that a certificate as not found, on first load.
|
2021-04-09 10:18:02 -07:00 |
|
Bryan Roe
|
5c18c4ac01
|
1. Added logging for Windows Cert Store Error cases
2. Added db corruption detection
|
2021-04-08 23:34:10 -07:00 |
|
Bryan Roe
|
2f6756b364
|
Updated windows installer, to ignore PowerShell error on install/uninstall
|
2021-04-01 16:59:31 -07:00 |
|
Bryan Roe
|
d45d74a787
|
Updated Alpine Linux and FreeBSD to openssl/1.1.1k
|
2021-03-31 12:32:37 -07:00 |
|
Ylian Saint-Hilaire
|
6c36f2fa6b
|
Fixed JPEG chroma subsampling on TurboLibJPEG
|
2021-03-25 16:58:15 -07:00 |
|
Bryan Roe
|
0c1358a9ac
|
Updated openssl to 1.1.1k
|
2021-03-25 13:28:00 -07:00 |
|
Bryan Roe
|
0b434739a8
|
Disabled chroma subsampling
|
2021-03-25 09:06:51 -07:00 |
|
Bryan Roe
|
f8f657d730
|
Fixed enumerability of Array polyfill methods
|
2021-02-18 11:24:10 -08:00 |
|
Bryan Roe
|
da756d6b7f
|
Added new reference mode for EventEmitter
|
2021-02-18 01:51:52 -08:00 |
|
Bryan Roe
|
b8e4ba48b4
|
Fixed potential crash
|
2021-02-18 01:49:07 -08:00 |
|
Bryan Roe
|
4116bafb17
|
Added missing metadata
|
2021-02-18 01:47:58 -08:00 |
|
Bryan Roe
|
55f0f91587
|
Updated Garbage Handling
|
2021-02-17 01:00:21 -08:00 |
|
Bryan Roe
|
ebf06898b2
|
1. Fixed valgrind issue
2. Updated child_process, to now have back-parent pointer on completion
|
2021-02-16 21:59:48 -08:00 |
|
Bryan Roe
|
71b5e588c3
|
1. Updated to duktape 2.6.0
2. Added support for execution timeout
|
2021-02-16 15:10:28 -08:00 |
|