advapi32/tests: Fix memory leaks (found by Smatch).
[wine] / dlls / advapi32 / tests / registry.c
2007-06-21  Francois Gougetadvapi32: Add more RegGetValue() conformance tests...
2007-04-30  Stefan Leichteradvapi32: Fix initial cleanup of the registry keys...
2007-04-23  Stefan Leichteradvapi32: More tests for RegDeleteTreeA.
2007-04-18  Francois Gougetadvapi32/tests: Use memcmp() instead of strcmp() so...
2007-04-16  Francois Gougetadvapi32: Fix and extend the RegQueryValueEx() tests.
2007-04-12  Paul Vriensadvapi32/tests: Fix RegQueryValueExA test for win9x...
2007-04-11  Paul Vriensadvapi32/tests: Use skip when OpenSCManagerA is not...
2007-04-10  Paul Vriensadvapi32/tests: Make sure NT4 and W2K tests don't fail.
2007-04-05  Stefan Leichteradvapi32: Add some tests for RegDeleteTreeA.
2007-04-02  Paul Vriensadvapi32/tests: Some cleanup.
2007-04-02  Paul Vriensadvapi32/tests: Reopen the main handle if needed.
2007-03-16  Paul Vriensadvapi32/tests: RegQueryValueW is not always implemented.
2007-03-12  Paul Vriensadvapi32/tests: Prepare for more tests and use skip.
2007-03-08  Alexandre Julliardadvapi32: Fixed registry test that failed because of...
2007-01-16  James Hawkinsadvapi32: Add tests for RegQueryValue.
2006-12-28  Rob Shearmanadvapi32: Change the test for the type parameter of...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-04  Hans Leidekkeradvapi32/tests: Win64 printf format warning fixes.
2006-10-02  Paul Vriensadvapi32: Make sure it's a real cleanup.
2006-08-28  Andrew Talbotadvapi32/tests: Cast-qual warnings fix.
2006-08-16  Robert Shearmanadvapi32: Add tests for RegQueryValueEx to show that...
2006-06-13  Alexandre Julliardadvapi32/tests: Use lstrlenA instead of strlen in ok...
2006-06-10  Saulius Krasuckasadvapi32: Test RegSetValueEx[AW] for setting some seque...
2006-06-02  Saulius Krasuckasadvapi32: Enable some tests and extend them to succeed...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-08  Rein Klazesadvapi32: RegCreateKeyEx fix.
2005-11-04  Saulius Krasuckas- RegConnectRegistryA fails on Win9x when Remote Regist...
2005-10-27  Ivan Leo PuotiDelete a temp file.
2005-09-15  Rein Klazes- Set the LastError in OpenSCManager in case of errors;
2005-07-18  Felix NawothnigRewrote the RegGetValue tests for REG_SZ / REG_EXPAND_SZ.
2005-07-18  Felix NawothnigFix registry tests on Win95.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-03  Felix NawothnigAdded unit tests for RegGetValue.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-16  Robert Shearman- All versions of Windows ignore the access rights...
2005-06-12  Robert ShearmanFix registry test for Win9x by skipping a section that...
2005-04-19  James HawkinsSet the backup/restore privilege.
2005-04-19  James HawkinsRemove two unnecessary traces.
2005-04-19  James HawkinsAdd RegUnLoadKey test.
2005-04-18  Jakob ErikssonFail gracefully on permission denied.
2005-04-16  James HawkinsRegDeleteKey fails if the lpSubKey param is NULL.
2005-04-15  Jakob ErikssonERROR_PRIVILEGE_NOT_HELD can be returned for NT4.
2005-04-13  James HawkinsPass an empty string instead of NULL to RegDeleteKey...
2005-04-11  James HawkinsCreate the 'Test' value in a temporary subkey to avoid...
2005-03-25  James HawkinsReplace a trace with a previously removed test.
2005-03-24  Jakob ErikssonFix some Windows 95 issues.
2005-03-23  James HawkinsAdd RegSaveKey, RegLoadKey tests.
2005-02-25  James HawkinsFix RegOpen/CloseKey.
2005-02-21  James HawkinsAdd RegOpenKey, RegCloseKey tests.
2005-01-27  Alexandre JulliardDon't make the test key volatile, that can break other...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-19  James HawkinsAdded beginnings of RegQueryValueEx tests.
2004-07-24  Alexandre JulliardDon't crash on NULL data in RegSetValueExA (reported...
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-01-13  Francois GougetUse only Ansi APIs for cleaning up the registry.
2002-09-17  Francois GougetChange the #include order so that these tests compile...
2002-09-12  Alexandre JulliardFixed possible infinite loop in delete_key.
2002-07-10  Alexandre JulliardCreated registry unit test and added tests for RegEnumV...