include: Assorted spelling fixes.
[wine] / dlls / wintrust /
2009-01-08  Paul Vrienswintrust: Fix removing a catalog file.
2009-01-08  Paul Vrienswintrust/tests: Add a few tests.
2008-12-23  Juan Langwintrust: Fix encoding OIDs with only two components.
2008-12-23  Hans Leidekkerwintrust: Fix message handle type.
2008-12-23  Hans Leidekkerwintrust: Add some tests.
2008-12-23  Hans Leidekkerwintrust: Add stub implementations of CryptCATEnumerate...
2008-12-23  Hans Leidekkerwintrust: Implement CryptCATAdminResolveCatalogPath...
2008-12-23  Hans Leidekkerwintrust: Implement CryptCATEnumerateMember.
2008-12-23  Hans Leidekkerwintrust: Test find handles against INVALID_HANDLE_VALUE.
2008-12-22  Hans Leidekkerwintrust: Implement CryptCATOpen and CryptCATClose.
2008-12-22  Hans Leidekkerwintrust: Implement CryptCATAdminEnumCatalogFromHash.
2008-12-22  Hans Leidekkerwintrust: Record full catalog filename in catalog info...
2008-12-19  Francois Gougetwintrust/tests: Add a trailing '\n' to ok() calls.
2008-12-19  Paul Vrienswintrust/tests: Don't crash on NT4 and W2K.
2008-12-19  Paul Vrienswintrust/tests: Fix test crash on Win9x.
2008-12-19  Hans Leidekkerwintrust: Implement CryptCATAdminCalcHashFromFileHandle.
2008-12-18  Hans Leidekkerwintrust: Add tests for adding and removing catalog...
2008-12-18  Hans Leidekkerwintrust: Implement CryptCATAdminAddCatalog, CryptCATAd...
2008-12-18  Hans Leidekkerwintrust: Implement CryptCATAdminReleaseContext.
2008-12-18  Hans Leidekkerwintrust: Implement CryptCATAdminAcquireContext.
2008-12-18  Hans Leidekkerwintrust: Don't test last error on success.
2008-12-18  Hans Leidekkerwintrust: Open test file with share mode FILE_SHARE_READ.
2008-12-11  Andrew Talbotwintrust: Sign-compare warnings fix.
2008-12-10  Juan Langwintrust: Add tests for WVTAsn1SpcSpOpusInfoDecode.
2008-12-10  Juan Langwintrust: Implement WVTAsn1SpcSpOpusInfoEncode.
2008-12-10  Juan Langwintrust: Add tests for WVTAsn1SpcSpOpusInfoEncode.
2008-12-10  Juan Langwintrust: Add stub for WVTAsn1SpcSpOpusInfoEncode.
2008-11-25  Francois Gougetwintrust: Remove WINAPI on static functions where not...
2008-11-17  Alexandre Julliardwintrust: Fix a buffer overflow.
2008-11-04  Juan Langwintrust: Implement WVTAsn1SpcFinancialCriteriaInfoDecode.
2008-11-04  Juan Langwintrust: Add tests for WVTAsn1SpcFinancialCriteriaInfo...
2008-11-04  Juan Langwintrust: Add stub for WVTAsn1SpcFinancialCriteriaInfoD...
2008-11-04  Juan Langwintrust: Implement WVTAsn1SpcFinancialCriteriaInfoEncode.
2008-11-04  Juan Langwintrust: Add tests for WVTAsn1SpcFinancialCriteriaInfo...
2008-11-04  Juan Langwintrust: Add stub for WVTAsn1SpcFinancialCriteriaInfoE...
2008-10-24  Juan Langwintrust: Partially implement SoftpubLoadMessage for...
2008-10-24  Juan Langwintrust: Pass file handle and path to SOFTPUB_GetMessa...
2008-10-24  Juan Langwintrust: Separate loading a message from a WINTRUST_FI...
2008-10-24  Juan Langwintrust: Separate loading a message from a WINTRUST_CE...
2008-10-18  Juan Langwintrust: Implement WVTAsn1CatNameValueDecode.
2008-10-18  Juan Langwintrust: Add tests for WVTAsn1CatNameValueDecode.
2008-10-18  Juan Langwintrust: Add stub for WVTAsn1CatNameValueDecode.
2008-10-18  Juan Langwintrust: Implement WVTAsn1CatNameValueEncode.
2008-10-18  Juan Langwintrust: Add tests for WVTAsn1CatNameValueEncode.
2008-10-18  Juan Langwintrust: Add stub for WVTAsn1CatNameValueEncode.
2008-10-18  Juan Langwintrust: Implement WVTAsn1CatMemberInfoDecode.
2008-10-18  Juan Langwintrust: Add tests for WVTAsn1CatMemberInfoDecode.
2008-10-18  Juan Langwintrust: Add stub for WVTAsn1CatMemberInfoDecode.
2008-10-18  Juan Langwintrust: Implement WVTAsn1CatMemberInfoEncode.
2008-10-18  Juan Langwintrust: Add tests for WVTAsn1CatMemberInfoEncode.
2008-10-18  Juan Langwintrust: Add stub for WVTAsn1CatMemberInfoEncode.
2008-10-16  Maarten Lankhorstincludes: Fix CryptCATAdminAddCatalog definition.
2008-10-09  Juan Langwintrust: Fix test failures on Win9x.
2008-10-09  Paul Vrienswintrust/tests: Vista/W2K8 have some extra struct members.
2008-10-09  Juan Langwintrust: Don't hardcode supported OIDs, let CryptDecod...
2008-10-09  Juan Langwintrust: Implement CryptSIPGetSignedDataMsg for .cat...
2008-10-02  Juan Langwintrust: Implement OpenPersonalTrustDBDialog.
2008-10-01  Juan Langwintrust: Implement WTHelperGetKnownUsages.
2008-10-01  Juan Langwintrust: Add tests for WTHelperGetKnownUsages.
2008-10-01  Juan Langwintrust: Add stub for WTHelperGetKnownUsages.
2008-09-29  Juan Langwintrust: Only set the error on the root element of...
2008-09-29  Juan Langwintrust: Use helper function for setting confidence...
2008-09-29  Juan Langwintrust: Map cert trust error status to a windows...
2008-09-23  Juan Langwintrust: Support the CERT_CERTIFICATE_ACTION_VERIFY...
2008-09-23  Juan Langwintrust: Check that the end certificate in the chain...
2008-09-23  Juan Langwintrust: Only do policy check if pointer is set.
2008-09-23  Juan Langwintrust: Use helper function to add the trust steps...
2008-09-23  Juan Langwintrust: Use helper function to allocate CRYPT_PROVIDE...
2008-09-23  Juan Langwintrust: Always initialize CERT_CHAIN_PARA's Requested...
2008-09-23  Juan Langwintrust: Store the error status and confidence for...
2008-09-23  Juan Langwintrust: Search all additional stores when building...
2008-09-19  Juan Langwintrust: Add traces to a few more functions.
2008-09-18  Juan Langwintrust: Don't assume dwStateAction is set in WINTRUST...
2008-09-15  Marcus Meissnerinclude: Allocation size markup.
2008-09-12  Rob Shearmanwintrust: Add explicit "!= NO_ERROR" to expressions...
2008-09-05  Paul Vrienswintrust/tests: Add a missing FreeLibrary.
2008-07-24  Juan Langwintrust: Implement CryptSIPGetSignedDataMsg for cabine...
2008-07-24  Juan Langwintrust: Don't assume input file is a PE file in Crypt...
2008-07-21  Francois Gougetwintrust/tests: Fix compilation on systems that don...
2008-07-16  Juan Langwintrust: Correct error slot for SoftpubLoadSignature.
2008-07-16  Juan Langwintrust: Execute WinVerifyTrust as a sequence of steps...
2008-07-16  Juan Langwintrust: Add tests for WinVerifyTrust/WinVerifyTrustEx.
2008-07-16  Juan Langwintrust: Move provider function tests to their own...
2008-07-14  Andrew Talbotwintrust: Remove unneeded address-of operators from...
2008-07-11  Juan Langwintrust: Use path in WIN_TRUST_SUBJECT_FILE structure...
2008-07-08  Roy Sheawintrust/test: Verify array length before calling memcm...
2008-06-05  Paul Vrienswintrust/tests: Fix test on win9x.
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-24  Rob Shearmanwintrust: Check that provider functions are not NULL...
2008-04-24  Rob Shearmanwintrust: Implement WTHelperGetProvPrivateDataFromChain.
2008-04-22  Austin EnglishSpelling fixes.
2008-04-17  Rhys McGuckinwintrust: Check for null CleanupPolicy function pointer.
2008-04-07  Andrew Talbotwintrust: Avoid assigning to struct members from other...
2008-03-24  Andrew Talbotwintrust: Assign to structs instead of using memcpy.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-03  Francois Gougetwintrust/tests: Crypt(En,De)codeObjectEx() are not...
2008-02-28  Paul Vrienswintrust/tests: Add a few tests.
2008-02-28  Paul Vrienswintrust/tests: W2K and XP-SP1 don't set last error.
2008-02-11  Paul Vrienswintrust/crypt: Fix some test failures for a NULL param...
2008-02-11  Paul Vrienswintrust/tests: Change test_RegPolicyFlags to use the...
next