include: Assorted spelling fixes.
[wine] / dlls / wintrust / wintrust_main.c
2011-10-24  Juan Langwintrust: Add FindCertsByIssuer stub.
2011-04-18  Juan Langwintrust: Implement IsCatalogFile.
2009-12-18  Juan Langwintrust: Check authority key identifer extension to...
2009-06-24  Aric Stewartwintrust: Stub WTHelperCertCheckValidSignature.
2009-06-15  Juan Langwintrust: Check for the presence of required members...
2009-02-18  Francois Gougetwintrust: Make WINTRUST_ReAlloc() static.
2009-01-29  Michael Stefaniucwintrust: Remove superfluous pointer casts.
2008-11-17  Alexandre Julliardwintrust: Fix a buffer overflow.
2008-10-02  Juan Langwintrust: Implement OpenPersonalTrustDBDialog.
2008-10-01  Juan Langwintrust: Implement WTHelperGetKnownUsages.
2008-10-01  Juan Langwintrust: Add stub for WTHelperGetKnownUsages.
2008-09-23  Juan Langwintrust: Support the CERT_CERTIFICATE_ACTION_VERIFY...
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-19  Juan Langwintrust: Add traces to a few more functions.
2008-09-18  Juan Langwintrust: Don't assume dwStateAction is set in WINTRUST...
2008-07-16  Juan Langwintrust: Execute WinVerifyTrust as a sequence of steps...
2008-07-11  Juan Langwintrust: Use path in WIN_TRUST_SUBJECT_FILE structure...
2008-04-24  Rob Shearmanwintrust: Check that provider functions are not NULL...
2008-04-24  Rob Shearmanwintrust: Implement WTHelperGetProvPrivateDataFromChain.
2008-04-17  Rhys McGuckinwintrust: Check for null CleanupPolicy function pointer.
2007-12-11  Aric Stewartwintrust: Implementations for WTHelperGetFileName and...
2007-10-09  Juan Langwintrust: Add generic chain action to known actions.
2007-10-09  Juan Langwintrust: Trace input to WinVerifyTrust.
2007-10-01  Juan Langwintrust: Don't warn for generic cert verify action.
2007-09-18  Francois Gougetwintrust: Fix compilation on systems that don't support...
2007-09-13  Juan Langwintrust: Don't prefer native version.
2007-09-13  Juan Langwintrust: Implement WinVerifyTrust.
2007-08-29  Juan Langwintrust: Test and implement pfnAddCert2Chain.
2007-08-29  Juan Langwintrust: Test and implement pfnAddSgnr2Chain.
2007-08-29  Juan Langwintrust: Test and implement pfnAddStore2Chain.
2007-08-28  Juan Langwintrust: Move mem alloc functions to wintrust_main.c.
2007-08-15  Juan Langwintrust: Forward WinVerifyTrustEx to WinVerifyTrust.
2007-08-15  Juan Langwintrust: Implement WTHelperProvDataFromStateData.
2007-08-15  Juan Langwintrust: Implement WTHelperGetProvCertFromChain.
2007-08-15  Juan Langwintrust: Implement WTHelperGetProvSignerFromChain.
2007-05-15  Juan Langwintrust: Implement WintrustGetRegPolicyFlags and Wintr...
2007-05-03  Juan Langwintrust: Implement WintrustLoadFunctionPointers.
2006-10-04  Paul Vrienswintrust: Win64 printf format warning fixes.
2006-09-21  James Hawkinswintrust: Move the Crypt* functions to crypt.c.
2006-09-11  Francois Gougetwintrust: In recent SDKs, WinVerifyTrust()'s last param...
2006-08-29  Paul Vrienswintrust: Move register related functions to a separate...
2006-08-23  Paul Vrienswintrust: Add some documentation.
2006-08-21  Paul Vrienswintrust: Added stubbed CryptCATAdminEnumCatalogFromHash.
2006-08-15  Paul Vrienswintrust: Added stubbed WintrustLoadFunctionPointers.
2006-08-14  Paul Vrienswintrust: Added stubbed WintrustRemoveActionID.
2006-08-08  James Hawkinswintrust: Always return ERROR_SUCCESS in WinVerifyTrust.
2006-08-02  Juan Langwintrust: Implement TrustIsCertificateSelfSigned.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-22  Mike McCormackwintrust: Use the definition of WINTRUST_ACTION_GENERIC...
2006-03-21  Alexandre JulliardAdded DLL_WINE_PREATTACH handling in a number of stub...
2006-02-18  Juan Langwintrust: Add some stubs.
2005-12-07  Vincent BéronAdd a few missing #includes.
2005-09-16  Stefan LeichterAdded stubs for DllRegisterServer, DllUnregisterServer and
2005-09-12  Paul VriensReturn ERROR_SUCCESS as default and TRUST_E_PROVIDER_UN...
2005-07-15  Paul VriensReturn TRUST_E_PROVIDER_UNKNOWN until implemented.
2005-06-05  Paul VriensAdded a stub for CryptCATAdminCalcHashFromFileHandle.
2005-06-01  Mike McCormackAdd stubs and stub implementations.
2005-02-23  Michael StefaniucStub for CryptCATAdminReleaseContext.
2004-10-21  Francois GougetFix some issues reported by winapi_check:
2004-10-18  Stefan LeichterAdded stub for CryptCATAdminAcquireContext.
2004-02-26  Dimitrie O. PaunRemove the win32 debug channel, misc cleanup of debuggi...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-04-16  Rein KlazesAdded new dll wintrust.dll with a stub for WinVerifyTru...