implemented RegDeleteKeyValueA/W()
[reactos.git] / reactos / lib / advapi32 / reg / reg.c
2005-08-24 Thomas Bluemelimplemented RegDeleteKeyValueA/W()
2005-08-16 Steven EdwardsChanges to get msi based installers mostly working
2005-08-05 Thomas Bluemel#include "advapi32.h" -> #include <advapi32.h>
2005-06-20 Alex IonescuRemove rosrtl from advapi
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-08 Thomas Bluemelmore fixes for GCC4
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Thomas Bluemelimplemented RegOpenUserClassesRoot (doesn't work in...
2005-05-05 Thomas Bluemelthe registry functions shouldn't change the last error...
2005-05-05 Thomas Bluemel- ported BuildTrusteeWithObjectsAndNameA/W and BuildTru...
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-05 Thomas Bluemel- fixed RegSetValueEx to take the null-terminating...
2005-05-05 Thomas Bluemelonly create handles with access rights needed for the...
2005-05-04 Aleksey BraginRegOpenKey, RegOpenKeyEx A/W imported and ported from...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-30 Thomas Bluemelfixed uninitialized variable warning
2005-04-30 Aleksey BraginFixed RegEnumValueA/W behaviour when output buffers...
2005-04-28 Aleksey BraginFix (registry.c:325, dated 20050425) test failure....
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-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-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-03 Alex IonescuRewrite ROS Critical Section implementation, which...
2004-12-26 Gé van GeldorpDon't write outside buffer
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-18 Gé van GeldorpAdd some DPRINTs
2004-12-02 Eric Kohl- RegQueryValueExA: Return the correct data size for...
2004-11-22 Eric KohlRegQueryValueExA: Free ValueName Unicode string when...
2004-11-11 Eric KohlRegSetValueExA: lpData can be NULL.
2004-10-10 Eric KohlImplement RegQueryMultipleValuesA().
2004-10-10 Hartmut Birr- Fixed some size calculations according to the last...
2004-10-08 Filip NavaraCorrectly handle small buffers in NtEnumerate[Value...
2004-09-28 Gé van GeldorpDon't return data length if not requested
2004-09-13 Eric KohlRegQueryInfoKeyW returns correct security descriptor...
2004-09-13 Eric Kohl- Fix a typo in RegGetKeySecurity().
2004-09-13 Eric KohlImplement RegGetKeySecurity.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 Filip Navara- RegEnumValueW should fill in *lpcbData if lpData...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-17 Filip Navara- Disable debug messages.
2004-07-17 Filip Navara- RegQueryValueExW shouldn't touch *lpcbData if lpData...
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-03 Gé van GeldorpRemove debugging statement
2004-07-02 Gé van GeldorpNtCreateKey doesn't create nested keys, but RegCreateKe...
2004-06-17 Eric KohlCompile advapi32 using w32api.
2004-04-03 Gé van GeldorpHandle lpcbData == NULL case.
2004-04-01 Eric KohlFix bugs in RegQueryValueExA() and RegQueryValueExW...
2004-02-25 Eric KohlRemove ALL stubs which might be of questionable origin.
2004-02-22 Eric KohlMinor cleanup.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-29 Gé van GeldorpOn error return from RegQueryValueExW, don't touch...
2003-12-28 Art YerkesFixed RegQueryValueExA. It was broken in a way that...
2003-12-28 Art YerkesDon't return ERROR_MORE_DATA in the case of lpData...
2003-12-28 Art YerkesRegQueryValueExW: Now returns the space needed for...
2003-12-24 Gé van GeldorpPass pointer to DWORD instead of casted USHORT pointer
2003-12-24 Filip NavaraDo not zero memory in RegQueryValueExW and handle the...
2003-12-23 Filip NavaraZero memory for value info in RegQueryValueExW, otherwi...
2003-12-23 Filip NavaraFixed RegSetValueEx for NULL value name.
2003-12-13 Gé van GeldorpIn RegQueryValueExA, always request the type from RegQu...
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-16 Gé van GeldorpSilence debug messages
2003-10-14 Filip NavaraFixed RegQueryValueExA and marked as implemented.
2003-08-30 Hartmut Birr- Changed the attributes in all calls to NtOpenKey...
2003-07-24 Casper HornstrupMake vfatfs compile using VC6.
2003-07-21 Royce Mitchell IIIfixed missing constants and build errors
2003-07-21 Royce Mitchell IIIlib/advapi32/reg/reg.c:
2003-07-12 Eric KohlImplemented RegSetKeySecurity().
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-24 Eric KohlImplemented RegLoadKey[A/W]() and RegUnLoadKey[A/W]().
2003-02-02 Gé van GeldorpSet lpcbData (data length) correctly
2003-02-02 KJK::HyperionCleaning up victims of stricter warning checking...
2002-12-08 Robert DickensonFix for wide character streams.
2002-11-14 Casper Hornstrup2002-11-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Robert Dickensonadded a whole bunch of hacks #ifdef'd into the header...
2002-11-02 Robert DickensonUpdate for VALENTA and VALENTW type changes.
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...
2001-09-03 Eric KohlImplemented RegSaveKey[A/W]().
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-07-01 Eric KohlAdded some code to map more predefined keys (like HKCU).
2000-09-27 Eric KohlImplemented some ascii functions
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)
1999-09-25 Boudewijn DekkerSmall addition to token.c
1999-07-22 Eric KohlChanges to compile advapi32.
1999-07-17 Emanuele Alibertifixes
1999-05-26 Emanuele AlibertiSetLastError() used in stubs
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-03-12 Emanuele Alibertistubs
1998-12-04 Rex JolliffRolled in various changes from others