Fix kernel-mode executive atom implementation (mostly add SEH and tidy up the code...
[reactos.git] / reactos / lib / rtl / sd.c
2005-12-21 Thomas Bluemelmake functions match their declarations
2005-12-21 James TaborFix compiling. Thanks to filip.
2005-11-09 Thomas Bluemelfixed data size calculation in RtlSelfRelativeToAbsoluteSD2
2005-11-02 Thomas Bluemelreturn the required buffer size in RtlMakeSelfRelativeS...
2005-11-01 Thomas Bluemelfixed a typo
2005-11-01 Thomas Bluemelproperly handle fragmented self-relative security descr...
2005-11-01 Thomas Bluemelimplemented RtlSelfRelativeToAbsoluteSD2 for 32 and...
2005-10-23 Thomas Bluemelimplement MakeAbsoluteSD2 by forwarding to RtlSelfRelat...
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-09-05 Alex Ionescu- More NDK + MSDDK/IFS Compatibility fixes
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-08 Alex IonescuMake rtl use a single header. Helps for PCH and will...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-22 Thomas Bluemel1. added irql checks to various rtl and security functions
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-14 Eric Kohl- Implement RtlSetAttributesSecurityDescriptor, RtlInit...
2005-02-12 Casper HornstrupBranch setupapi
2005-02-12 Thomas BluemelThe structure layout of self-relative security descript...
2005-02-11 Eric KohlImplement RtlGetSecurityDescriptorRMControl, RtlSetSecu...
2005-02-11 Eric Kohl- Implement RtlSetControlSecurityDescriptor
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-09-25 Eric Kohl- Use ROUND_UP macro instead of explicit calculation.
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-09-22 Thomas Bluemel1. fixed RtlValidSecurityDescriptor() that attempted...
2004-08-28 Filip Navara- Use ULONG_PTR instead of ULONG for integer arithmetic...
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
2004-08-05 Alex IonescuAdded RTL Stubs, Prototypes and Exports.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-05-31 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl