1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-25 20:53:15 +00:00
Commit Graph

1140 Commits

Author SHA1 Message Date
Bryan Roe
9f09abdbcd Updated EventEmitter to use JS data structure instead of native 2020-07-28 15:17:37 -07:00
Bryan Roe
182469a82c Fixed bug with ILibParseString, if offset was specified 2020-07-28 15:16:40 -07:00
Bryan Roe
3757910295 Added Array.findIndex() polyfill 2020-07-28 15:16:09 -07:00
Bryan Roe
1064fee868 1. Fixed size checks
2. Added checks for db write errors, and added readonly mode failover, with an error event
2020-07-27 13:19:36 -07:00
Bryan Roe
e132cb9d0b Fixed hash buffer size 2020-07-27 13:18:24 -07:00
Bryan Roe
9c3fa12dc6 1. Fixed typo
2. Added handler for jpeg memory allocation error
2020-07-27 09:59:07 -07:00
Bryan Roe
453b5cdf5b Fixed broken while loop 2020-07-27 09:58:04 -07:00
Bryan Roe
c986d60132 REmoved unreferenced variable 2020-07-27 09:57:23 -07:00
Bryan Roe
6c6c9b871e 1. Added upperbound on alloca
2. Removed unreferenced variables
2020-07-27 09:56:58 -07:00
Bryan Roe
d9b236971e Added missing error handler 2020-07-27 09:56:14 -07:00
Bryan Roe
3452a4c59a Updated to emit error if decrypt fails 2020-07-27 09:55:20 -07:00
Bryan Roe
4d828e15da Fixed bug where if no items are in the chain or the handle list, the timeout was left at 0, causing high CPU utilization on Windows. MeshCentral_v0.5.95 2020-07-26 00:57:59 -07:00
Bryan Roe
a45f5f07c8 Updated readonly support MeshCentral_v0.5.90 2020-07-18 01:55:10 -07:00
Bryan Roe
d1a615b7ec Added metadata 2020-07-18 00:54:07 -07:00
Bryan Roe
af9ce34a6f Updated to better support readonly filesystems 2020-07-18 00:32:35 -07:00
Bryan Roe
1337c449cc Updated header parsing for permessage-deflate 2020-07-17 22:58:00 -07:00
Bryan Roe
6fbba1ec0b 1. Update SHA384FileHash to support non binaries on Windows
2. Updated deflate settings
2020-07-17 14:56:16 -07:00
Bryan Roe
63d979ae97 Added ability to run zip files from command line 2020-07-17 10:31:17 -07:00
Bryan Roe
a01579619a 1. Fixed bug with permessage-deflate when permessage-deflate isn't used
2. Added support for Compressed MeshCore
2020-07-16 22:47:20 -07:00
Bryan Roe
0f4b18b8eb 1. Fixed compiler warnings
2. Fixed #ifdef for NOTLS
2020-07-16 17:48:35 -07:00
Bryan Roe
42642f1433 Updated compression statistics 2020-07-16 17:02:48 -07:00
Bryan Roe
de646bc728 Added support for websocket permessage-deflate 2020-07-16 16:49:37 -07:00
Bryan Roe
7814278d4f 1. Updated encrypted discovery
2. Fixed memory leak
2020-07-15 14:11:32 -07:00
Ylian Saint-Hilaire
8737ba90e8 Added UDP server discovery encryption support. 2020-07-15 11:25:16 -07:00
Bryan Roe
78fca8dfb3 Fixed IOActive issue with Multicast Discovery 2020-07-15 11:10:55 -07:00
Bryan Roe
0902718a47 Fixed bug in IOActive fix 2020-07-15 01:42:12 -07:00
Bryan Roe
67fc6c54b1 Addressed IOActive issues 2020-07-15 01:24:56 -07:00
Bryan Roe
70593e995b 1. added os.endianness
2. added os.uptime()
3. added bignum property support to _GenericMarshal.Variable
2020-07-11 01:34:33 -07:00
Bryan Roe
f9c9e4264d 1. Updated fs.readSync
2. Added zip-reader.isZip()
3. Added support for zip compressed selfupdate
2020-07-10 01:01:27 -07:00
Bryan Roe
c390676809 Addressed CodeQL issues 2020-07-08 22:18:54 -07:00
Bryan Roe
e1377cd74f Merge branch 'master' of https://github.com/Ylianst/MeshAgent 2020-07-08 21:47:09 -07:00
Bryan Roe
de4ee73ae6 Addressed CodeQL analysis 2020-07-08 21:46:53 -07:00
Bryan Roe
9a886143a6 Update codeql-analysis.yml 2020-07-08 17:02:05 -07:00
Bryan Roe
f042835871 Update codeql-analysis.yml 2020-07-08 16:59:31 -07:00
Bryan Roe
1e4171a0a9 Update codeql-analysis.yml 2020-07-08 16:49:58 -07:00
Bryan Roe
9eb14f75d1 Update codeql-analysis.yml 2020-07-08 16:44:23 -07:00
Bryan Roe
4728330c5e Fixed some warnings MeshCentral_v0.5.81 2020-07-08 16:07:04 -07:00
Bryan Roe
8dc669699e Added mitigation for signal handling with vfork 2020-07-07 17:05:47 -07:00
Bryan Roe
df95ab804c Fixed uncaught exception on toast timeout, on older linux distros 2020-07-07 17:04:47 -07:00
Bryan Roe
705f5eadfc Updated servuceAuthState to use |= instead of += 2020-07-07 11:32:00 -07:00
Bryan Roe
e9573e5261 Updated server authentication to mitigate integer overflow attack 2020-07-07 01:41:12 -07:00
Bryan Roe
f2cbf1f10d Updated LoadLibrary() to specify system32 path only 2020-07-06 18:46:48 -07:00
Bryan Roe
bc6aa93ddc Updated duk_ctx_is_alive 2020-07-06 16:48:40 -07:00
Bryan Roe
ef58abb73c Added support for mesage-box to display on lock/login screen on Windows 2020-07-01 17:11:19 -07:00
Bryan Roe
ba8e43b47c 1. Fixed integer overflow detection for 32 bit
2. Fixed compiler warning
MeshCentral_v0.5.77
2020-06-30 10:58:59 -07:00
Ylian Saint-Hilaire
7e81f12a33 Removed auto-build from code scan script. MeshCentral_v0.5.76 2020-06-29 13:21:48 -07:00
Bryan Roe
d5f98ce08c Merge branch 'master' of https://github.com/Ylianst/MeshAgent 2020-06-29 11:11:17 -07:00
Bryan Roe
b0e13ec876 Added missing commit to fix privacy bar on Windows 2020-06-29 11:11:01 -07:00
Ylian Saint-Hilaire
36b47f95ec Create codeql-analysis.yml 2020-06-28 11:36:19 -07:00
Bryan Roe
38ae8fc4c7 Fixed 'connect' handler 2020-06-27 01:03:30 -07:00