Fix memory leaks in object manager, use tags and use some more public types
[reactos.git] / reactos / ntoskrnl / cm / regobj.c
2005-05-24 Alex IonescuFix memory leaks in object manager, use tags and use...
2005-05-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-06 Hervé PoussineauRevert ntoskrnl/cm/regobj.c back to revision 14017
2005-05-05 Hervé PoussineauChange ExFreePool to ExFreePoolWithTag
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-03-13 Hartmut BirrAdded a keep-alive reference to each key object.
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Eric Kohl- Replace NtQuerySystemTime by KeQuerySystemTime
2004-09-13 Eric Kohl- Return a default security descriptor when someone...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-22 Eric Kohl- Add security function for file and registry key objects.
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-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-12 Eric KohlReverted most of the changes from 2004-01-08.
2004-01-08 Eric KohlUse a list to store linked hives.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-10-16 Eric Kohl- Moved and renamed RtlpCreateRegistryKeyPath() to...
2003-10-13 Eric Kohl- Cancel pending hive scynchronization upon shutdown.
2003-10-10 Eric Kohl- Fixed inconsistent detection of in-offset data.
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-08-30 Hartmut Birr- Reference/dereference the parent key in CmiObjectDelete.
2003-08-22 Hartmut Birr- Free the sub key table in CmiObjectDelete.
2003-07-09 Hartmut Birr- Fixed some debug messages.
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-03 Eric KohlPoint the root key's parent key pointer to the root...
2003-06-02 Eric KohlImplemented 'QueryName' method for key objects.
2003-05-30 Eric KohlImplemented NtLoadKey2() and NtUnloadKey().
2003-05-28 Eric KohlConvert Registry to Unicode. Part 2.
2003-05-28 Eric KohlUse Unicode strings in key objects.
2003-05-27 Eric KohlUpdated registry key flags. 0x20 means packed key name.
2003-04-22 Eric KohlAdded checks for invalid block pointers.
2003-04-12 Eric Kohl* Removed CmiLockBlock() and CmiReleaseBlock().
2003-02-15 Eric Kohl* Implemented/fixed NtSetSecurityObject() and NtQuerySe...
2003-02-09 Eric KohlSimplified key deletion.
2003-02-09 Eric KohlAdded hive flushing.
2002-12-04 Eric KohlRemoved some error-prone bit-fiddling.
2002-11-30 Eric KohlImplemented packing of value names
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Robert Dickensonadded #ifdef around headers and some debug message...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-06-20 Eric KohlFixed a long-standing hack to open symbolic link objects.
2002-06-19 Eric KohlImplemented registry links (REG_LINK).
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-03-15 Casper HornstrupConfiguration manager cleanup.
2002-01-14 Eric KohlFixed registry bug.
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
2001-08-29 Rex Jolliffpreliminary implementation of boot hive import. exposes...
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-06-14 Jason FilbyFrom Eugene Ingerman: