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

415 Commits

Author SHA1 Message Date
Bryan Roe
aeef17e649 Added support for parallel installs, using alternative service names 2020-10-24 13:26:02 -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
a2892996fb IOActive update for size_t vs int for buffer lengths 2020-10-16 00:48:34 -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
1ef348bbc4 Updated concurrency support for Windows 2020-10-08 16:31:55 -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
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
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
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
b484cf9815 Updated proxy detection algorithm on Linux. 2020-08-27 13:14:11 -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
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
Bryan Roe
6740cbf55d Fixed bug in message-box (user-consent) introduced in older zenity platforms 2020-08-06 01:33:30 -07:00
Bryan Roe
5f02915532 1. Updated EncryptionStream.GenerateRandom to return a node JS buffer
2. Fixed bug in promise
2020-08-05 21:14:44 -07:00
Bryan Roe
399e1cc9f3 Fixed service manager on freebsd to correctly parse PID when daemon is in use 2020-08-03 21:16:51 -07:00
Bryan Roe
465805bc96 Fixed issue with freebsd 2020-08-03 11:44:44 -07:00
Bryan Roe
3afdfe3609 Updated support for KDE/PLasma 2020-08-02 21:10:12 -07:00
Bryan Roe
b40b4f45e6 1. Updated macOS message-box to correctly detect cancel button press
2. Fixed compiler warning
3. Updated --no-embedded=1 detection
2020-08-02 15:48:15 -07:00
Bryan Roe
9931cdd9e1 Updated on macOS to address multiline captions and button count errors 2020-08-02 14:06:58 -07:00
Bryan Roe
43e09dd41e 1. Removed uneccessary printf
2. Added support for hex values for CAched db entries
3. Added --copy-msh support in agent installer
4. Added --no-embedded support
2020-08-01 02:38:38 -07:00
Bryan Roe
8ff0db9c3e Added support for custom button layouts when supported by zenity 2020-07-31 19:24:44 -07:00
Bryan Roe
70a6130747 Added 'extra' property to message-box.zenity to poke for extra-button support 2020-07-31 15:17:01 -07:00
Bryan Roe
1e5b1afb9a Fixed win-systray cleanup, so if you call remove without exiting/dumping, it disconnects the IPC. 2020-07-31 00:38:04 -07:00
Bryan Roe
7a265a37b9 1. Fixed crash that occurs when meshcore is cleared, if FDSNAPSHOT was used
2. Fixed uncaught exception that occurs when you emit an event on a finalized object
2020-07-30 21:32:47 -07:00
Bryan Roe
2e1d102311 Updated windows system tray support 2020-07-30 18:38:27 -07:00
Bryan Roe
3757910295 Added Array.findIndex() polyfill 2020-07-28 15:16:09 -07:00
Bryan Roe
67fc6c54b1 Addressed IOActive issues 2020-07-15 01:24:56 -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
df95ab804c Fixed uncaught exception on toast timeout, on older linux distros 2020-07-07 17:04:47 -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
b0e13ec876 Added missing commit to fix privacy bar on Windows 2020-06-29 11:11:01 -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
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