1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-23 19:53:47 +00:00
Commit Graph

1344 Commits

Author SHA1 Message Date
Bryan Roe
002fcb111c Added ability to set alternative fileName with installer 2020-12-30 20:11:38 -08:00
Bryan Roe
f28e7b072b 1. Fixed bug where Windows Terminal doesn't work when on battery power
2. Added logging for timers
2020-12-30 14:05:49 -08:00
Bryan Roe
4005cf3aa1 Updated behavior so when control channel is disconnected, tunnels are disconnected 2020-12-20 00:09:57 -08:00
Bryan Roe
c4eebc78eb Fixed MSH parsing bug on Windows MeshCentral_v0.7.29 2020-12-18 17:58:18 -08:00
Bryan Roe
eb1dbb6119 Updated language selection and defaults 2020-12-18 14:08:03 -08:00
Bryan Roe
c37087272a Added language default 2020-12-18 13:29:44 -08:00
Bryan Roe
bbd080f99c Removed unused variable 2020-12-18 10:54:54 -08:00
Bryan Roe
d435c9acb8 Fixed compiler warning 2020-12-18 10:52:33 -08:00
Bryan Roe
5c1b44e749 Fixed memory leak 2020-12-18 10:42:04 -08:00
Bryan Roe
081c866765 updated translation support 2020-12-17 15:26:01 -08:00
Bryan Roe
43a3cb1d21 updated translation support 2020-12-17 15:25:34 -08:00
Bryan Roe
9ec8e31dea Fixed bug in pipe/unpipe logic that could cause 100% cpu usage 2020-12-17 15:03:57 -08:00
Bryan Roe
33b4ea5385 Fixed bug with fs.readSync() default values 2020-12-16 12:13:59 -08:00
Bryan Roe
7c38b67ab5 Added switch for dynamically linking OpenSSL 2020-12-15 22:06:03 -08:00
Bryan Roe
61e52dcb36 1. Fixed compiler warning
2. Added service utility, to autocorrect for misconfiguration of service name
3. Modified Windows Service, to find correct service name, if misconfigured
2020-12-14 21:44:53 -08:00
Bryan Roe
a37b647519 Added translation support to windows install dialog 2020-12-11 18:47:31 -08:00
Bryan Roe
ca78d1dc26 Added translation support 2020-12-10 14:57:01 -08:00
Bryan Roe
cd6353ac28 Updated ILibLinkedList verification checks MeshCentral_v0.7.23 2020-12-10 13:54:08 -08:00
Bryan Roe
7cf439c761 1. Improved timer tracking display
2. Added -agentHash and -agentFullHash switches
2020-12-10 12:00:47 -08:00
Bryan Roe
a60c35d161 Added timer metadata for setInterval() elapsed/reset 2020-12-10 09:52:59 -08:00
Bryan Roe
8d4a222d47 Recompiled OpenSSL/1.1.1i for macOS with 10.4 target specified in cross compile MeshCentral_v0.7.21 2020-12-10 01:38:06 -08:00
Bryan Roe
10de0e5dce Added support for timerinfo in -state 2020-12-09 23:46:34 -08:00
Bryan Roe
ddc766be08 Added ability to track timers 2020-12-09 23:17:15 -08:00
Bryan Roe
64022f804c Updated chain viewer to show timeouts 2020-12-09 19:28:15 -08:00
Bryan Roe
219bb9ece1 1. Fixed compiler error for OpenSSL/1.1.1i for 32bit linux
2. Added compile switch for BIGCHAINLOCK
2020-12-09 19:10:03 -08:00
Bryan Roe
d1ec2487d8 Fixed compilation error 2020-12-09 18:56:59 -08:00
Bryan Roe
e40895fafe Merge branch 'master' of https://github.com/Ylianst/MeshAgent into master 2020-12-09 13:10:44 -08:00
Bryan Roe
c8500a4ee5 Worked around wmic formatting bug in Windows 7 / Server 2008 2020-12-09 13:10:23 -08:00
Ylian Saint-Hilaire
9ac6cd9c46 Updated OpenSSL 1.1.1i on Raspberry Pi. 2020-12-09 11:21:09 -08:00
Bryan Roe
d5b5efe2eb Updated to OpenSSL/1.1.1i for BSD 2020-12-08 19:33:05 -08:00
Bryan Roe
d728a75e6e Updated openwrt and armhf2 to OpenSSL/1.1.1i MeshCentral_v0.7.15 2020-12-08 13:31:06 -08:00
Bryan Roe
761dc5a2e0 Updated Linux,macOS, and Windows to OpenSSL/1.1.1i 2020-12-08 12:13:35 -08:00
Bryan Roe
f02fbd7d21 updated os.arch() for Apple Silicon 2020-12-07 18:35:08 -08:00
Bryan Roe
dfaf7909b3 Fixed issue related to Apple Silicon 2020-12-07 18:00:17 -08:00
Bryan Roe
462fa965ae Fixed spinlocks for ARCHID 7,9,13 2020-12-06 00:33:39 -08:00
Bryan Roe
018ba942a8 fixed compiler warning 2020-12-04 18:50:16 -08:00
Bryan Roe
02e3a54386 Fixed leak that could occur if the linux agent exits while KVM session is open 2020-12-04 17:40:26 -08:00
Bryan Roe
f3c530097c Removed debug printf that was left in 2020-12-04 13:41:00 -08:00
Bryan Roe
76b0f2348b Fixed memory leak when linux KVM is disconnected 2020-12-04 13:38:05 -08:00
Bryan Roe
04c5bf3799 Added safety check for WebClient state object 2020-12-04 10:37:58 -08:00
Bryan Roe
6e85f4d6bc removed debug messages 2020-12-03 18:23:58 -08:00
Bryan Roe
fa4b217943 Fixed memory leak that occurs if agent is shutdown while spawned processes are still open. 2020-12-03 18:20:11 -08:00
Bryan Roe
0b835a6c82 1. Fixed minor memory leaks
2. Updated child_process.waitExit() to throw an exception if it's aborted
2020-12-03 17:11:50 -08:00
Bryan Roe
8119f87d6b Added NULL check 2020-12-03 11:55:00 -08:00
Bryan Roe
30363a70f1 1. Updated error handling for MeshInfo_GetSystemInformation
2. Fixed missing ILibSpinLock declaration
3. Fixed compiler warning
2020-12-02 15:58:08 -08:00
Bryan Roe
4cc92a2d59 Updated error handling for info_GetLocalInterfaces on linux 2020-12-02 15:46:11 -08:00
Bryan Roe
16fe75a020 1. Fixed agent installer to correctly encode JSON when non ascii characters used
2. Fixed agent installer to correctly detect installPath in options
2020-12-01 23:24:58 -08:00
Bryan Roe
b01c9d8822 Added -help 2020-12-01 16:58:22 -08:00
Bryan Roe
af3a184696 Added system language query to Windows Service Installer 2020-12-01 14:48:59 -08:00
Bryan Roe
db9c020fa5 Added ability to specify flags for CreateNativeProxy on Windows 2020-12-01 02:51:35 -08:00