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

1441 Commits

Author SHA1 Message Date
Bryan Roe
ca7cff61ff First draft MeshCentral_v0.7.65 2021-02-08 14:20:52 -08:00
Bryan Roe
43c5f2d1b5 Updated service restart on Windows, when called from self. 2021-02-07 15:26:53 -08:00
Bryan Roe
66e489c49c Changed default value of Enumerable macro 2021-02-05 20:08:31 -08:00
Bryan Roe
6df48effc3 Updated some properties of MeshAgent object to be enumerable 2021-02-05 19:56:34 -08:00
Bryan Roe
766b4e9df0 Fixed bug where promise.wait() would timeout if called after already settled 2021-02-05 15:21:15 -08:00
Bryan Roe
5ed2a792f5 Removed errant parameter 2021-02-05 14:55:52 -08:00
Bryan Roe
c219db858d Added #ifdef around Windows specific method call 2021-02-05 14:53:37 -08:00
Bryan Roe
c41b7195c6 1 Updated Windows Self update, to attempt to kill zombie processes
2. Added promise.wait()
2021-02-05 14:47:11 -08:00
Bryan Roe
d977bee7b9 Fixed compiler warning 2021-02-05 11:28:53 -08:00
Bryan Roe
911e6a5b18 Fixed bug where ALPN/sni was queried on non TLS connections 2021-02-05 11:22:25 -08:00
Bryan Roe
ae33e264c5 Updated sysinfo/volumes 2021-02-04 23:24:31 -08:00
Bryan Roe
19e7d9e876 1. Updated ALPN support to work better with NodeJS 6.0.0
2. Added servername property on tls.socket
2021-02-04 20:06:53 -08:00
Bryan Roe
6f28cdb484 1. Fixed bug where NetworkTimeout Error, caused duplicate connection
2. Fixed dispatcher on Windows to put username in quotes
3. Added additional logging
4. Added TLS/ALPN support
2021-02-04 12:57:36 -08:00
Bryan Roe
4a42d731b0 Fixed bug, where websockets were added into globalAgent, instead of local agent. 2021-02-02 17:15:11 -08:00
Bryan Roe
face65a52e Added service.parameters() for macOS 2021-01-31 01:20:35 -08:00
Bryan Roe
b39d7685a3 removed invalid entries from process enumeration MeshCentral_v0.7.59 2021-01-30 13:28:17 -08:00
Bryan Roe
3abda02c22 Fixed process enumeration truncation for FreeBSD and OpenWRT 2021-01-30 12:28:11 -08:00
Bryan Roe
8c8a6549f3 Added fallback for process parsing on linux 2021-01-30 10:55:41 -08:00
Bryan Roe
2f980a1b70 Fixed process enumeration parse errors on linux 2021-01-30 09:55:17 -08:00
Bryan Roe
d540fd64c8 Fixed service.restart() for self, for FreeBSD 2021-01-29 22:09:50 -08:00
Bryan Roe
464f756f6e Added service.parameters() for upstart and systemd 2021-01-29 19:42:49 -08:00
Bryan Roe
13a45a1116 Fixed bug/issue with systemd when trying to restart self 2021-01-29 12:18:12 -08:00
Bryan Roe
02aa37ca8f Fixed bug with systemd 'isRunning' 2021-01-29 11:59:34 -08:00
Bryan Roe
2feb21bd25 updated cleanbin 2021-01-29 10:20:20 -08:00
Bryan Roe
c3872d6ec8 1. Fixed execv(e)
2. Fixed service.restart() for OpenRC
2021-01-29 10:13:37 -08:00
Bryan Roe
434cc0e66b Fixed regex 2021-01-29 00:23:14 -08:00
Bryan Roe
7f5e1e3fd7 Added descriptor helper methods 2021-01-28 23:48:02 -08:00
Bryan Roe
50bb5730c3 Changed order of operation for getLibInfo() 2021-01-28 23:30:50 -08:00
Bryan Roe
a848bc6da8 Removed linux only restriction to getLibInfo() 2021-01-28 23:24:59 -08:00
Bryan Roe
3918aff513 Fixed typo in awkscript 2021-01-28 22:39:16 -08:00
Bryan Roe
956e735b82 Updated regex on getLibInfo() 2021-01-28 22:35:55 -08:00
Bryan Roe
e932a1ac99 Improved getLibInfo() to work even if ldconfig doesn't exist 2021-01-28 22:22:47 -08:00
Bryan Roe
ed42d06b4f Fixed error condition bug with getLibInfo() 2021-01-28 18:45:52 -08:00
Bryan Roe
acad58b731 Added workaround for rc-status bug 2021-01-28 17:49:36 -08:00
Bryan Roe
d664208b21 Fixed typo 2021-01-28 17:34:12 -08:00
Bryan Roe
c5e2b16e83 Added missing 'pid' setting for OpenRC 2021-01-28 17:21:51 -08:00
Bryan Roe
f67d632c4b Updated OpenRC support 2021-01-28 16:30:56 -08:00
Bryan Roe
40e91aa034 Added full support for OpenRC 2021-01-28 15:54:25 -08:00
Bryan Roe
8290c63552 Improved signal handling on linux, to support all standard signals. 2021-01-28 10:24:45 -08:00
Bryan Roe
704edbb802 Updated metadata 2021-01-28 02:11:05 -08:00
Bryan Roe
5be208f5b5 Added comments describing what libraries to install to build for Alpine. 2021-01-27 23:40:42 -08:00
Bryan Roe
3630e2c39a Added support for Alpine Linux 2021-01-27 22:43:29 -08:00
Bryan Roe
f60121e2c8 Fixed fileWatcher on linux, so that it also triggers on IN_ATTRIB 2021-01-27 19:03:30 -08:00
Bryan Roe
df6d938767 Resynced util-dns 2021-01-27 10:31:35 -08:00
Bryan Roe
edf771fdec updated macOS dns detection 2021-01-27 10:07:38 -08:00
Bryan Roe
53d79dca41 Added missing file 2021-01-27 09:57:36 -08:00
Bryan Roe
85ff9aece8 Fixed potential infinite loop 2021-01-26 17:42:34 -08:00
Bryan Roe
96b50f2dea Fixed compiler warning 2021-01-26 15:55:46 -08:00
Bryan Roe
a728ba40de Added NULL checks 2021-01-26 13:47:20 -08:00
Bryan Roe
eca6b61df5 Updated comments for ARCHID 32 2021-01-26 12:08:12 -08:00