- KdDebuggerNotPresent should be FALSE by default.
[reactos.git] / reactos / ntoskrnl / ps / security.c
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-18 Alex Ionescu[25 bug fixes]:
2006-10-26 Alex Ionescu- Fix dozens of missing typecast errors.
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-08-26 Hervé PoussineauFix a missing referencing in PsImpersonateClient (deref...
2006-08-16 Alex Ionescu- Properly disable impersonation in PsDisableImpersonat...
2006-07-23 Alex Ionescu- Fix trace macro to print line number in decimal,...
2006-07-23 Magnus OlsenPatch from w3seek
2006-07-23 Alex Ionescu- SeAccessCheck should assume failure if no SD was...
2006-07-23 Alex Ionescu- Fixup PSTRACE to print much nicer output and actually...
2006-07-23 Alex Ionescu- ImperstionationLocale -> ImpersonationLocale.
2006-07-22 Alex Ionescu- CT_ACTIVE_IMPERSTIONATION_INFO_BIT -> CT_ACTIVE_IMPER...
2006-07-22 Alex Ionescu- Give winlogon SE_ASSIGNPRIMARYTOKEN_PRIVILEGE because...
2006-07-18 Alex Ionescu[AUDIT] security.c is mostly composed of trivial implem...
2006-07-11 Alex Ionescu- Implement Fast Referencing and fix EX_FAST_REF defini...
2006-07-09 Alex Ionescu- Massive re-write of some parts of Ps, based on a...
2006-06-07 Alex Ionescu- Clone ObpCreateHandle to CmpCreateHandle. I am about...
2005-12-10 Thomas Bluemel- support for kernel handles
2005-10-29 Thomas Bluemel- protect access to buffers in NtCreateThread and NtOpe...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
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-25 Thomas Bluemelonly return the token handle if creating it succeeded
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes