advapi32: Fix lsa tests on windows98.
[wine] / dlls / advapi32 / tests / registry.c
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...