First shot at CreateServiceW. It crashes due to a bug (aka missing feature) in widl...
[reactos.git] / reactos / lib / advapi32 / reg /
2005-10-03 Thomas Bluemeldon't leak memory in RegDeleteTree() when NtEnumerateKe...
2005-10-03 Thomas Bluemelfixed a memory leak in RegDeleteTree() that could be...
2005-10-03 Thomas BluemelDon't fail when there are no more subkeys to delete...
2005-09-26 Thomas BluemelRegOverridePredefKey does not (as opposed to the PSDK...
2005-09-26 Thomas Bluemelimplemented RegOverridePredefKey()
2005-09-24 Thomas Bluemelremoved obsolete goto statement
2005-09-24 Thomas Bluemelimplemented RegCopyTreeW() (untested!)
2005-09-22 Thomas Bluemelminor string initialization optimizations
2005-09-21 Thomas Bluemelfixed some handle leaks in RegDeleteTree() in some...
2005-08-29 Thomas Bluemel- don't close handles of keys in RegDeleteTree() that...
2005-08-27 Thomas Bluemelimplemented RegDeleteTree() (untested!)
2005-08-26 Thomas Bluemelremoved obsolete variable in RegOpenUserClassesRoot()
2005-08-26 Thomas BluemelRegLoadMUIStringA/W are not implemented yet...
2005-08-26 Thomas Bluemeladded stubs for RegLoadMUIStringA/W()
2005-08-26 Thomas Bluemelimplemented RegDisablePredefinedCacheEx()
2005-08-25 Thomas Bluemelminor simplifications
2005-08-25 Thomas Bluemelopen subkey with sufficient rights in RegDeleteTree
2005-08-25 Thomas Bluemeladded stubs for RegDeleteTreeA/W() and RegCopyTreeA/W()
2005-08-24 Thomas Bluemelimplemented RegSetKeyValueA/W
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-31 Casper HornstrupRemove .cvsignore files.
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-04-20 Gé van GeldorpExclude dependency files from CVS operations
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...
next