Bryan Roe
|
58abd6f623
|
updated comments
|
2020-11-12 00:49:07 -08:00 |
|
Bryan Roe
|
d96a6b9e03
|
Added support for macOS running on Apple Silicon
|
2020-11-12 00:28:40 -08:00 |
|
Bryan Roe
|
dfb62e8580
|
Updated Windows Install Dialog
|
2020-11-11 20:05:30 -08:00 |
|
Bryan Roe
|
d5a2c078be
|
Added 'mips' and 'mipsel' to os.arch()
|
2020-11-11 16:39:15 -08:00 |
|
Bryan Roe
|
1ec352f96b
|
updated process.versions
MeshCentral_v0.6.85
|
2020-11-10 23:07:56 -08:00 |
|
Bryan Roe
|
58a7305920
|
1. Fixed bug in self-update on Windows, when looking at argv
2. Added comments about LoadLibraryEx usage
3. Modified IsWow64() to use GetModuleHandleA() instead of LoadLibraryEx()
|
2020-11-10 20:36:05 -08:00 |
|
Bryan Roe
|
cb7b76a1ab
|
1. Removed LoadLibraryExA() call for GetTickCount64 on windows
2. Fixed self update bug on older installs
|
2020-11-10 17:13:02 -08:00 |
|
Bryan Roe
|
56f9f4e547
|
Added cert digest
|
2020-11-10 14:13:59 -08:00 |
|
Bryan Roe
|
146afea5cb
|
Added 'ControlChannelCertificate' property to MeshAgent object
|
2020-11-10 13:47:23 -08:00 |
|
Bryan Roe
|
b6b6cb27bc
|
Fixed bug in Windows Installer when querying agent name if service has never been installed
|
2020-11-10 09:40:40 -08:00 |
|
Bryan Roe
|
8e672f11af
|
Fixed bug when TLS masking is enabled
|
2020-11-10 04:23:59 -08:00 |
|
Bryan Roe
|
337e243dfb
|
Fixed exception that could occur in windows self update
|
2020-11-10 03:30:31 -08:00 |
|
Bryan Roe
|
c14f8111c3
|
Updated self update for Windows
|
2020-11-10 02:50:57 -08:00 |
|
Bryan Roe
|
ef307c7843
|
Fixed 32 bit compiler warnings, and fixed bug where serviceName could be undefined
|
2020-11-10 02:08:06 -08:00 |
|
Bryan Roe
|
4bc6ab6e3b
|
Fixed windows cleanup for file-search
|
2020-11-09 14:14:33 -08:00 |
|
Bryan Roe
|
2ac75f7586
|
Added support for file-search
|
2020-11-09 11:55:36 -08:00 |
|
Bryan Roe
|
7389e6c975
|
Added support for displayName
|
2020-11-06 13:39:20 -08:00 |
|
Bryan Roe
|
a8f36f278d
|
Fixed Toasts/Message-Box on macOS when there's a space in the exepath
|
2020-11-05 19:20:25 -08:00 |
|
Bryan Roe
|
949892a0eb
|
Updated service manager for FreeBSD
|
2020-11-05 17:27:07 -08:00 |
|
Bryan Roe
|
935074ef4a
|
Updated procd (openwrt) support
|
2020-11-05 14:25:26 -08:00 |
|
Bryan Roe
|
4eb89313c8
|
Updated systemd unit to correctly unescape ExecStart
|
2020-11-04 21:49:53 -08:00 |
|
Bryan Roe
|
db154bb044
|
Fixed support for UTF8 characters in install path, for init/upstart
|
2020-11-04 20:00:08 -08:00 |
|
Bryan Roe
|
b2bb58cc96
|
Added quotes to selfupdate path copy operation
|
2020-11-04 19:58:35 -08:00 |
|
Bryan Roe
|
be4e79941c
|
fixed bug/typo with child.waitExit() timeout
|
2020-11-04 19:57:56 -08:00 |
|
Bryan Roe
|
ac8441cf3e
|
Fixed crash on Windows when using installer UI
|
2020-11-03 10:46:06 -08:00 |
|
Bryan Roe
|
a5017cdea8
|
Updated self update for FreeBSD to not spawn a child.
|
2020-11-02 12:41:22 -08:00 |
|
Bryan Roe
|
5417cf5f09
|
Updated self update to display update message in console mode on linux
|
2020-11-02 10:12:06 -08:00 |
|
Bryan Roe
|
149038a657
|
Fixed compiler warning
|
2020-11-02 10:11:40 -08:00 |
|
Bryan Roe
|
dbb52e81d8
|
Updated console mode self-updater
|
2020-10-29 22:00:12 -07:00 |
|
Bryan Roe
|
cc975fdfae
|
Added bounds check
|
2020-10-29 14:45:14 -07:00 |
|
Bryan Roe
|
d529c5ec7c
|
Added missing format string
|
2020-10-29 14:43:02 -07:00 |
|
Bryan Roe
|
cb24703141
|
Addressed IOActive issues:
1. Remapped ASTRING to UTF8String
2. Added size check
|
2020-10-29 14:41:55 -07:00 |
|
Bryan Roe
|
e842f641db
|
Updated installer, to try to determine service name from already installed service, if install/uninstalled in place.
|
2020-10-27 12:09:39 -07:00 |
|
Bryan Roe
|
aeef17e649
|
Added support for parallel installs, using alternative service names
|
2020-10-24 13:26:02 -07:00 |
|
Bryan Roe
|
f94758c7e6
|
Fixed crash that could occur on linux, when using fdsnapshot
|
2020-10-23 17:30:30 -07:00 |
|
Bryan Roe
|
1fea959067
|
Added 'updatesEnabled' property to MeshAgent object
|
2020-10-18 01:38:36 -07:00 |
|
Bryan Roe
|
0773585dfd
|
Disabled self-update if any of the following is true:
1. Agent running as service, but without admin rights
2. Agent running as console, in temporary mode
|
2020-10-18 01:17:17 -07:00 |
|
Bryan Roe
|
67e3b3c118
|
Updated service-manager on windows to not require admin for service enumeration
|
2020-10-18 00:43:17 -07:00 |
|
Bryan Roe
|
7ae97b3a7d
|
Fixed crash on self-update, caused by IOActive fix on posix
|
2020-10-17 13:35:11 -07:00 |
|
Bryan Roe
|
d895d92e07
|
Added helper method to securely scrub memory
|
2020-10-16 18:48:25 -07:00 |
|
Bryan Roe
|
f5906fac77
|
Fixed bug with IOActive change that causes crash during windows self update
|
2020-10-16 15:48:36 -07:00 |
|
Bryan Roe
|
a2892996fb
|
IOActive update for size_t vs int for buffer lengths
|
2020-10-16 00:48:34 -07:00 |
|
Bryan Roe
|
78b65edc4e
|
Updated ASCII conversion to throw exception on failure
|
2020-10-13 18:14:15 -07:00 |
|
Bryan Roe
|
3254c82c8f
|
Updated compressed-stream error logic
|
2020-10-13 17:53:11 -07:00 |
|
Bryan Roe
|
6bf6d0a105
|
Fixed memory leak in error case
|
2020-10-13 16:52:00 -07:00 |
|
Bryan Roe
|
01bae0f5e5
|
1. Fixed compiler warning
2. Updated chain, so that thread id is saved at creation time
3. Updated Make_AbsolutePath() per IOActive
|
2020-10-13 16:44:38 -07:00 |
|
Bryan Roe
|
17a487af68
|
1. Fixed crash that occured in metadata
2. Added support for server.connections
|
2020-10-11 18:59:09 -07:00 |
|
Bryan Roe
|
e4d12f14c6
|
Changed property name from backlog to maxConnections, for concurrency
|
2020-10-09 00:31:50 -07:00 |
|
Bryan Roe
|
1ef348bbc4
|
Updated concurrency support for Windows
|
2020-10-08 16:31:55 -07:00 |
|
Bryan Roe
|
3f6f00f915
|
Added support for IPC concurrency on Windows
|
2020-10-06 17:56:44 -07:00 |
|