xmllite: Fail to set input for external IXmlReaderInput.
[wine] / dlls / cryptnet / cryptnet_main.c
2012-10-15  Marcus Meissnercryptnet: Avoid memory leak of info (Coverity).
2012-10-03  Piotr Cabancryptnet: Fixed cache functions usage in CRYPT_CacheURL...
2012-02-20  Juan Langcryptnet: Don't call HttpEndRequest on a request that...
2011-11-14  Andrew Talbotcryptnet: Remove unused file-static variable.
2011-10-13  Hans Leidekkercryptnet: Respect proxy settings.
2011-09-05  André Hentschelcryptnet: Use the constants from the wininet header.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-03-14  Juan Langwininet: Differentiate checking online and offline...
2011-03-14  Juan Langcryptnet: Trace more reasons for revocation failure.
2011-03-10  Juan Langcryptnet: Let DeleteUrlCacheEntryW remove the cache...
2011-02-23  Juan Langcryptnet: Delete existing cache entries when out of...
2010-08-24  Andrew Talbotcryptnet: Constify a variable.
2010-01-29  Michael Stefaniuccryptnet: Don't use HIWORD() on a string pointer.
2009-12-22  Marcus Meissnercryptnet: Remove an unnecessary variable (Coverity).
2009-12-18  Juan Langcryptnet: Add stub for verifying revocation via OCSP.
2009-12-18  Juan Langcryptnet: Use helper function to check revocation with...
2009-12-18  Juan Langcryptnet: Use helper function to get a URL from a CRL...
2009-12-18  Juan Langcryptnet: Make sure an issuer certificate can sign...
2009-12-17  Juan Langcryptnet: If the caller specifies the location of a...
2009-12-17  Juan Langcryptnet: Use helper function to check a cert against...
2009-12-17  Juan Langcryptnet: Change guard variable to simplify loop.
2009-12-17  Juan Langcryptnet: Use helper function to verify a certificate...
2009-12-04  Juan Langcryptnet: Store the bytes actually read, not the bytes...
2009-12-04  Juan Langcryptnet: Implement getting the certificate issuer...
2009-12-01  Marcus Meissnercryptnet: Added a potentially missing NULL ptr check...
2009-11-23  Juan Langcryptnet: Improve CryptGetObjectUrl stub for URL_OID_CE...
2009-11-21  Juan Langcryptnet: Check CRL with verify time in CertDllVerifyRe...
2009-11-20  Juan Langcryptnet: Check number of contexts in CertDllVerifyRevo...
2009-11-20  Juan Langcryptnet: Fix memory leaks querying an object.
2009-06-23  Andrew Talbotcryptnet: Constify some variables.
2009-01-14  Michael Stefaniuccryptnet: Remove superfluous pointer casts.
2008-10-08  Juan Langcryptnet: Set cache expiration time of objects that...
2008-10-08  Juan Langcryptnet: Don't access URL cache entry before it's...
2008-09-22  Gerald Pfeifercryptnet: Include stdarg.h.
2008-09-17  Rob Shearmancryptnet: Define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS...
2008-08-18  Rob Shearmancryptnet: Fix mismatch between sizeof and countof quant...
2008-05-20  Andrew Talbotcryptnet: Remove unused function.
2007-12-31  Andrew Talbotcryptnet: Remove unneeded cast.
2007-12-14  Aric Stewartcryptnet: InternetCrackUrlW requires component buffers...
2007-11-06  Alexandre JulliardInclude objbase.h where need to get the DllRegisterServ...
2007-10-29  Francois Gougetcryptnet: Fix compilation on systems that don't support...
2007-10-26  Francois Gougetcryptnet: Fix compilation on systems that don't support...
2007-10-24  Juan Langcryptnet: Don't prefer native version.
2007-10-24  Juan Langcryptnet: Implement CertDllVerifyRevocation.
2007-10-24  Juan Langcryptnet: Get cache entry expire time from HTTP expires...
2007-10-24  Juan Langcryptnet: Set timeout on http connections when a timeou...
2007-10-23  Francois GougetBetter match the PSDK types and update win32.api to...
2007-10-23  Juan Langcryptnet: Implement CryptRetrieveObjectByUrlW for the...
2007-10-23  Juan Langcryptnet: Return FALSE if the requested URL exists...
2007-10-23  Juan Langcryptnet: Implement CryptRetrieveObjectByUrlW for the...
2007-10-23  Juan Langcryptnet: Implement CryptRetrieveObjectByUrlA on top...
2007-10-23  Juan Langcryptnet: Add stubs for CryptRetrieveObjectByUrlA/W.
2007-10-19  Juan Langcryptnet: Partially implement CryptGetObjectUrl.
2007-10-19  Juan Langcryptnet: Add stub for CryptGetObjectUrl.
2007-10-19  Juan Langcryptnet: Add CertDllVerifyRevocation stub.
2007-10-19  Juan Langcryptnet: Implement DllRegisterServer/DllUnregisterServer.
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2006-09-29  Michael Stefaniuc"One liners" printf format warning fixes for the migrat...
2006-06-29  Maarten Lankhorstcryptnet: Implement a stub cryptnet dll.