New macros InitializeUnicodeString(), RtlInitUnicodeStringFromLiteral() and UNICODE_S...
[reactos.git] / reactos / ntoskrnl / cm / registry.c
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
2001-09-08 Eric KohlCreate mandatory keys for resource management.
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-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-06-14 Jason FilbyFrom Eugene Ingerman:
2001-06-01 Eric KohlImplemented RtlFindMessage() and Rtl[Query/Set]TimeZone...
2001-05-30 Eric KohlFixed a crash in NtCreateKey() when an existing key...
2001-05-05 Eric KohlAdded attributes to object parse method.
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-07 jeanundo replacement of FILETIME by LARGE_INTEGER.
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-01-28 Eric KohlAdded mapping of access rights
2000-12-01 jeanadded test arg in NtFlushKey
2000-11-27 jeanmany bugs corrected
2000-11-21 jean*** empty log message ***
2000-11-21 jeansome changes to prepare write in hive files
2000-11-10 jeanreference/dereference of objects corrected
2000-10-24 jeanfixed bugs
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-16 jeanadd management of free blocks
2000-10-11 jeanremove code for tests
2000-10-11 jeanadded tests in apps/regtest
2000-10-08 Eric KohlAdded atom table stubs
2000-10-07 David WelchSome bug fixes
2000-10-05 Eric KohlAdded registry shutdown function CmShutdownRegistry()
2000-10-05 jeancorrect bugs
2000-09-29 jeanwork on registry
2000-09-22 jeanread functions on file SYSTEM implemented
2000-09-21 jeanwork on ntopenkey forkeys insystem hive
2000-09-18 jeantype of Name in KEY_BLOCK corrected
2000-09-14 jeanwork on registry files
2000-09-13 jeanreport changes from 1.29
2000-09-13 jeanwork on registry
2000-09-12 jeandeclaration of NtLoadKey2 corrected.
2000-09-12 jeanchanges in IRP for compatibility
2000-09-08 Eric KohlImplemented basic registry functions
2000-09-06 Eric KohlFixed some bugs in the registry
2000-09-05 Eric KohlRegistry fixes (not usable yet)
2000-09-03 Eric KohlFixed mysterious registry bug
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-11 jeanlittle work on registry
2000-06-29 David WelchMade header file usage more consistent
1999-12-09 Rex Jolliffsome more video code
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-10-26 Rex Jolliffadded check for bootloader config hive
1999-10-07 Eric KohlFixed header inclusion order.
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-08-14 Rex JolliffVarious small changes for registry work
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-06-14 Rex Jolliffuntested implementation of the registry
1999-06-08 Rex JolliffAdded a few more functions for registry
1999-06-08 Rex Jolliffmore hacking on the registry
1999-06-07 Rex Jolliffmore registry changes
1999-06-03 Rex Jolliffsome changes to registry code
1999-05-29 David WelchLots of changes to the kernel
1999-05-10 Rex Jolliffa little work on the registry code
1999-03-25 David WelchCleaned up code a bit
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-22 Rex Jolliffchanges to implement registry tags
1999-01-13 Rex JolliffPE driver loader is complete.
1999-01-07 Rex JolliffWrote initial hack at ZwCreateKey and CmInitialize
1998-11-13 Rex Jollifffixed error in stub code
1998-11-07 Rex Jolliffadded unimplemented messages to all imimplemented functions
1998-10-05 Rex JolliffInitial revision