This website requires JavaScript.
Explore
Help
Sign In
MeshCentral
/
MeshAgent
Watch
1
Star
0
Fork
0
You've already forked MeshAgent
mirror of
https://github.com/Ylianst/MeshAgent
synced
2026-02-16 00:24:25 +00:00
Code
Issues
Releases
Wiki
Activity
Files
d6500322b9578108bb8973bd679d65eb2dd3370c
MeshAgent
/
meshcore
History
Bryan Roe
d6500322b9
Updated, so double-click events are propagated from browser to agent. On MacOS, this is then used to simulate double-click, as Linux/Windows doesn't need to explicitly simulate double-click.
2019-01-23 15:54:40 -08:00
..
KVM
Updated, so double-click events are propagated from browser to agent. On MacOS, this is then used to simulate double-click, as Linux/Windows doesn't need to explicitly simulate double-click.
2019-01-23 15:54:40 -08:00
agentcore.c
Updated behavior so if agent update is disabled, it will send an agent hash of all zeros to the server, when asked for agent hash. This fixes a bug where the new version of the server only pushes a core, if the hash check succeeds.
2019-01-22 14:29:03 -08:00
agentcore.h
Added meshcore DelayStart feature
2019-01-18 22:46:12 -08:00
dummy.c
Added check in makefile to test for -no-pie support before using it
2019-01-16 22:59:09 -08:00
meshdefines.h
Added ability to propagate errors
2019-01-11 11:21:45 -08:00
meshinfo.c
…
meshinfo.h
…
signcheck.c
…
signcheck.h
…
wincrypto-dualmode.cpp
…
wincrypto.cpp
Fixed preprocessor, so compiled correctly if OpenSSL is not linked
2019-01-11 16:13:44 -08:00
wincrypto.h
…