advapi32: Fix test_LookupAccountSid to work on win9x.
[wine] / dlls / advapi32 / tests /
2006-08-18  Robert Reifadvapi32: Fix test_LookupAccountSid to work on win9x.
2006-08-16  Robert Shearmanadvapi32: Add tests for RegQueryValueEx to show that...
2006-08-16  Robert Reifadvapi32: Fix LsaQueryInformationPolicy test to pass...
2006-08-14  Robert Reifadvapi32: Try again with different access mask if LsaOp...
2006-08-14  Robert Reifadvapi32: Add more LookupAccountSid tests.
2006-08-14  Andrew Talbotadvapi32/tests: Write-strings warnings fix.
2006-08-04  Robert Reifadvapi32: Add more SID tests.
2006-08-02  Robert Reifadvapi32: Check returned data from LsaQueryInformationP...
2006-08-01  Robert Reifadvapi32: More LsaQueryInformationPolicy tests.
2006-07-31  Robert Reifadvapi32: Add string sid tests.
2006-07-31  Robert Reifadvapi32: Print more info about failed test.
2006-07-21  Robert Reifadvapi32: Partial LookupAccountSid implementation.
2006-07-18  Andrew Talbotadvapi32/tests: Write-strings warnings fix.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  James Hawkinsadvapi32: Add tests for LookupAccountSid.
2006-06-26  Ivan Leoadvapi32/tests: Fix a crash when ConvertSidToStringSidA...
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-05  Mike McCormackadvapi32: Implement and test SystemFunction031.
2006-06-05  Mike McCormackadvapi32: Implement and test SystemFunction030.
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.
2006-05-22  Saulius Krasuckasadvapi32: Skip token attribute testing if OpenProcessTo...
2006-05-22  Saulius Krasuckasadvapi32: Make test loadable on win9x.
2006-05-22  Mike McCormackadvapi32: Implement and test SystemFunction026+027.
2006-05-22  Mike McCormackadvapi32: Implement and test SystemFunction011.
2006-05-22  Mike McCormackadvapi32: Test and implement SystemFunction024/025.
2006-05-22  Mike McCormackadvapi32: Implement and test SystemFunction(012-023).
2006-05-22  Mike McCormackadvapi32: Implement and test SystemFunction010.
2006-05-22  Mike McCormackadvapi32: Implement and test SystemFunction009.
2006-05-16  Mike McCormackadvapi32: Implement and test SystemFunction005.
2006-05-15  Robert Shearmanadvapi32: Add tests for getting the groups, user and...
2006-05-15  Mike McCormackadvapi32: Implement and test SystemFunction004.
2006-05-15  Mike McCormackadvapi32: Implement and test SystemFunction003.
2006-05-15  Mike McCormackadvapi32: Implement and test SystemFunction002 (DES...
2006-05-10  Mike McCormackadvapi32: Implement and test SystemFunction032 (arc4...
2006-05-10  Mike McCormackadvapi32: Implement and test SystemFunction007.
2006-05-10  Mike McCormackadvapi32: Implement and test SystemFunction001.
2006-05-10  Mike McCormackadvapi32: Implement and test SystemFunction008.
2006-05-05  Robert Reifadvapi32: Add some lsa tests.
2006-03-28  Alexandre Julliardadvapi32: Fixed compiler warnings.
2006-03-28  Thomas Weidenmuelleradvapi32: Fixed building TRUSTEEs with objects.
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...
next