wined3d: Use dst_fbo to do the depth blit.
[wine] / dlls / wintrust /
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...
2008-02-11  Paul Vrienswintrust/tests: Use GetModuleHandleA instead of LoadLib...
2008-02-06  Paul Vrienswintrust/tests: Use GetModuleHandleA instead of LoadLib...
2008-01-15  Juan Langwintrust: Don't expect ImageGetCertificateData to succe...
2007-12-11  Aric Stewartwintrust: Implementations for WTHelperGetFileName and...
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-11-06  Alexandre JulliardInclude objbase.h where need to get the DllRegisterServ...
2007-10-09  Juan Langwintrust: Add generic chain action to known actions.
2007-10-09  Juan Langwintrust: Add traces.
2007-10-09  Juan Langwintrust: Implement GenericChainFinalProv.
2007-10-09  Juan Langwintrust: Implement GenericChainCertificateTrust.
2007-10-09  Juan Langwintrust: Add a helper function to create a chain for...
2007-10-09  Juan Langwintrust: Add a helper function to initialize chain...
2007-10-09  Juan Langwintrust: Trace input to WinVerifyTrust.
2007-10-04  Juan Langwintrust: Use verify time rather than current time...
2007-10-04  Juan Langwintrust: Remove bad check that prevents root certifica...
2007-10-04  Juan Langwintrust: Use file's creation time as time to verify.
2007-10-04  Juan Langwintrust: Copy time to verify from cert info.
2007-10-01  Juan Langwintrust: Add stub for WVTAsn1SpcSpOpusInfoDecode.
2007-10-01  Juan Langwintrust: Don't warn for generic cert verify action.
2007-10-01  Juan Langwintrust: In SoftpubLoadSignature, don't assume a messa...
2007-10-01  Juan Langwintrust: Improve SoftpubLoadMessage for WTD_CHOICE_CERT.
2007-10-01  Juan Langwintrust: Implement SoftpubDefCertInit.
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-09-13  Juan Langwintrust: Partially implement SoftpubAuthenticode.
2007-09-13  Juan Langwintrust: Save signer cert so chain can be created.
2007-09-13  Juan Langwintrust: Implement SoftpubCleanup.
2007-09-12  Francois Gougetwintrust: Fix compilation on systems that don't support...
2007-08-29  Juan Langwintrust: Implement pfnCertificateTrust.
2007-08-29  Juan Langwintrust: Save signers of a message in SoftpubLoadSigna...
2007-08-29  Juan Langwintrust: Use a helper function to get a signer's cert...
2007-08-29  Juan Langwintrust: Use pfnAddStore2Chain internally.
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: Use common memory functions.
2007-08-28  Juan Langwintrust: Move mem alloc functions to wintrust_main.c.
2007-08-28  Juan Langwintrust: Implement SoftpubLoadSignature.
2007-08-28  Juan Langwintrust: Test and implement SoftpubLoadMessage.
2007-08-27  Juan Langwintrust: Test and implement SoftpubInitialize.
2007-08-27  Juan Langwintrust: Test and correct alloc and free functions...
2007-08-16  Juan Langwintrust: Remove redundant check of pbSignedDataMsg...
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-08-14  Juan Langwintrust: Implement SPC indirect data decoding.
2007-08-14  Juan Langwintrust: Implement SPC indirect data encoding.
2007-08-14  Juan Langwintrust: Implement SPC PE image encoding.
2007-08-14  Juan Langwintrust: Implement SPC PE image decoding.
2007-08-13  Juan Langwintrust: Add tests for encoding and decoding SPC PE...
2007-08-13  Juan Langwintrust: Implement encoding SPC links.
2007-08-13  Juan Langwintrust: Implement decoding SPC links.
2007-08-13  Juan Langwintrust: Add tests for encoding/decoding SPC links.
2007-08-13  Juan Langwintrust: Add stubs for SPC_LINK and SPC_PE_IMAGE encod...
2007-08-13  Juan Langwintrust: Implement CryptSIPGetSignedDataMsg.
2007-08-08  Francois Gougetwintrust: Fix the CryptCATAdminReleaseCatalogContext...
2007-06-25  Paul Vrienswintrust/tests: Add tests for CryptCATAdminCalcHashFrom...
2007-06-13  Alexandre Julliardwintrust/tests: Fix the WintrustGetRegPolicyFlags to...
2007-06-13  Francois Gougetwintrust/tests: Fix checks to be more informative when...
2007-06-13  Francois Gougetwintrust/tests: Simplify the code and improve consisten...
2007-06-06  Paul Vrienswintrust/tests: Use A instead of W-calls.
2007-06-06  Paul Vrienswintrust/tests: Start of some crypt tests for wintrust.
2007-05-31  James Hawkinswintrust: Add stub implementations for CryptCATAdminAdd...
2007-05-15  Juan Langwintrust: Implement WintrustGetRegPolicyFlags and Wintr...
2007-05-03  Juan Langwintrust: Implement WintrustLoadFunctionPointers.
2007-04-06  Hans Leidekkerwintrust: Improve a number of stubs.
2007-01-26  Francois Gougetwintrust: Better match the PSDK types and fix the winap...
2007-01-09  Francois Gougetwintrust/tests: Print GetLastError() in decimal with...
2006-10-04  Paul Vrienswintrust: Win64 printf format warning fixes.
2006-10-03  Paul Vrienswintrust: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-27  Paul Vrienswintrust: Added some CryptSIP stub implementations.
2006-09-26  Paul Vrienswintrust: Implement SoftpubDllRegisterServer.
2006-09-21  James Hawkinswintrust: Add a stub implementation of CryptCATClose.
2006-09-21  James Hawkinswintrust: Add a stub implementation of CryptCATEnumerat...
2006-09-21  James Hawkinswintrust: Move the Crypt* functions to crypt.c.
2006-09-21  James Hawkinswintrust: Add a stub implementation of CryptCATOpen.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Paul Vrienswintrust: Add CryptSIPAddProvider calls to the registra...
2006-09-13  Paul Vrienswintrust: Use the return values of the registration...
2006-09-13  Paul Vrienswintrust: We do care about errors during this kind...
2006-09-13  Paul Vrienswintrust: Simplify registration by using WintrustAddDef...
2006-09-12  Paul Vrienswintrust: Implemented WintrustAddDefaultForUsage.
2006-09-12  Paul Vrienswintrust: Added tests for WintrustAddDefaultForUsage.
next