oleaut: Implement IFontEventsDisp connection point for the standard
[wine] / dlls / advapi32 / tests /
2005-12-08  Rein Klazesadvapi32: RegCreateKeyEx fix.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-08  Saulius KrasuckasWin98 fails another way when user isn't logged in.
2005-11-04  Saulius Krasuckas- RegConnectRegistryA fails on Win9x when Remote Regist...
2005-10-27  Ivan Leo PuotiDelete a temp file.
2005-09-28  Vincent BéronRemove some Unicode->ANSI cross-calls in crypt functions.
2005-09-15  Rein Klazes- Set the LastError in OpenSCManager in case of errors;
2005-08-27  Mike McCormackFix gcc 4.0 warnings.
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-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-03  Felix NawothnigAdded unit tests for RegGetValue.
2005-06-29  James Hawkins- Fix calculation of generic pointers.
2005-06-28  Alexandre JulliardMark as todo a couple of tests that currently fail.
2005-06-27  Robert ShearmanTest ACCESS_SYSTEM_SECURITY AccessCheck behaviour.
2005-06-22  Felix NawothnigSkip ACL tests on Win9x.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-16  Robert Shearman- All versions of Windows ignore the access rights...
2005-06-13  Mike McCormackSilence some -Wmissing-declarations warnings.
2005-06-12  Robert ShearmanFix registry test for Win9x by skipping a section that...
2005-06-09  Robert ShearmanAdded test for AccessCheck.
2005-06-09  Mike McCormackFix some warnings.
2005-04-23  Stefan LeichterExcluded tests crashing on NT4 from compiling.
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-15  Jakob ErikssonWin98 can return ERROR_CALL_NOT_IMPLEMENTED.
2005-04-13  James HawkinsPass an empty string instead of NULL to RegDeleteKey...
2005-04-11  Michael JungMake crypt functions more robust in case of incorrect...
2005-04-11  James HawkinsCreate the 'Test' value in a temporary subkey to avoid...
2005-03-31  Stefan LeichterFix GetFileSecurityA test on Win98.
2005-03-29  Michael JungAdded a test for advapi32, which documents a crash...
2005-03-29  Stefan LeichterFix GetFileSecurityW for not existing directories/files.
2005-03-28  Stefan LeichterAdded a test for GetFileSecurityA.
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-03-22  Jakob ErikssonFix for NT4 behaviour.
2005-03-15  Jakob ErikssonCryptAcquireContextA() can return NTE_FAIL on Windows 98.
2005-03-14  Alexandre JulliardAvoid accessing an uninitialized string in the failure...
2005-03-05  Jakob ErikssonAccount for permissions on Win2k.
2005-02-25  James HawkinsFix RegOpen/CloseKey.
2005-02-23  Jakob ErikssonApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
2005-02-21  James HawkinsAdd RegOpenKey, RegCloseKey tests.
2005-02-17  Jakob ErikssonApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-02-14  Vincent BéronSuppress a warning.
2005-02-14  Stefan LeichterMake advapi32_test.exe loadable on NT 3.51.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-27  Alexandre JulliardDon't make the test key volatile, that can break other...
2005-01-04  Jakob ErikssonOn NT4 we can also get ERROR_RING2_STACK_IN_USE from
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-06  Stefan LeichterFix missing imports on NT4.
2004-12-06  James HawkinsOnly call test_set_provider_ex() once.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-30  James HawkinsFixed a few memory leaks.
2004-11-19  James HawkinsAdded beginnings of RegQueryValueEx tests.
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-11-03  Jakob ErikssonAllocateAndInitializeSid does not work on Win98.
2004-10-06  Hans LeidekkerImplement MD{4,5}Init MD{4,5}Update and MD{4,5}Final.
2004-10-05  Dmitry TimoshkovMake advapi32/crypt.c test pass under win2k SP4, do...
2004-10-04  Hans LeidekkerImplement SystemFunction006().
2004-10-04  Dmitry TimoshkovAvoid a crash in advapi32/test_sha_ctx.c test if requir...
2004-09-17  Filip NavaraImplement A_SHA* functions present in Windows XP and...
2004-09-16  Juan Lang- correct ConvertStringSidToSidW and ConvertSidToString...
2004-09-01  James Hawkins- remove unnecessary type conversions
2004-08-20  James HawkinsAdded tests for CryptSetProviderEx.
2004-08-19  Mike McCormackFix BuildTrusteeWithSid, implement and test BuildTruste...
2004-08-17  Mike McCormackRemove unnecessary casts in crypt tests.
2004-08-16  James HawkinsFixed a few crypt test bugs.
2004-08-16  Mike McCormackDeclaration, implemention and test for BuildTrusteeWithSid.
2004-08-13  James HawkinsIf the pszProvName param of CryptEnumProviders is too...
2004-08-12  James HawkinsAdded tests for CryptEnumProviders.
2004-08-09  Mike McCormackAdded a test for ConvertSidToStringSidW.
2004-07-24  Alexandre JulliardDon't crash on NULL data in RegSetValueExA (reported...
2004-07-24  Michael Jung- Changed some FIXMEs to TRACEs, since they report...
2004-07-22  Michael Jung- Fixed a problem with dwProvType values greater than...
2004-07-21  Michael JungAdded some unit tests for the CryptAcquireContext API...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2003-12-08  Hans LeidekkerRemove ntdll from imports.
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-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-07-10  Alexandre JulliardCreated registry unit test and added tests for RegEnumV...