From: Eric K. <ek...@rz...> - 2002-06-15 10:10:54
|
lib\ntdll\rtl\acl.c ntoskrnl\se\acl.c * Fix bug in RtlpAddKnownAce() that caused it to place the SID in the wrong location. * Teach RtlpAddKnownAce() some status values other than STATUS_UNSUCCESSFUL. lib\ntdll\rtl\sid.c ntoskrnl\se\sid.c * Fix bug in RtlEqualSid() that caused all sids with the same sub-authority count to compare equal. lib/crtdll/stdio/vfprintf.c lib/msvcrt/stdio/vfprintf.c * Enable %wZ and %Z format specifiers (remove #if 0) * Fix check for NULL Buffer (it was checking for non-null Buffer) * Fix length field when printing unicode strings; it was printing twice as many characters as it should have. (All these bugs were already fixed in the kernel mode version of these functions.) apps/tests/tokentest/tokentest.c * Cleanup, add display of token values being passed into ZwCreateToken() as well as display of values coming out of the token. All patches by Joseph Galbraith. Eric |