Use RTL_CONSTANT_STRING instead of RtlRos macro
[reactos.git] / reactos / ntoskrnl / cm / registry.c
2005-06-19 Alex IonescuUse RTL_CONSTANT_STRING instead of RtlRos macro
2005-06-19 Alex IonescuFix some ntoskrnl things, like using Rtl instead of...
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-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-13 Hartmut BirrAdded a keep-alive reference to each key object.
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-21 Thomas Bluemelimplemented CmUnRegisterCallback() and CmUnRegisterCall...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
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 Thomas Bluemelmore NtXxx vs. ZwXxx fixes
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2004-12-12 Eric Kohl- Replace hive locks and hive list lock by a global...
2004-11-20 Filip Navara- Allocate buffer for sub keys from NonPagedPool in...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
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-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-30 Filip Navara- Write the system boot device and start options to...
2004-03-13 Eric KohlFix key name size calculation bugs.
2004-03-07 Hartmut Birr- Initialized the object tag to prevent the tag 0xcccccccc.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-07 Hartmut Birr- Free or recycle the remaining path string after a...
2004-01-19 Eric KohlDo not disconnect a hive root key from its parent key...
2004-01-12 Eric KohlReverted most of the changes from 2004-01-08.
2004-01-09 Eric KohlDo not dereference key objects if they are used to...
2004-01-08 Eric KohlUse a list to store linked hives.
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-11-27 Gunnar Dalsnesdisable regular kmode apc's around Resource locks
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-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-10 Eric Kohl- Fixed inconsistent detection of in-offset data.
2003-10-07 Eric KohlCreate type objects for all object types.
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-06-16 Eric KohlFixed yet another buggy debug message.
2003-06-16 Eric KohlFixed buggy debug message
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-06-01 Eric KohlRemobed duplicate functionality and cleaned-up the...
2003-06-01 Eric KohlFixed remaining object name issues in NtLoadKey2()...
2003-05-30 Eric KohlImplemented NtLoadKey2() and NtUnloadKey().
2003-05-29 Eric KohlConverted the Registry to Unicode.
2003-05-28 Eric KohlConvert Registry to Unicode. Part 2.
2003-05-28 Eric KohlUse Unicode strings in key objects.
2003-05-13 Casper Hornstrup2003-05-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-22 Eric KohlAdded checks for invalid block pointers.
2003-04-17 Eric KohlCreate hardware keys only if hardware hive was not...
2003-04-12 Eric Kohl* Removed CmiLockBlock() and CmiReleaseBlock().
2003-04-04 Hartmut Birr- Fixed the initializing of the buffer length in CmiCon...
2003-04-04 Eric KohlCleaned-up and simplified hive import and registry...
2003-04-01 Eric KohlStart cleaning-up the hive management routines.
2003-04-01 Eric KohlEnable import of binary system hive.
2003-03-18 Eric KohlFixed an off-by-one error in CmiPopulateHive().
2003-03-08 Eric KohlCreate binary system hive when usetup is running.
2003-02-15 Eric Kohl* Implemented/fixed NtSetSecurityObject() and NtQuerySe...
2003-02-14 Eric KohlNew bins should be flushed properly.
2003-02-10 Eric KohlUse ERESOURCE instead of spinlock to protect the hive...
2003-02-09 Eric KohlAdded hive flushing.
2002-12-08 Eric KohlFixed a bug which created new registry hives in the...
2002-12-02 Eric KohlImplemented deferred hive synchronization. It doesn...
2002-11-30 Eric KohlImplemented packing of value names
2002-11-26 Eric KohlUse ERESOURCE to lock registry hives.
2002-11-13 Robert Dickensonadded #ifdef around headers to support test build....
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-06-19 Eric KohlImplemented registry links (REG_LINK).
2002-06-16 Eric KohlFixed loading of symbol files.
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-03-16 Eric KohlImproved registry initialization.
2002-03-15 Casper HornstrupConfiguration manager cleanup.
2002-02-19 Eric Kohl- Fixed object creation. Named objects are now automati...
2002-01-03 Hartmut BirrFixed the length for the registry key HKEY_LOCAL_MACHIN...
2001-12-05 David WelchFixed security define spelling
next