]> Pileus Git - ~andy/fetchmail/history - socket.c
Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.
[~andy/fetchmail] / socket.c
2012-09-03 Earl ChewClear SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS without SSL_CT...
2012-05-03 Matthias AndreeFix CVE-2011-3389 by clearing SSL_OP_DONT_INSERT_EMPTY_...
2011-10-25 Matthias AndreeFix build on SSLv2-disabled OpenSSL setups
2011-08-30 Matthias AndreePrint Server certificate: banner on stdout rather than...
2011-06-06 Matthias AndreeMerge branch 'common-6x' into legacy_63
2011-06-06 Matthias AndreeMerge branch 'common-6x' into legacy_63
2011-05-31 Matthias AndreeMerge branch 'common-6x' into legacy_63
2011-05-27 Matthias AndreeMerge branch 'common-6x' into legacy_63
2011-05-26 Matthias AndreeMerge branch 'common-6x' into legacy_63
2011-05-26 Matthias AndreeReindent.
2011-05-26 Matthias AndreeRevert SO_???TIMEO-based STARTTLS timeout handling.
2011-05-23 Matthias AndreeFix error string.
2011-05-22 Matthias AndreeFix socket timeout handling.
2011-05-22 Matthias AndreeReindent.
2011-05-17 Matthias AndreeReinstate SSLv2 support on legacy_63 branch.
2011-05-17 Matthias AndreeDrop broken test code.
2011-05-13 Matthias AndreeSockOpen(): set SO_KEEPALIVE.
2011-04-29 Matthias AndreeAdd a SockTimeout(int socket, int seconds) function.
2011-04-29 Matthias AndreeIn the plugin child, call _exit, not exit.
2011-04-29 Matthias AndreeProperly report EXIT_FAILURE if the plugin/plugout...
2011-04-29 Matthias AndreeRemove unused code.
2011-04-28 Matthias AndreeFix typo in comment.
2011-04-11 Matthias AndreeRemove support for SSLv2 (fixes Debian Bug #622054).
2010-12-12 Matthias AndreeFix compiler warnings.
2010-10-09 Matthias AndreeMerge branch 'master' of gitorious.org:fetchmail/fetchmail
2010-10-09 Matthias AndreeFix Intel C++ var shadowing warnings.
2010-08-27 Matthias AndreeX.509 matching split out; disallow TLD wildcards.
2010-08-27 Matthias AndreeDisallow X.509 wildcard matches in domain literals.
2010-08-27 Matthias AndreeRequire that X.509 wildcards start with "*.",
2010-08-27 Matthias AndreeFactor out name/wildcard matching code.
2010-05-19 Matthias AndreeOnly report connection failures in verbose mode or...
2010-05-09 Matthias AndreeOmit warning of insecure connection if --sslfingerprint...
2010-04-29 Matthias AndreeHack types for cygwin_read().
2010-04-22 Matthias Andree--sslcert{file|path} overrides default store, add envir...
2010-04-18 Matthias AndreeAdd --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_...
2010-04-18 Matthias AndreeImprove SSL error messages for common issues
2010-04-05 Matthias AndreeCall OpenSSL_add_all_algorithms().
2010-03-31 Matthias AndreeUse SSL_library_init(), not SSLeay_add_ssl_algorithms().
2010-03-19 Matthias AndreeFurther warning fixes.
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2010-03-05 Matthias AndreeProperly check for h_errno declaration and include...
2010-02-28 Matthias AndreeRemove unused assignments/initializations found with...
2009-08-17 Matthias AndreeFix free() of unallocated memory on intact/non-verbose...
2009-08-05 Matthias AndreeReport Subject Alternative Name before checking for...
2009-08-05 Matthias AndreeUse sdump to display non-printing characters in certifi...
2009-08-04 Matthias AndreeAbort verification if Subject CommonName/AltName contai...
2009-06-14 Matthias AndreeMerge and extend Redhat's AI_ADDRCONFIG patch.
2009-01-22 Matthias Andreecase-insensitive check of SSL fingerprints (Daniel...
2009-01-14 Matthias AndreeFix a few compiler warnings around implicit conversion...
2008-11-13 Matthias AndreeSSL_free(context) when SSL_connect fails, plugging...
2008-07-03 Matthias AndreeSSL fix: check and report if SSL_set_fd fails.
2008-07-03 Matthias AndreePartially uncommit the botched commit r5117 so I can...
2008-01-31 Matthias AndreeDrop dead code under FORCE_STUFFING condition.
2007-07-24 Matthias AndreeDocument arcane SSL/TLS UI issue and require docs,...
2006-12-18 Matthias AndreeFix Debian Bug#400950, certificate CN overrides --user...
2006-09-25 Matthias AndreeSSL_CTX handling fix by Miloslav Trmac (Red Hat),
2006-08-14 Matthias AndreeAdd IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.
2006-08-14 Matthias AndreeWrap getaddrinfo() and block SIGALRM where needed.
2006-08-07 Matthias AndreeFreeaddrinfo() fix for Uli Zappe's bug.
2006-08-01 Matthias AndreeWhen trying to connect or upon connection failure,...
2006-08-01 Matthias AndreeWhen connect()ing fails, log host and service as well.
2006-05-14 Matthias AndreeIn verbose mode, log every IP fetchmail tries to connec...
2006-05-12 Matthias AndreeTrivial: Revise comment.
2006-04-06 Matthias Andree* SSL/TLS: if, for a certain server, an sslfingerprint...
2006-04-02 Matthias AndreeFix typo on comment.
2006-04-01 Matthias Andreea few more type fixes for report/snprintf, patch by...
2006-03-25 Matthias AndreeMore warning fixes (from FreeBSD 6.1).
2006-03-15 Matthias AndreeFurther cleanups to compile with C++ compiler.
2006-03-14 Matthias Andreemerge Mirek's fetchmail-signed.patch
2006-01-11 Matthias AndreeFix a few compiler warnings through casts.
2006-01-04 Matthias AndreeSome verbose output disappeared in debug mode. Adding...
2006-01-04 Matthias AndreeAdd a comment.
2005-12-07 Matthias AndreeActually set default SSL certificate path if --sslcertp...
2005-10-29 Matthias AndreeAdd support for SubjectAltName (RFC-2595 or 2818)....
2005-10-21 Matthias AndreeProperly shut down SSL connections. Berlios Patch ...
2005-09-22 Matthias AndreePut pointer to FAQ in parentheses.
2005-09-21 Matthias AndreeAdd full support for --service option.
2005-09-21 Matthias AndreeRevise error messages, suggested by Thomas Wolff.
2005-08-28 Matthias AndreeLarge protocol independence patch.
2005-08-03 Matthias AndreeDon't convert service to port and back, but pass servic...
2005-08-03 Matthias AndreeRemove junk.
2005-08-02 Matthias AndreeRemove port/service dualism and make everything a service.
2005-08-01 Matthias AndreeCleanup: Drop inner_connect and ipv6-connect.c.
2005-07-30 Matthias AndreeINCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY...
2005-04-25 Matthias AndreeMerge SuSE's fetchmail-6.2.5-implicit-declaration.patch
2004-11-10 Matthias AndreeClean up the horrible HAVE_[V]SNPRINTF mess, use Trio...
2004-11-10 Matthias AndreeSSL validation handling fixes by Brian Candler.
2004-11-08 Matthias AndreeHonor sslcertpath setting even if sslcertck is unset...
2004-10-20 Matthias AndreeFix miscellaneous warnings.
2004-08-09 Matthias AndreeSafe fixes for compiler warnings.
2004-06-19 Matthias AndreeCast arguments of is*() ctype.h functions to unsigned...
2004-06-18 Matthias AndreeCompiler warnings fixes, preprocessor and minor general...
2004-06-18 Matthias AndreeFix various compiler warnings.
2004-01-13 Eric S. RaymondSunil Shetye's fix for SSL configuration.
2003-10-10 Eric S. RaymondSSL stuff actually builds.
2003-10-10 Eric S. RaymondMerge in various small fixes, including two remote DOS
2003-08-06 Eric S. RaymondReady to ship.
2003-07-17 Eric S. RaymondYet another round of fixes.
2003-02-28 Eric S. RaymondIDLE implementation.
2002-11-28 Eric S. RaymondSunil's patch for the STARTTLS problem.
next