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

1672 Commits

Author SHA1 Message Date
Bryan Roe
8a62a7d628 Add COM/WMI support for fetching windows volumes and bitlocker status 2022-03-14 22:36:05 -07:00
Bryan Roe
7c4aa3318f Updated win-dispatcher to use win-tasks, falling back to legacy SCHTASKS/POWERSHELL, to speed up dispatching 2022-03-08 13:00:35 -08:00
Bryan Roe
6030154d94 1. Updated Helper method for console.log to implement info1 & info2
2. Added more logging to WebRTC
3. Fix edge case when piping RTC DataChannel could result in 100% CPU utilization
2022-03-07 19:09:44 -08:00
Bryan Roe
c2bafce024 Fixed bug, where wrong object type was being pushed 2022-03-07 09:51:57 -08:00
Bryan Roe
bc482d2eba 1. Fixed bug where resolve fail resulted in Linux agent accidentally closing FD(0)
2. Updated logic, so calling close on an unconnected socket will still propagate a connect failure
2022-03-04 15:35:16 -08:00
Bryan Roe
6460a09542 Updated FSWatcher on linux, to re-init FD if it is 0 2022-03-03 22:26:07 -08:00
Bryan Roe
93b4a3b6dd Updated, so Windows will flush invalid socket descriptors 2022-03-03 15:17:08 -08:00
Bryan Roe
2660fd008b 1. Fixed Posix bug where invalid FD can cause other FD to not get serviced, and/or cause 100% CPU spike
2. Added Caps/Num/Scroll support to macOS KVM.
2022-03-03 11:16:55 -08:00
Bryan Roe
532d163727 1. Removed debug line from user-sessions
2. Added XKB extension support
3. Added linux support for SCROLL/NUM/CAPS
2022-02-28 12:31:00 -08:00
Bryan Roe
36ff9661e1 Added Xkeytosym 2022-02-26 14:12:53 -08:00
Bryan Roe
c6b20ff1e2 Added workaround for when browser passes windows specific extended up flags 2022-02-26 14:12:02 -08:00
Bryan Roe
91cde55010 Added workaround for when server passes windows specific keyflags. 2022-02-26 12:27:17 -08:00
Bryan Roe
2eb4d065c2 1. Updated to send CAPS/NUM/SCROLL status on windows on connect
2. Sends above status on change
2022-02-24 22:46:58 -08:00
Bryan Roe
2aa4dd11b7 1. Fixed edge case bug when maxTimeout<0 and actualTimeout is < UPNP_MAX_WAIT
2. Fixed edge case crash on timer cleanup
2022-02-24 13:11:39 -08:00
Bryan Roe
2f4addefa2 Add support for col_resize cursor on Windows 2022-02-24 00:53:44 -08:00
Bryan Roe
fd196933a0 Added ability to specify timeoutAutoAccept on windows user consent 2022-02-22 15:19:52 -08:00
Bryan Roe
117444c751 Added additional logging if XOPEN fails MeshCentral_v0.9.85 2022-02-17 02:11:00 -08:00
Bryan Roe
8e36f4eb7f Updated GDM/XAUTHORITY logic for SDDM 2022-02-17 01:47:47 -08:00
Bryan Roe
3f0cfeaae5 Removed unneeded code 2022-02-16 20:27:53 -08:00
Bryan Roe
9311ef3fd4 fixed error checking bug for foreground/background MSH values 2022-02-16 20:23:10 -08:00
Bryan Roe
4056245637 Updated copyright date in comments 2022-02-14 23:39:48 -08:00
Bryan Roe
16649cc054 Added support for PINNING of the windows privacy bar 2022-02-14 23:33:01 -08:00
Bryan Roe
a4d76c0ffb Updated support for settting alternate background/foreground color using an options object 2022-02-14 19:29:34 -08:00
Bryan Roe
7a2356f777 Added ability to specify alternate colors for windows installer UI 2022-02-14 12:13:56 -08:00
Bryan Roe
7df445ac6d Updated spacing on title bar for windows user consent and dialog MeshCentral_v0.9.81 2022-02-11 23:39:43 -08:00
Bryan Roe
5f78c87b07 Updated windows enhanced user consent to be DPI aware 2022-02-11 23:29:40 -08:00
Bryan Roe
cb7179057b Updated win-dialog to better support HighDPI displays 2022-02-11 19:43:30 -08:00
Bryan Roe
b668b2543e 1. Fixed bug with windows message pump where if a primitive is returned, an exception is thrown on 64 bit systems.
2. Fixed bug in windows message pump dispatching where uncaught exceptions prevented DefWindowProc from getting called.
2022-02-11 15:39:43 -08:00
Bryan Roe
c6ce7c1293 Updated close appearance of windows privacy bar 2022-02-10 15:21:06 -08:00
Bryan Roe
96d940eb0b Fixed error handler when GetDpiForMonitor() doesn't exist 2022-02-09 23:15:34 -08:00
Bryan Roe
b2e74808eb Set default dpi to 96, if it can't be determined. 2022-02-09 23:08:00 -08:00
Bryan Roe
7f7edbf0b0 Fixed DPI scaling of privacy bar on windows 2022-02-09 22:47:42 -08:00
Bryan Roe
f13f01eef1 Updated windows privacy bar to set cursor on creation 2022-02-09 19:44:48 -08:00
Bryan Roe
a626c63ee0 Updated window move algorithm for privacy bar on windows 2022-02-09 12:54:42 -08:00
Bryan Roe
a040047e01 1. Updated authenticode parser to check for empty string
2. Updated _agentStatus to support custom IPC
2022-02-08 13:28:24 -08:00
Bryan Roe
d821d53f19 Revert accidentally pushed changes 2022-02-04 17:22:47 -08:00
Bryan Roe
c7f4906889 Updated so log about certificate not being found, is only written if database didn't exist when agent was started 2022-02-04 17:09:15 -08:00
Bryan Roe
c3425929e4 Merge branch 'master' of https://github.com/Ylianst/MeshAgent into master 2022-02-04 15:55:58 -08:00
Bryan Roe
87e58ae8ec Fixed bug where DNS Locking checked for exception instead of NULL 2022-02-04 15:54:58 -08:00
Ylian Saint-Hilaire
7adf0dddd4 Updated headers. 2022-02-04 14:43:55 -08:00
Ylian Saint-Hilaire
ac5142e064 Added icon back. 2022-02-04 14:21:51 -08:00
Bryan Roe
0d354c9c52 Removed old code that setup firewall rules on each service start 2022-02-03 09:45:18 -08:00
Bryan Roe
53064d3745 removed debug line 2022-02-01 20:16:15 -08:00
Bryan Roe
11d13ce251 Added UTF8 support to zip reader/writer 2022-02-01 20:14:29 -08:00
Bryan Roe
47b99608cf Updated matching algorithm for ID_LOCK 2022-02-01 00:01:10 -08:00
Bryan Roe
be5cddf256 Added trim() to opus.url 2022-01-31 23:46:41 -08:00
Bryan Roe
e332236c4f Fixed size/spacing of image box 2022-01-31 19:00:08 -08:00
Bryan Roe
2a39934cee 1. Fixed bug with Authenticode URI parsing
2. Fixed bug with Http Uri parsing
2022-01-31 18:42:40 -08:00
Bryan Roe
9ecb0ad760 Added work-around for when WMI repository is corrupt/damaged 2022-01-30 22:15:04 -08:00
Bryan Roe
3a66cbfcb0 Updated windows privacy bar to use word ellipsis on truncation 2022-01-28 16:14:02 -08:00