reactos/base/system/services
Eric Kohl e5fcda922b [ADVAPI32][SERVICES] Pass encrypted passwords to the service manager.
- Encrypt passwords before passing them to the service manager. Right now, we are using a fixed encryption key. This will be fixed later.
- Replace the calls to ZeroMemory which are used to wipe the password buffers by calls to SecureZeroMemory.
2018-09-18 21:33:29 +02:00
..
lang [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
CMakeLists.txt
config.c [ADVAPI32][SERVICES] Pass encrypted passwords to the service manager. 2018-09-18 21:33:29 +02:00
controlset.c
database.c [SERVICES] Only services starting under the LocalSystem account can run interactively. Otherwise ignore the interactive flag. 2018-09-09 23:24:08 +02:00
driver.c
groupdb.c
lock.c
resource.h
rpcserver.c [ADVAPI32][SERVICES] Add (dummy) password encryption/decryption functions to CreateServiceA/W and ChangeServiceConfigA/W in order to prepare to pass encrypted passwords to the service manager 2018-09-17 16:34:48 +02:00
security.c
services.c [SERVICES] Minor additions. 2018-06-28 23:34:08 +02:00
services.h [ADVAPI32][SERVICES] Add (dummy) password encryption/decryption functions to CreateServiceA/W and ChangeServiceConfigA/W in order to prepare to pass encrypted passwords to the service manager 2018-09-17 16:34:48 +02:00
services.rc