Bryan Roe
dbb52e81d8
Updated console mode self-updater
2020-10-29 22:00:12 -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
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
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
Bryan Roe
c7b35ae9f1
Updated pipe permission for writableAll
2020-10-01 14:00:59 -07:00
Bryan Roe
18f3e8b9b3
Updated service install/uninstall for pfSense/OPNsense, to fix AUTO_START
2020-09-28 19:06:09 -07:00
Bryan Roe
73b1d5e77c
Converted atoi to safer alternative
2020-09-24 15:50:27 -07:00
Bryan Roe
600758ff8d
Fixed uninititalized value
2020-09-24 09:55:48 -07:00
Bryan Roe
f332ddb59c
1. Fixed bug in windows installer when installing when agent already installed
...
2. Added verbose mode for installer
2020-09-17 17:30:16 -07:00
Bryan Roe
3f4e5df9a2
Fixed formatting in error message
2020-09-17 14:53:28 -07:00
Bryan Roe
c9e42cae2c
Changed write to printf
2020-09-17 14:49:43 -07:00
Bryan Roe
9e2d0eda91
Added more descriptive error message for FreeBSD when procfs is not mounted
2020-09-17 14:47:33 -07:00
Bryan Roe
8cdcfcb187
Addressed Checkmarx issues
2020-09-17 12:59:15 -07:00
Bryan Roe
20d4345a87
1. Updated console.log to use snprintf to size buffer
...
2. Fixed code that was accidentally deleted from macOS service-manager
2020-09-17 12:49:12 -07:00
Bryan Roe
1578423f28
Removed unreferenced file
2020-09-17 10:45:58 -07:00
Bryan Roe
5100ef10c0
Updated laptop detection on Windows
2020-09-13 12:56:17 -07:00
Bryan Roe
61b8c71e6a
Fixed init.d PID check
2020-09-10 10:49:26 -07:00
Bryan Roe
0f042fa34e
Fixed service installation for init.d
2020-09-10 01:08:04 -07:00
Bryan Roe
80158d42ea
1. Updated installer to support --installPath on most all platforms
...
2. Updated installer, so if service already exists, and installPath isn't specified, it will try to use the existing path.
2020-09-09 22:11:33 -07:00
Bryan Roe
cb364e8ec4
Fixed init.d service issue
2020-09-09 13:50:48 -07:00
Bryan Roe
e6ac052c88
Updated installer on Windows, so installation works correctly if installing from non user account
2020-09-09 11:34:00 -07:00
Bryan Roe
df75f8897d
Fixed zip crash
2020-09-03 13:42:44 -07:00
Bryan Roe
f5cfbc6f48
1. Updated makefile to build filewatcher for pi
...
2. Fixed crash when zipping multiple files
2020-09-03 11:14:44 -07:00
Bryan Roe
3fae5b9398
1. Fixed flow control bug with compressed-stream
...
2. Fixed moderated event on linux
2020-09-02 23:04:42 -07:00
Bryan Roe
b484cf9815
Updated proxy detection algorithm on Linux.
2020-08-27 13:14:11 -07:00
Bryan Roe
105ff1dcb4
Fixed byte order when parsing gatway address on BigEndian platforms
2020-08-21 23:45:23 -07:00
Bryan Roe
7cc0f0c213
Updated installer to save ID of user that installed agent
2020-08-21 19:41:19 -07:00
Bryan Roe
beaadd09c6
Added procd support for installer
2020-08-20 23:19:04 -07:00
Bryan Roe
87991a34ab
Added initial support for procd service type
2020-08-20 17:48:46 -07:00
Bryan Roe
847d72c9ff
Added signal handler, to support stopping from a service manager, like procd
2020-08-20 16:24:34 -07:00
Bryan Roe
2278a1cc35
added daemon helper
2020-08-19 21:43:16 -07:00
Bryan Roe
fbccacaaf4
Updated proxy-helper on linux to parse autofs mount points to prevent bad interactions
2020-08-19 17:39:49 -07:00
Bryan Roe
86d074f56f
1. Added event moderation support
...
2. Added progress support to zip-writer
2020-08-18 14:14:51 -07:00
Bryan Roe
321cae9eb0
1. Fixed crash that could happen when you close a FD in fs.closeSync()
...
2. Added 'cancel' method/event to zip-writer.js
3. Fixed bug in Windows Zip-Writer when parsing basePath
4. Added ability to manually specify basePath in Zip-Writer
2020-08-18 11:09:56 -07:00
Ylian Saint-Hilaire
376d51cb9e
Added optimization comment.
2020-08-12 12:33:58 -07:00
Bryan Roe
0946ab8479
Fixed bug in rejector uncaught detection logic
2020-08-11 00:53:53 -07:00
Bryan Roe
68fe2d9ad0
Simplified promise rejection handling
2020-08-10 23:42:34 -07:00