Release 1.5.29.
[wine] / dlls / ntdll / reg.c
2012-03-13  Ken Thomasesntdll: Fix status returned for too-long registry value...
2010-04-02  Alexandre Julliardserver: Update the registry key and value name length...
2010-02-16  Alexandre Julliardntdll: Fix the return value of NtOpenKey for some inval...
2010-02-16  Alexandre Julliardntdll: Fix the return status of NtQueryValueKey for...
2010-01-18  Alexandre Julliardntdll: Fix the NtCreateEvent prototype.
2009-12-30  Rob Shearmanntdll: Fix typo in RTL_ReportRegistryValue which caused...
2009-12-15  Marcus Meissnerntdll: Check for NULL attr in NtOpenKey (Coverity).
2009-10-26  André Hentschelntdll: Implement KeyNameInformation.
2009-09-11  Dmitry Timoshkovntdll: RtlpNtQueryValueKey takes 5 parameters.
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-02-16  Alexandre Julliardntdll: Improve debugging helper for object attributes...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-06  Alexandre Julliardserver: Convert the registry key modification time...
2008-10-24  Michael Stefaniucntdll: Don't cast void pointers to other pointer types.
2008-10-24  Andrew Talbotntdll: Sign-compare warnings fix.
2008-04-09  Austin EnglishSpelling fixes.
2008-03-10  Andrew Talbotntdll: Assign to structs instead of using memcpy.
2008-01-07  Rob Shearmanntdll: Fix NtQueryValueKey for KeyValueBasicInformation.
2008-01-07  Rob Shearmanntdll: Fix the Data and Name returned by NtQueryValueKe...
2007-12-31  Rob Shearmanntdll: Set the DataLength field of the information...
2007-12-31  Andrew Talbotntdll: Remove unneeded casts.
2007-11-26  Gerald Pfeiferntdll: Fix computation in enumerate_key().
2007-10-17  Alexandre Julliardntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean...
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-05-21  Vitaliy Margolenntdll: Implement RtlWriteRegistryValue and forward...
2007-02-05  Bang Jun-Youngntdll: Fix NtUnloadKey to match the DDK.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-09-20  Paul Vriensntdll: Fixed conditional expression (Coverity).
2006-07-05  Paul Vriensntdll: Fix possible TRACE crash.
2006-06-30  Paul Vriensntdll: Fix return codes for NtCreateKey (with tests).
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Michael StefaniucDon't check pointers for NULL before RtlFreeHeap. It...
2006-01-17  Mike McCormackntdll: Use FILE_OPEN instead of OPEN_EXISTING when...
2005-12-09  Alexandre Julliardserver: Added object attributes to a few more requests.
2005-12-08  Alexandre Julliardntdll: Check for failure to get the user path in RtlOpe...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-09  Markus AmslerImprove c2man Documented-Total count.
2005-07-11  Alexandre JulliardUse an SID instead of the user name for the path of the
2005-06-24  Mike McCormackAdd prototype and fix RtlpNtCreateKey.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-10  Mike McCormackDependency fixes for winternl.h.
2005-05-16  Robert ShearmanImplement RegNotifyChangeKeyValue on top of NtNotifyCha...
2005-03-30  Robert ShearmanMove save_registry and unload_key server calls to ntdll.
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...
next