2006-05-15 |
Mike McCormack | advapi32: Implement and test SystemFunction003. |
tree | commitdiff |
2006-05-15 |
Mike McCormack | advapi32: Implement and test SystemFunction002 (DES... |
tree | commitdiff |
2006-05-10 |
Mike McCormack | advapi32: Implement and test SystemFunction032 (arc4... |
tree | commitdiff |
2006-05-10 |
Mike McCormack | advapi32: Implement and test SystemFunction007. |
tree | commitdiff |
2006-05-10 |
Mike McCormack | advapi32: Implement and test SystemFunction001. |
tree | commitdiff |
2006-05-10 |
Mike McCormack | advapi32: Implement and test SystemFunction008. |
tree | commitdiff |
2006-05-05 |
Robert Reif | advapi32: Add some lsa tests. |
tree | commitdiff |
2006-03-28 |
Alexandre Julliard | advapi32: Fixed compiler warnings. |
tree | commitdiff |
2006-03-28 |
Thomas Weidenmueller | advapi32: Fixed building TRUSTEEs with objects. |
tree | commitdiff |
2005-12-08 |
Rein Klazes | advapi32: RegCreateKeyEx fix. |
tree | commitdiff |
2005-11-26 |
Alexandre Julliard | Renamed all .cvsignore files to .gitignore. |
tree | commitdiff |
2005-11-08 |
Saulius Krasuckas | Win98 fails another way when user isn't logged in. |
tree | commitdiff |
2005-11-04 |
Saulius Krasuckas | - RegConnectRegistryA fails on Win9x when Remote Regist... |
tree | commitdiff |
2005-10-27 |
Ivan Leo Puoti | Delete a temp file. |
tree | commitdiff |
2005-09-28 |
Vincent Béron | Remove some Unicode->ANSI cross-calls in crypt functions. |
tree | commitdiff |
2005-09-15 |
Rein Klazes | - Set the LastError in OpenSCManager in case of errors; |
tree | commitdiff |
2005-08-27 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-07-18 |
Felix Nawothnig | Rewrote the RegGetValue tests for REG_SZ / REG_EXPAND_SZ. |
tree | commitdiff |
2005-07-18 |
Felix Nawothnig | Fix registry tests on Win95. |
tree | commitdiff |
2005-07-07 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
tree | commitdiff |
2005-07-06 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
tree | commitdiff |
2005-07-03 |
Felix Nawothnig | Added unit tests for RegGetValue. |
tree | commitdiff |
2005-06-29 |
James Hawkins | - Fix calculation of generic pointers. |
tree | commitdiff |
2005-06-28 |
Alexandre Julliard | Mark as todo a couple of tests that currently fail. |
tree | commitdiff |
2005-06-27 |
Robert Shearman | Test ACCESS_SYSTEM_SECURITY AccessCheck behaviour. |
tree | commitdiff |
2005-06-22 |
Felix Nawothnig | Skip ACL tests on Win9x. |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-16 |
Robert Shearman | - All versions of Windows ignore the access rights... |
tree | commitdiff |
2005-06-13 |
Mike McCormack | Silence some -Wmissing-declarations warnings. |
tree | commitdiff |
2005-06-12 |
Robert Shearman | Fix registry test for Win9x by skipping a section that... |
tree | commitdiff |
2005-06-09 |
Robert Shearman | Added test for AccessCheck. |
tree | commitdiff |
2005-06-09 |
Mike McCormack | Fix some warnings. |
tree | commitdiff |
2005-04-23 |
Stefan Leichter | Excluded tests crashing on NT4 from compiling. |
tree | commitdiff |
2005-04-19 |
James Hawkins | Set the backup/restore privilege. |
tree | commitdiff |
2005-04-19 |
James Hawkins | Remove two unnecessary traces. |
tree | commitdiff |
2005-04-19 |
James Hawkins | Add RegUnLoadKey test. |
tree | commitdiff |
2005-04-18 |
Jakob Eriksson | Fail gracefully on permission denied. |
tree | commitdiff |
2005-04-16 |
James Hawkins | RegDeleteKey fails if the lpSubKey param is NULL. |
tree | commitdiff |
2005-04-15 |
Jakob Eriksson | ERROR_PRIVILEGE_NOT_HELD can be returned for NT4. |
tree | commitdiff |
2005-04-15 |
Jakob Eriksson | Win98 can return ERROR_CALL_NOT_IMPLEMENTED. |
tree | commitdiff |
2005-04-13 |
James Hawkins | Pass an empty string instead of NULL to RegDeleteKey... |
tree | commitdiff |
2005-04-11 |
Michael Jung | Make crypt functions more robust in case of incorrect... |
tree | commitdiff |
2005-04-11 |
James Hawkins | Create the 'Test' value in a temporary subkey to avoid... |
tree | commitdiff |
2005-03-31 |
Stefan Leichter | Fix GetFileSecurityA test on Win98. |
tree | commitdiff |
2005-03-29 |
Michael Jung | Added a test for advapi32, which documents a crash... |
tree | commitdiff |
2005-03-29 |
Stefan Leichter | Fix GetFileSecurityW for not existing directories/files. |
tree | commitdiff |
2005-03-28 |
Stefan Leichter | Added a test for GetFileSecurityA. |
tree | commitdiff |
2005-03-25 |
James Hawkins | Replace a trace with a previously removed test. |
tree | commitdiff |
2005-03-24 |
Jakob Eriksson | Fix some Windows 95 issues. |
tree | commitdiff |
2005-03-23 |
James Hawkins | Add RegSaveKey, RegLoadKey tests. |
tree | commitdiff |
2005-03-22 |
Jakob Eriksson | Fix for NT4 behaviour. |
tree | commitdiff |
2005-03-15 |
Jakob Eriksson | CryptAcquireContextA() can return NTE_FAIL on Windows 98. |
tree | commitdiff |
2005-03-14 |
Alexandre Julliard | Avoid accessing an uninitialized string in the failure... |
tree | commitdiff |
2005-03-05 |
Jakob Eriksson | Account for permissions on Win2k. |
tree | commitdiff |
2005-02-25 |
James Hawkins | Fix RegOpen/CloseKey. |
tree | commitdiff |
2005-02-23 |
Jakob Eriksson | Apparently NT4 can also return ERROR_ENVVAR_NOT_FOUND. |
tree | commitdiff |
2005-02-21 |
James Hawkins | Add RegOpenKey, RegCloseKey tests. |
tree | commitdiff |
2005-02-17 |
Jakob Eriksson | Apparently NT4 can also return ERROR_ENVVAR_NOT_FOUND. |
tree | commitdiff |
2005-02-14 |
Francois Gouget | Cast the GetProcAddress() return value to avoid warning... |
tree | commitdiff |
2005-02-14 |
Vincent Béron | Suppress a warning. |
tree | commitdiff |
2005-02-14 |
Stefan Leichter | Make advapi32_test.exe loadable on NT 3.51. |
tree | commitdiff |
2005-02-10 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-01-27 |
Alexandre Julliard | Don't make the test key volatile, that can break other... |
tree | commitdiff |
2005-01-04 |
Jakob Eriksson | On NT4 we can also get ERROR_RING2_STACK_IN_USE from |
tree | commitdiff |
2004-12-27 |
Rein Klazes | Correct cases where arguments of ok() calls depend... |
tree | commitdiff |
2004-12-06 |
Stefan Leichter | Fix missing imports on NT4. |
tree | commitdiff |
2004-12-06 |
James Hawkins | Only call test_set_provider_ex() once. |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-30 |
James Hawkins | Fixed a few memory leaks. |
tree | commitdiff |
2004-11-19 |
James Hawkins | Added beginnings of RegQueryValueEx tests. |
tree | commitdiff |
2004-11-04 |
Juan Lang | - implement LookupPrivilegeName |
tree | commitdiff |
2004-11-03 |
Jakob Eriksson | AllocateAndInitializeSid does not work on Win98. |
tree | commitdiff |
2004-10-06 |
Hans Leidekker | Implement MD{4,5}Init MD{4,5}Update and MD{4,5}Final. |
tree | commitdiff |
2004-10-05 |
Dmitry Timoshkov | Make advapi32/crypt.c test pass under win2k SP4, do... |
tree | commitdiff |
2004-10-04 |
Hans Leidekker | Implement SystemFunction006(). |
tree | commitdiff |
2004-10-04 |
Dmitry Timoshkov | Avoid a crash in advapi32/test_sha_ctx.c test if requir... |
tree | commitdiff |
2004-09-17 |
Filip Navara | Implement A_SHA* functions present in Windows XP and... |
tree | commitdiff |
2004-09-16 |
Juan Lang | - correct ConvertStringSidToSidW and ConvertSidToString... |
tree | commitdiff |
2004-09-01 |
James Hawkins | - remove unnecessary type conversions |
tree | commitdiff |
2004-08-20 |
James Hawkins | Added tests for CryptSetProviderEx. |
tree | commitdiff |
2004-08-19 |
Mike McCormack | Fix BuildTrusteeWithSid, implement and test BuildTruste... |
tree | commitdiff |
2004-08-17 |
Mike McCormack | Remove unnecessary casts in crypt tests. |
tree | commitdiff |
2004-08-16 |
James Hawkins | Fixed a few crypt test bugs. |
tree | commitdiff |
2004-08-16 |
Mike McCormack | Declaration, implemention and test for BuildTrusteeWithSid. |
tree | commitdiff |
2004-08-13 |
James Hawkins | If the pszProvName param of CryptEnumProviders is too... |
tree | commitdiff |
2004-08-12 |
James Hawkins | Added tests for CryptEnumProviders. |
tree | commitdiff |
2004-08-09 |
Mike McCormack | Added a test for ConvertSidToStringSidW. |
tree | commitdiff |
2004-07-24 |
Alexandre Julliard | Don't crash on NULL data in RegSetValueExA (reported... |
tree | commitdiff |
2004-07-24 |
Michael Jung | - Changed some FIXMEs to TRACEs, since they report... |
tree | commitdiff |
2004-07-22 |
Michael Jung | - Fixed a problem with dwProvType values greater than... |
tree | commitdiff |
2004-07-21 |
Michael Jung | Added some unit tests for the CryptAcquireContext API... |
tree | commitdiff |
2004-03-02 |
Alexandre Julliard | We no longer use the .exe.spec.c files. |
tree | commitdiff |
2004-01-26 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2003-12-08 |
Hans Leidekker | Remove ntdll from imports. |
tree | commitdiff |
2003-09-25 |
Jon Griffiths | Various test fixes for XP/msvc. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-01-13 |
Francois Gouget | Use only Ansi APIs for cleaning up the registry. |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Change the #include order so that these tests compile... |
tree | commitdiff |
2002-09-12 |
Alexandre Julliard | Fixed possible infinite loop in delete_key. |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Create separate makefiles for tests for more flexibility. |
tree | commitdiff |
next |