ntdll: Fill the tail of existing large blocks when the debug flags change.
[wine] / dlls / ntdll / sec.c
2009-11-29  Rob Shearmanntdll: Don't read beyond the end of the array on the...
2009-06-16  Alexandre Julliardntdll: Fix handling of self-relative security descripto...
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-01-14  Nikolay Sivovntdll: Check pointers in NtAccessCheck to prevent acces...
2009-01-04  Andrey Turkinntdll: Always set output values in RtlGetDaclSecurityDe...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-10-20  Paul Bryan Robertsntdll: RtlSetControlSecurityDescriptor() implementation...
2008-07-11  Andrew Talbotntdll: Remove unneeded address-of operators from array...
2008-07-03  Alexandre Julliardexception.h: Make the RtlUnwind wrapper available separ...
2008-03-10  Andrew Talbotntdll: Assign to structs instead of using memcpy.
2008-01-23  Rob Shearmanntdll: Fix the index check in RtlGetAce.
2007-12-31  Andrew Talbotntdll: Remove unneeded casts.
2007-11-26  Gerald Pfeiferntdll: Simplify condition in RtlGetAce() based on varia...
2007-10-31  Dan Kegelntdll: NtAccessCheck: Only send used bytes to server.
2007-10-23  Rob Shearmanntdll: Add a stub for RtlSetControlSecurityDescriptor.
2007-10-23  Rob Shearmanntdll: Fix RtlValidAcl to accept newer ACL revisions.
2007-10-23  Rob Shearmanntdll: Allow the newer ACL revisions in RtlCreateAce.
2007-10-16  Rob Shearmanntdll: Fix the return code from RtlSetDaclSecurityDescr...
2007-10-16  Rob Shearmanntdll: Fix NtAccessCheck for NULL, but present SACLs...
2007-09-28  Mikolaj Zalewskiadvapi32/ntdll: GetSecurityDescriptorOwner/Group should...
2007-09-28  Mikolaj Zalewskiadvapi32/ntdll: MakeRelativeSD should preserve NULL...
2007-09-25  Mikolaj Zalewskintdll: Add RtlAddAuditAccessAceEx.
2007-05-23  Marcus Meissnerntdll: Initialize pointers to NULL (Coverity).
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-05-15  Andrew Talbotntdll: Exclude unused headers.
2007-03-26  Hans Leidekkerntdll: Fully initialize the security descriptor returne...
2007-02-28  Vitaliy Margolenntdll: More error checking. Properly handle NULL ACLs.
2007-02-15  Vitaliy Margolenntdll/server: Implement NtSetSecurityObject. With tests.
2007-01-22  Vitaliy Margolenntdll: Correct trace message stating NtAccessCheck...
2007-01-22  Vitaliy Margolenntdll: Don't change granted access mask on error.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  Mike Hearnntdll: Fix heap corruption in RtlDeleteAce.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-15  Dmitry TimoshkovAdd a test for RtlAllocateAndInitializeSid, make it...
2005-11-09  Markus AmslerImprove c2man Documented-Total count.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-07-11  Alexandre JulliardUse an SID instead of the user name for the path of the
2005-06-29  James Hawkins- Fix calculation of generic pointers.
2005-06-28  James HawkinsForward RtlAddAccess* to add_access_ace.
2005-06-24  James HawkinsImplement RtlAddAuditAccessAce.
2005-06-23  James HawkinsAdd stub implementation of RtlAddAuditAccessAce.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-20  Robert ShearmanImplement RtlImpersonateSelf, RevertToSelf and MapGener...
2005-06-20  James HawkinsImplement RtlCopySecurityDescriptor.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-13  James HawkinsImplement RtlAbsoluteToSelfRelativeSD.
2005-06-12  James HawkinsRemove stub status.
2005-06-12  Eric KohlImplement RtlAdjustPrivilege.
2005-05-31  Alexandre JulliardAuthors: Evan Deaubl <wine@warpedview.com>, Robert...
2005-05-24  Robert ShearmanImplement NtAccessCheck.
2005-03-30  Mike McCormackStub implementation of RtlAbsoluteToSelfRelativeSD.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-01-20  Ulrich CzekallaACL fixes and cleanups.
2004-12-22  Alexandre JulliardFixed prototypes of a couple of ntdll functions.
2004-12-21  Hans LeidekkerStub implementations for AdjustTokenGroups, AreAllAcces...
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-08-16  Gerald PfeiferFix incorrect sizeof in RtlCreateSecurityDescriptor().
2004-08-13  Francois GougetFix the PSID and PSECURITY_DESCRIPTOR types.
2004-05-07  Alexandre JulliardUse the Unix codepage to convert the user name to Unicode.
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-11  Ulrich CzekallaAdded stubs for AccessCheckByType, AddAuditAccessAce,
2003-11-05  Ulrich CzekallaImplemented RtlSelfRelativeToAbsoluteSD and RtlMakeSelf...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-06-16   <ma@technoprint.ch>Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc...
2003-05-01  Robert Shearman- Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie...
2003-03-17  Jon GriffithsDocumentation updates.
2003-03-14  Alexandre JulliardAvoid GetProcessHeap() inside ntdll.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-09  Juergen SchmiedCorrected RtlConvertSidToUnicodeString, stub for VerSet...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-01-29  Dmitry TimoshkovFixed RtlAddAccessAllowedAce return value.
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-09-29  Alexandre JulliardRemoved a few dependencies on kernel32 functions.
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-07-25  Alexandre JulliardTemporarily moved advapi32 registry support back into...
2000-06-01  Juergen SchmiedStub for RtlConvertSidToUnicodeString.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
next