- Implement NtLoadKey.
[wine] / dlls / ntdll / reg.c
2005-03-29  James Hawkins- Implement NtLoadKey.
2005-03-17  Ivan Leo PuotiAdd parameter checking and remove last fixme.
2005-03-14  Ivan Leo PuotiMake Rtl*Registry* functions case insensitive.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-15  Ivan Leo PuotiMove Rtl*Registry* structs, defines and prototypes...
2005-02-14  Ivan Leo PuotiAdd implementation for RtlQueryRegistryValues, RtlCheck...
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-05-07  Alexandre JulliardUse the Unix codepage to convert the user name to Unicode.
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2003-12-04  Jon GriffithsImplement the Rtlp* registry functions.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-03-14  Alexandre JulliardAvoid GetProcessHeap() inside ntdll.
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-10-25  Alexandre JulliardMade the ntdll registry functions use HKEY instead...
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-13  Alexandre JulliardRtlFormatCurrentUserKeyPath: return path containing...
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-24  Alexandre JulliardFixed registry routines broken by the structure sizes...
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-04-10  Alexandre JulliardFixed handling of \\Registry prefix.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-12  Andreas Mohr- TRACE opened registry handles
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-10-15  Alexandre JulliardFixed a few prototypes.
2000-10-13  Uwe BonnesMake reg the default output chanel.
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
2000-10-01  Alexandre JulliardConverted some of the registry server requests to the...
2000-08-26  Alexandre JulliardSimplified root key handling now that the server suppor...
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Dmitry TimoshkovDo not overwrite the valid ObjectAttributes->RootDirectory.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-09  Juergen Schmied- sorted API by groups
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Juergen Schmied- documented most of the undocumented functions in...