reactos/dll/win32/lsasrv
George Bișoc bee9b2fcc6
[LSASRV] Set up a security descriptor for the token object
LSASS implements a default ACL inside the token structure field but it doesn't actually set a protective security descriptor for the token object itself. This happens so that the kernel gets whatever default ACLs it finds for the object which is incorrect.

SYSTEM has full and supreme control over tokens, administrators can only read the token as such. The logged in user of their own token has full access. Credits and courtesy goes to Thomas Faber for the patch.
2022-05-06 10:09:36 +02:00
..
lang [TRANSLATION] Review & update Simplified Chinese (zh-CN) translation (#3933) 2022-03-31 20:30:52 +03:00
authpackage.c [LSASRV] Set up a security descriptor for the token object 2022-05-06 10:09:36 +02:00
authport.c [LSASRV][SECUR32] Fix the naming mess 2021-02-28 11:03:33 +01:00
CMakeLists.txt [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
database.c [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
dssetup.c
lookup.c [REACTOS] Fix a number of MSVC warnings 2021-07-23 22:03:48 +02:00
lsarpc.c [LSASRV] Return STATUS_DIRECTORY_SERVICE_REQUIRED for all trusted domain functions that use a policy handle and a domain name or domain SID when the machine is not a domain controller. 2018-11-04 15:27:57 +01:00
lsasrv.c [LSASRV] Return STATUS_DIRECTORY_SERVICE_REQUIRED for all trusted domain functions that use a policy handle and a domain name or domain SID when the machine is not a domain controller. 2018-11-04 15:27:57 +01:00
lsasrv.h [LSASRV] Set up a security descriptor for the token object 2022-05-06 10:09:36 +02:00
lsasrv.rc [TRANSLATION] Update Hong Kong Chinese (zh-HK) translation - Part 2 (#4347) 2022-03-31 17:10:21 +03:00
lsasrv.spec
notify.c [LSASRV] Improve the policy change registration code and notify registered events 2021-02-21 18:05:11 +01:00
policy.c
privileges.c [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
registry.c
resources.h
security.c [LSASRV] Set up a security descriptor for the token object 2022-05-06 10:09:36 +02:00
service.c [LSASRV] Add start code for the netlogon service 2021-02-19 21:53:00 +01:00
session.c [LSASRV] Notify all authentication packages of a session to be deleted 2021-06-06 11:38:26 +02:00
srm.c [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
utils.c