reactos/ntoskrnl/se
George Bișoc dd4c113594
[NTOS:SE] Do not use a global lock for tokens (#3445)
In Windows Server 2003 the lock is initialised on a per-token basis, that is, the lock resource is created in SepDuplicateToken() and SepCreateToken() functions. This ensures that the lock initialisation is done locally for the specific token thus avoiding the need of a global lock.
2021-02-05 12:10:19 +03:00
..
access.c
accesschk.c
acl.c
audit.c
priv.c
sd.c [NTOS:SE] Fix handling of relative security descriptors in SeQuerySecurityDescriptorInfo 2020-11-07 15:54:47 +01:00
semgr.c
sid.c
srm.c
token.c [NTOS:SE] Do not use a global lock for tokens (#3445) 2021-02-05 12:10:19 +03:00