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

1224 Commits

Author SHA1 Message Date
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
Bryan Roe
0d4f0f6adc 1. Implemented missing event 'net.server.connect'
2. Added integer overflow checks on ILibMemory operations
3. Added better bounds checking for DNS resolve and PE header parsing
2020-06-26 23:10:43 -07:00
Bryan Roe
a765847f0a added MeshAgent.kvmRefresh() 2020-06-26 15:47:09 -07:00
Bryan Roe
5308242a52 Updated control channel to write DNS cache entry for meshcore tunnel 2020-06-26 14:51:05 -07:00
Bryan Roe
e289d5f4b2 fixed compiler warnings MeshCentral_v0.5.73 2020-06-25 22:22:26 -07:00
Bryan Roe
6342322c05 Fixed cleanup and updated metadata 2020-06-25 19:11:14 -07:00
Bryan Roe
557840e642 1. Fixed edge case bug with installPath on Windows Service Manager
2. Updated Agent installer to copy .proxy file if present at install time
3. Updated proxy check on Linux/Gnome to only call gsettings if home folder is present for given user
2020-06-25 16:59:30 -07:00
Bryan Roe
10bde8c328 1. Fixed typo with upstart service manager .conf definition
2. Added support for installedDate in service manager
3. Fixed compiler warnings
2020-06-25 12:34:56 -07:00
Bryan Roe
788adeb246 1. Fixed unpipe bug
2. Fixed Windows/Linux interop issue
2020-06-24 16:02:46 -07:00
Bryan Roe
9b6669f074 Fixed compiler warnings 2020-06-24 15:10:00 -07:00
Bryan Roe
ac1da9725d Improved zip-reader to better support relative paths 2020-06-24 13:58:56 -07:00
Bryan Roe
33035ea5e3 Updated zip-writer so you can pass folder names 2020-06-24 01:59:01 -07:00
Bryan Roe
f97ebdbdd4 1.) Fixed base folder bug if single file is passed
2.) Updated db JavaScript object to support compressed records
2020-06-24 00:44:49 -07:00
Bryan Roe
e3c20eb6c5 Removed unreferecned code 2020-06-23 13:50:29 -07:00
Bryan Roe
9a08c9f7f8 Removed dead code 2020-06-23 13:48:55 -07:00
Bryan Roe
ea1c9fbf20 Updated db to better support compressed records. 2020-06-23 01:57:08 -07:00
Bryan Roe
e36ca6dbaa Fixed bug with options detection 2020-06-23 00:50:40 -07:00