reactos/reactos/ntoskrnl/se
Thomas Faber c2cc2ba3be [NTOS:SE]
- In SepPropagateAcl, gracefully handle unknown ACE types by simply copying them.
CORE-10694 #resolve

svn path=/trunk/; revision=71296
2016-05-09 08:49:18 +00:00
..
access.c [NTOS] Make SE routines use ExAllocateLocallyUniqueId instead of the system call variant (SeCreateAccessStateEx already did this, but with Exp*). Also, Ex(p)AllocateLocallyUniqueId can't fail so there is no need to return success all the time (and check for it...). This also just happens to move the first system call to phase 1 instead of 0. 2015-09-28 07:44:49 +00:00
accesschk.c [NTOS:SE] 2015-11-27 12:06:59 +00:00
acl.c [NTOS:SE] 2016-05-09 08:49:18 +00:00
audit.c - Remove all NT_ASSERT from the kernel and replace with good old ASSERT, for ease of debugging, especially for tests run on the build servers. There is no need to use NT_ASSERT in the kernel. 2015-09-01 01:45:59 +00:00
lsa.c [NTOS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-10-04 11:54:25 +00:00
priv.c - Remove all NT_ASSERT from the kernel and replace with good old ASSERT, for ease of debugging, especially for tests run on the build servers. There is no need to use NT_ASSERT in the kernel. 2015-09-01 01:45:59 +00:00
sd.c - Remove all NT_ASSERT from the kernel and replace with good old ASSERT, for ease of debugging, especially for tests run on the build servers. There is no need to use NT_ASSERT in the kernel. 2015-09-01 01:45:59 +00:00
semgr.c [NTOSKRNL] 2015-10-29 22:50:14 +00:00
sid.c - Remove all NT_ASSERT from the kernel and replace with good old ASSERT, for ease of debugging, especially for tests run on the build servers. There is no need to use NT_ASSERT in the kernel. 2015-09-01 01:45:59 +00:00
srm.c [NTOSKRNL] 2015-10-31 15:16:57 +00:00
token.c [NTOSKRNL] 2016-01-22 09:23:21 +00:00