Iain Patterson
|
586ea54f69
Command to show processes started by the service.
|
6 years ago |
Iain Patterson
|
b6d5dc93f2
Added get_debug_token().
|
6 years ago |
Iain Patterson
|
d06a30c2b9
Abstract kill_process_tree().
|
6 years ago |
Iain Patterson
|
7bc41a82f6
Let the dump command copy a service.
|
6 years ago |
Iain Patterson
|
3c9d8f85d3
Command to dump service configuration.
|
6 years ago |
Iain Patterson
|
9c2dbaf361
Don't mangle the input to split_hook_name().
|
6 years ago |
Iain Patterson
|
fa260da979
Define for default parameter string.
|
6 years ago |
Iain Patterson
|
6876abb0a0
Export hook strings.
|
6 years ago |
Iain Patterson
|
08eaf3dcc1
Allow adding or removing individual dependencies.
|
6 years ago |
Iain Patterson
|
de47d8ddf9
Added append_to/remove_from_dependencies().
|
6 years ago |
Iain Patterson
|
3e92dce871
Allow adding or removing individual environment variables.
|
6 years ago |
Iain Patterson
|
6ab2ed787e
Don't leak memory in get_service_dependencies().
|
6 years ago |
Iain Patterson
|
6456709797
Some notes on the environment and registry.
|
6 years ago |
Iain Patterson
|
f56089cede
Added append_to/remove_from_environment_block().
|
6 years ago |
Iain Patterson
|
ac8cdc8a64
Functions to work with null delimited lists.
|
6 years ago |
Iain Patterson
|
c0bb728456
Handle second parameter of unformat_double_null().
|
6 years ago |
Iain Patterson
|
70c205435a
Added enumerate_registry_values().
|
6 years ago |
Iain Patterson
|
7085323d70
Correct return code from setting_get_priority().
|
6 years ago |
Iain Patterson
|
264c99d57e
Open registry with read/write when setting parameters.
|
6 years ago |
Iain Patterson
|
8835843825
Ensure we have the right key for querying Environment.
|
6 years ago |
Iain Patterson
|
cbce0c7e01
RegQueryValueEx() returns error code directly.
|
6 years ago |
Iain Patterson
|
2a259b54ca
Added quote().
|
6 years ago |
Iain Patterson
|
caaaa1208f
Added nssm_exe().
|
6 years ago |
Iain Patterson
|
6adc886e1f
Redirect hooks' output.
|
7 years ago |
Iain Patterson
|
4f7514a8b8
Added dup_handle().
|
7 years ago |
Iain Patterson
|
5da5a6b4bf
David Bremner committed some fixes.
|
7 years ago |
David Bremner
|
74f2d0e189
CreateFile returns INVALID_HANDLE_VALUE on failure https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx
|
7 years ago |
David Bremner
|
eed3860f97
CreateToolhelp32Snapshot returns INVALID_HANDLE_VALUE on failure https://msdn.microsoft.com/en-us/library/windows/desktop/ms682489(v=vs.85).aspx
|
7 years ago |
David Bremner
|
fe0f3a497b
service->passwordlen is a count of TCHARs, fix SecureZeroMemory for UNICODE
|
7 years ago |
David Bremner
|
ed537d8939
move misplaced return
|
7 years ago |