wined3d: Move material applying to the state table.
[wine] / dlls / crypt32 /
2007-01-08  Francois Gougetcrypt32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-14  Dmitry Timoshkovcrypt32: Make some data const.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-08  Andrew Talbotcrypt32/tests: Cast-qual warnings fix.
2006-12-08  Andrew Talbotcrypt32/tests: Cast-qual warnings fix.
2006-11-27  Louis Lenderscrypt32: Add test for I_CryptInstallOssGlobal.
2006-11-27  Louis Lenderscrypt32: Better stub for I_CryptInstallOssGlobal.
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-10-30  Paul Vrienscrypt32: Input parameter checking.
2006-10-27  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-10-25  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-24  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-10-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-10-19  Francois GougetFix compilation with gcc 2.95.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-12  James Hawkinscrypt32: Make an internal function static.
2006-10-06  James Hawkinscrypt32: Remove redundant NULL checks before CryptMemFr...
2006-10-06  Paul Vrienscrypt32: Cast-qual warnings fix.
2006-10-06  Francois GougetFrench rc files must be encoded in iso-8859-1, not...
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-05  Paul Vrienscrypt32: Correct the documentation.
2006-10-05  Paul Vrienscrypt32: Change function declaration to overcome some...
2006-10-05  Paul Vrienscrypt32: Move some defines to the top as they will...
2006-10-05  Juan Langcrypt32: Don't crash when setting CRYPT_KEY_PROV_INFO...
2006-10-04  Juan Langcrypt32: Implement CertVerifyValidityNesting.
2006-10-04  Paul Vrienscrypt32: More tests for CryptSIPLoad.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-10-04  Juan Langcrypt32: Forward CryptAcquireContextU to CryptAcquireCo...
2006-10-03  Marcus Meissnercrypt32: Include wine/port.h for strcasecmp.
2006-10-03  Marcus Meissnercrypt32/tests: Replace bad use of sprintf by 2 strcats.
2006-10-03  Juan Langcrypt32: Make it clearer where alg ids come from in...
2006-10-03  Paul Vrienscrypt32: Remove bogus tests.
2006-10-03  Juan Langcrypt32: Implement CryptSignAndEncodeCertificate.
2006-10-03  Jonathan Ernstcrypt32: Initial French translation.
2006-10-03  Juan Langcrypt32/tests: Win64 printf format warning fixes.
2006-10-02  Juan Langcrypt32/tests: Win64 printf format warning fixes.
2006-09-29  Francois GougetAssorted spelling fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-29  Paul Vrienscrypt32: Added some CryptSIP stub implementations.
2006-09-28  Paul Vrienscrypt32: A small test to verify when to write function...
2006-09-28  Juan Langcrypt32: Implement CertGetPublicKeyLength.
2006-09-27  Paul Vrienscrypt32: Partly implement CryptSIPRetrieveSubjectGuid.
2006-09-27  Paul Vrienscrypt32: Another CryptSIPLoad test.
2006-09-27  Juan Langcrypt32: Encode/decode authority key ids.
2006-09-26  Paul Vrienscrypt32: Add tests for CryptSIPRetrieveSubjectGuid.
2006-09-26  Juan Langcrypt32: Reduce indent level of tests.
2006-09-21  Juan Langcrypt32: Don't crash on freeing null chain engine.
2006-09-21  Juan Langcrypt32: Test exporting key acquired through CryptAcqui...
2006-09-21  Juan Langcrypt32: Test decoding a big CRL.
2006-09-20  Paul Vrienscrypt32: Simplify by removing unneeded backslash.
2006-09-20  Paul Vrienscrypt32: Cast-qual warnings fix.
2006-09-20  Paul Vrienscrypt32: Move SIP related tests to their own file.
2006-09-20  Paul Vrienscrypt32: Move SIP related functions to their own file.
2006-09-20  Paul Vrienscrypt32: Add a few functions to the spec file.
2006-09-14  Paul Vrienscrypt32/tests: Some tests for CryptSIPLoad.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Alexandre Julliardcrypt32: Comment out an unreliable test.
2006-09-10  Paul Vrienscrypt32: Fix the adding of pwszIsFunctionName and pwszI...
2006-09-10  Paul Vrienscrypt32/tests: Added tests for CryptSIPAddProvider...
2006-09-10  Paul Vrienscrypt32: Implemented CryptSIPRemoveProvider.
2006-09-10  Paul Vrienscrypt32: Add documentation.
2006-09-08  Paul Vrienscrypt32: Bail out on registry errors and return the...
2006-09-08  Paul Vrienscrypt32: Add documentation.
2006-09-08  Paul Vrienscrypt32: Change the order of writing to the registry.
2006-09-08  Paul Vrienscrypt32: Bail out on registry errors and return the...
2006-09-08  Paul Vrienscrypt32: Added some input validation.
2006-09-08  Paul Vrienscrypt32: Don't crash when tracing is on and a numeric...
2006-09-08  Paul Vrienscrypt32: Add some documentation.
2006-09-07  James Hawkinscrypt32: Simplify CRYPT_AsnDecodeUnicodeNameValueIntern...
2006-09-07  James Hawkinscrypt32: Simplify CRYPT_AsnDecodeNameValueInternal...
2006-09-07  Andrew Talbotcrypt32/tests: Cast-qual warning fix.
2006-09-07  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-09-07  Paul Vrienscrypt32: Set last error on registry errors.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-25  Alexandre Julliardcrypt32/tests: Avoid sizeof in traces.
2006-08-23  Juan Langcrypt32: Add CryptFormatObject stub.
2006-08-22  Paul Vrienscrypt32: Print parameters and add some documentation.
2006-08-22  Juan Langcrypt32: Fix a misplaced parenthesis.
2006-08-16  Andrew Talbotcrypt32/tests: Write-strings warning fix.
2006-08-15  Juan Langcrypt32: Implement CertCreateCertificateChainEngine...
2006-08-14  Andrew Talbotcrypt32/tests: Write-strings warnings fix.
2006-08-12  Juan Langcrypt32: Improve undocumented functions.
2006-08-11  Juan Langcrypt32/tests: Only load crypt32 once.
2006-08-10  Juan Langcrypt32: Implement CryptRegisterDefaultOIDFunction...
2006-08-10  Juan Langcrypt32: Add a couple stubs, and implement the undocume...
2006-08-09  Juan Langcrypt32: Trace key type in CryptFindOIDInfo.
2006-08-02  Juan Langcrypt32: Support more types in CertRDNToStr.
2006-07-29  Juan Langcrypt32: Implement CryptHashPublicKeyInfo.
2006-07-28  Andrew Talbotcrypt32/tests: Write-strings warnings fix.
2006-07-27  Juan Langcrypt32: Implement CryptStrToNameA/W, with tests.
2006-07-27  Juan Langcrypt32: Implement X509_UNICODE_NAME encoding/decoding.
2006-07-26  Alexandre Julliardcrypt32/tests: Clean up temp files.
2006-07-26  Juan Langcrypt32: Implement file stores.
2006-07-20  Juan Langcrypt32: Implement more string types for X509_NAME_VALUE.
2006-07-20  Juan Langcrypt32: Correct handling of empty output buffer in...
2006-07-19  Juan Langcrypt32: Implement X509_UNICODE_NAME_VALUE encoding...
2006-07-19  Stefan Leichtercrypt32: Make tests loadable on NT4.
2006-07-19  Andrew Talbotcrypt32/tests: Write-strings warnings fix.
next