fixed uninitialized variable warning
[reactos.git] / reactos / ntoskrnl / se /
2004-07-26 Eric KohlImplement SeValidSecurityDescriptor().
2004-07-21 Eric KohlImplement simple DACL inheritance.
2004-07-20 Eric KohlSeAssignSecurity:
2004-07-19 Eric KohlSeCaptureSubjectContext() must not crash if no current...
2004-07-18 Alex IonescuFixed broken build. Added functions were already define...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-18 Eric KohlImplement most simple code path of SeAssignSecurity().
2004-07-17 Eric KohlCreate missing default DACLs.
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-14 Eric Kohl- Move access checks from NtAccessCheck() to SeAccessCh...
2004-07-13 Eric KohlFirst experimental implementstion of NtAccessCheck().
2004-07-13 Eric KohlNtDuplicateToken() must create and return a handle...
2004-07-12 Eric KohlFix NtAccessCheck() prototype.
2004-07-06 Gé van GeldorpMake AdjustTokenPrivileges confirm to MSDN-documented...
2004-05-20 Eric KohlAdd some security function stubs.
2004-05-18 Eric KohlImplement SeQueryAuthenticationIdToken().
2004-03-19 Eric KohlClean-up NtQueryInformationToken().
2004-03-14 Eric KohlFix some prototypes.
2004-03-13 Jason FilbyFinish off NtDuplicateToken
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-02 Eric KohlFix stupid cut&paste bug.
2004-02-02 Eric KohlUse ACL constants and fix ACL-revision checks.
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-23 Art YerkesAdded the beginnings of an implementation of NtSetInfor...
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-10-15 Eric KohlCleaned up RtlpQuerySecurityDescriptor() and fixed...
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-07 Eric KohlCreate type objects for all object types.
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-07-20 Eric KohlMoved audit functions to a separate file.
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-06-20 Eric KohlDisable debug messages.
2003-06-17 Eric KohlFixed NtAdjustPrivilegeToken() and SeSinglePrivilegeChe...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-07 Eric KohlFixed minor bugs in RtlConvertSidToUnicodeString().
2003-05-31 Eric Kohl- Implemented RtlAdjustPrivileges().
2003-02-15 Eric KohlAdded missing Acl and SD functions from ntdll.
2002-10-25 Casper Hornstrup2002-10-25 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
2002-07-29 Eric KohlAdded RtlCopyLuidAndAttributesArray() and RtlCopySidAnd...
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-06-17 joegntoskrnl/ps/process.c
2002-06-15 Eric KohlFix bug in RtlEqualSid() that caused all sids with...
2002-06-15 Eric KohlFix bug in RtlpAddKnownAce() that caused it to place...
2002-06-07 Eric Kohl- Implement NtCreateToken()
2002-06-04 Eric KohlFixed typo!
2002-06-04 Eric KohlFixed token type initialization.
2002-02-22 Eric KohlAdded ObGetObjectPointerCount() and SetokenImpersonatio...
2002-02-20 Eric KohlStarted security manager initialization.
2001-12-05 David WelchFixed security define spelling
2001-12-04 Eric KohlReplaced binary constants by corresponding flags.
2001-09-03 Emanuele AlibertiLsaXXX stubs added.
2001-03-07 David WelchMore .cvsignore files
2001-03-07 David WelchAdded tagging of most allocates
2001-02-19 David WelchCorrected va_arg bugs
2001-02-02 Eric KohlAdded access right mapping
2001-01-28 Eric KohlAdded mapping of access rights
2000-10-08 Eric KohlFixed a typo
2000-10-08 Eric KohlAdded atom table stubs
2000-09-03 Eric KohlSome minor fixes
2000-07-04 David WelchAdded working set functions
2000-07-01 Eric KohlFixed Ps macros
2000-06-29 David WelchMade header file usage more consistent
2000-05-25 Eric KohlImplemented:
2000-05-09 Eric KohlFixed some more ntoskrnl exports
2000-04-15 Eric KohlAdded some rtl functions
2000-04-08 Eric KohlMoved KeStallExecutionProcessor() into HAL.
2000-04-05 Eric KohlAdded hal functions
2000-01-26 David WelchMore improvements to LPC code
2000-01-05 David WelchImplemented more security functions
1999-12-29 Eric KohlFixed implementation of register io functions
1999-12-26 Emanuele AlibertiSome missing __stdcall declarations added in headers...
1999-12-26 David WelchAdded some security functions
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-10-07 Eric KohlFixed header inclusion order.
1999-08-14 Rex JolliffVarious small changes for registry work
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-05-31 Boudewijn DekkerAdded stub for create token and delete object audit...
1999-03-25 David WelchCleaned up code a bit
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-21 Boudewijn DekkerAdded prototype for NtCreateToken
1998-12-19 David WelchMinor bug fixes
1998-12-04 Rex JolliffRolled in various changes from others
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-09-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-08-25 Rex JolliffInitial revision