Merge 25584, 25588.
[reactos.git] / reactos / ntoskrnl / se / token.c
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-09 Alex Ionescu- Enable sanity check in ObInsertObject to catch asshol...
2006-10-26 Alex Ionescu- Fix dozens of missing typecast errors.
2006-10-25 Alex Ionescu- Add some missing/internal definitions to proper headers.
2006-10-23 Alex Ionescu- Add NtApphelpCacheControl, NtFilterToken (WARNING...
2006-10-15 Thomas BluemelAdd a stub for NtCompareTokens
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-07-22 Alex Ionescu- Give winlogon SE_ASSIGNPRIMARYTOKEN_PRIVILEGE because...
2006-07-11 Alex Ionescu- Implement Fast Referencing and fix EX_FAST_REF defini...
2006-06-14 Alex Ionescu- Fix some referencing/bugs in Ob functions that I...
2006-06-05 Alex Ionescu- Rename ObpCreateTypeObject to ObCreateObjectType...
2006-01-05 Hervé PoussineauAdd some exports to ntdll
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-10-10 Thomas Bluemelconvert DefaultSetInfoBufferCheck and DefaultQueryInfoB...
2005-09-13 Alex IonescuPart 1 of <many> ntoskrnl header cleanups
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-17 Thomas Bluemelimplemented the TokenRestrictedSids information class...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-25 Alex IonescuNonpaged Pool Liberation Day: Allow PagedPool to be...
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
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-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-20 Filip NavaraMinor correction to NtAdjustPrivilegesToken to keep...
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-12 Thomas BluemelThomas Weidenmueller <w3seek@reactos.com>
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-22 Thomas Bluemeladded more irql checks
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-14 Thomas Bluemelprobe pointers in NtCreateToken. Still needs some work...
2005-02-14 Thomas Bluemelsecure access to buffers in NtAllocateLocallyUniqueId
2005-02-13 Thomas Bluemelfixed wrong buffer check in NtDuplicateToken and added...
2005-02-13 Thomas Bluemelfixed returning the reference to the token in SeCopyCli...
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-22 Alex IonescuReactOS now boots. More bug fixes needed
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-19 Thomas Bluemelimplemented the TokenSessionId class for NtQueryInforma...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-04 Alex IonescuUse proper PISID pointer to SID structure, fix wrong...
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2005-01-03 Alex IonescuFix more wrong structure defintions that don't match...
2005-01-02 Alex IonescuFix my previous patch and fix ACCESS_TOKEN being declar...
2004-12-19 Filip Navara- Remove unused and broken MmSplitMemoryArea function.
2004-12-14 Gunnar Dalsneszw.h: correct ZwDuplicateToken proto.
2004-12-10 Filip Navara- Fix definitions of SecurityAnonymous, SecurityIdentif...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-08-10 Gé van GeldorpCopy AuthenticationId from existing token when duplicat...
2004-08-10 Gé van GeldorpChange debugging statement
2004-08-10 Gé van GeldorpImplement TokenOrigin class for GetTokenInformation
2004-08-03 Alex IonescuAdded Se 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-07-13 Eric KohlNtDuplicateToken() must create and return a handle...
2004-07-06 Gé van GeldorpMake AdjustTokenPrivileges confirm to MSDN-documented...
2004-05-18 Eric KohlImplement SeQueryAuthenticationIdToken().
2004-03-19 Eric KohlClean-up NtQueryInformationToken().
2004-03-13 Jason FilbyFinish off NtDuplicateToken
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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-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-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-06-17 Eric KohlFixed NtAdjustPrivilegeToken() and SeSinglePrivilegeChe...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-31 Eric Kohl- Implemented RtlAdjustPrivileges().
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-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-07 Eric Kohl- Implement NtCreateToken()
2002-06-04 Eric KohlFixed token type initialization.
2002-02-22 Eric KohlAdded ObGetObjectPointerCount() and SetokenImpersonatio...
next