advapi32: Fix for RegNotifyChangeKeyValue.
[wine] / dlls / advapi32 / registry.c
2006-02-09  Aric Stewartadvapi32: Fix for RegNotifyChangeKeyValue.
2005-12-08  Rein Klazesadvapi32: RegCreateKeyEx fix.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-12  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-11-04  Markus AmslerImprove c2man Documented-Total count.
2005-09-15  Rein Klazes- Set the LastError in OpenSCManager in case of errors;
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-08-27  Mike McCormackFix gcc 4.0 warnings.
2005-07-28  Steven EdwardsCorrect RegCreateKeyEx[A/W] prototype to match the...
2005-07-18  Felix NawothnigImplement RegGetValueA/W.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-05-16  Robert ShearmanImplement RegNotifyChangeKeyValue on top of NtNotifyCha...
2005-05-05  Robert ShearmanFix RegDeleteKey{A,W} to open the specified key with...
2005-04-16  James HawkinsRegDeleteKey fails if the lpSubKey param is NULL.
2005-03-30  Robert ShearmanMove save_registry and unload_key server calls to ntdll.
2005-03-29  James Hawkins- Implement NtLoadKey.
2005-02-25  James HawkinsFix RegOpen/CloseKey.
2005-02-21  James HawkinsAdd RegOpenKey, RegCloseKey tests.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-10-19  Alexandre JulliardRegQueryValueW must return count in bytes for empty...
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-26  Huw DaviesFix full name of HKEY_CURRENT_CONFIG.
2004-07-24  Alexandre JulliardDon't crash on NULL data in RegSetValueExA (reported...
2004-07-13  James HawkinsAdded and cleaned API docs.
2004-04-23  Jon GriffithsDocumentation fixes.
2004-03-18  Juan LangAllow RegConnectRegistryW to the local machine name.
2004-01-16  Robert ShearmanPartially implement RegOpenUserClassesRoot.
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2003-12-13  Francois GougetTry not to display uninitialized data in traces (found...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-10-21  Daniel MarmierRegCreateKeyEx{A,W}: state that class string is constant.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-19  Mike McCormackImplement registry key unloading.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-14  Tony LambregtsJanitorial. Get rid of W->A calls.
2003-01-20  Matthew DavisonRemove some calls to HEAP_strdupAtoW from advapi32.
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-11-13  Aric StewartWork with the correct subkey with loading keys. Not...
2002-10-25  Michael StefaniucCompile the advapi32 dll with -DSTRICT.
2002-10-03  Alexandre JulliardRemoved LPxxx handle types that don't exist under Windows.
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-12  Alexandre JulliardFixed requested access rights in RegDeleteKey[AW].
2002-08-17  Patrik StridvallMSVC compatibility fixes.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-20  Dominik StrasserImplemented RegQueryMultipleValues.
2002-07-10  Alexandre JulliardRegEnumValue[AW] need to update the data size on buffer...
2002-07-05  Alexandre JulliardMore explicit initialization of info_size for stupid...
2002-07-05  Rein KlazesCheck for NULL keyvalue in RegEnumKeyExA/W.
2002-06-14  Mike McCormackImplemented recursive RegDeleteKey in Win95 emulation.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-09  Juergen SchmiedMake use of access mask MAXIMUM_ALLOWED possible.
2002-04-02  Dmitry TimoshkovMake sure the security descriptor is initialized in...
2002-03-21  Michael CardenasChanged registry handling in RegOpenKeyExA to behave...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Aric StewartDon't return overflow if no class buffer was specified.
2001-12-05  Alexandre JulliardUse ntdll functions instead of MultiByteToWideChar...
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-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-04-10  Alexandre JulliardRegSetValueExA/W: fixed REG_SZ string length handling...
2001-03-23  Alexandre JulliardUse TEB static buffer for Unicode conversion.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-14  Alexandre JulliardAlways return success instead of overflow if caller...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
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-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-05-14  Alexandre JulliardAdded support for registry values larger than the serve...
2000-05-09  Andreas MohrAdded some reg temp file clutter check (more than 100...
2000-03-26  Alexandre JulliardFixed error checking in registry saving.
2000-02-20  Alexandre JulliardAvoid crash on NULL data pointer.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-15  Juergen SchmiedIf there is enough space in the buffer and the type...
2000-01-09  Juergen SchmiedCorrected behaviour of RegOpenKey in case of failure.
1999-11-25  Eric PouechFixed some bogus error detection for RegEnumValue[AW...
1999-11-23  Alexandre JulliardChanged to use new server-side registry support.