crypt32: Make some variables static and/or const.
[wine] / dlls / advapi32 / tests / crypt.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-08  Saulius KrasuckasWin98 fails another way when user isn't logged in.
2005-09-28  Vincent BéronRemove some Unicode->ANSI cross-calls in crypt functions.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-09  Mike McCormackFix some warnings.
2005-04-23  Stefan LeichterExcluded tests crashing on NT4 from compiling.
2005-04-15  Jakob ErikssonWin98 can return ERROR_CALL_NOT_IMPLEMENTED.
2005-04-11  Michael JungMake crypt functions more robust in case of incorrect...
2005-03-29  Michael JungAdded a test for advapi32, which documents a crash...
2005-03-15  Jakob ErikssonCryptAcquireContextA() can return NTE_FAIL on Windows 98.
2005-02-23  Jakob ErikssonApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
2005-02-17  Jakob ErikssonApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
2005-02-14  Stefan LeichterMake advapi32_test.exe loadable on NT 3.51.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-04  Jakob ErikssonOn NT4 we can also get ERROR_RING2_STACK_IN_USE from
2004-12-06  Stefan LeichterFix missing imports on NT4.
2004-12-06  James HawkinsOnly call test_set_provider_ex() once.
2004-11-30  James HawkinsFixed a few memory leaks.
2004-10-05  Dmitry TimoshkovMake advapi32/crypt.c test pass under win2k SP4, do...
2004-09-01  James Hawkins- remove unnecessary type conversions
2004-08-20  James HawkinsAdded tests for CryptSetProviderEx.
2004-08-17  Mike McCormackRemove unnecessary casts in crypt tests.
2004-08-16  James HawkinsFixed a few crypt test bugs.
2004-08-13  James HawkinsIf the pszProvName param of CryptEnumProviders is too...
2004-08-12  James HawkinsAdded tests for CryptEnumProviders.
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...