aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings.Matthias Andree2010-12-121-1/+1
* Fix Intel C++ var shadowing warnings.Matthias Andree2010-10-091-5/+5
* X.509 matching split out; disallow TLD wildcards.Matthias Andree2010-08-271-36/+0
* Disallow X.509 wildcard matches in domain literals.Matthias Andree2010-08-271-1/+17
* Require that X.509 wildcards start with "*.",Matthias Andree2010-08-271-1/+1
* Factor out name/wildcard matching code.Matthias Andree2010-08-271-17/+23
* Only report connection failures in verbose mode or if all addresses fail.Matthias Andree2010-05-191-7/+18
* Omit warning of insecure connection if --sslfingerprint matches.Matthias Andree2010-05-091-2/+2
* Hack types for cygwin_read().Matthias Andree2010-04-291-4/+4
* --sslcert{file|path} overrides default store, add environment var...Matthias Andree2010-04-231-9/+18
* Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var,Matthias Andree2010-04-181-5/+12
* Improve SSL error messages for common issuesMatthias Andree2010-04-181-27/+77
* Call OpenSSL_add_all_algorithms().Matthias Andree2010-04-061-4/+2
* Use SSL_library_init(), not SSLeay_add_ssl_algorithms().Matthias Andree2010-04-011-1/+1
* Further warning fixes.Matthias Andree2010-03-191-7/+8
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-2/+2
* Properly check for h_errno declaration and include netdb.h.Matthias Andree2010-03-051-8/+2
* Remove unused assignments/initializations found with llvm-clang.Matthias Andree2010-02-281-2/+2
* Fix free() of unallocated memory on intact/non-verbose SSL-connections.Matthias Andree2009-08-171-2/+3
* Report Subject Alternative Name before checking for NULs.Matthias Andree2009-08-051-4/+4
* Use sdump to display non-printing characters in certificate subject names.Matthias Andree2009-08-051-6/+14
* Abort verification if Subject CommonName/AltName contains NUL.Matthias Andree2009-08-041-7/+20
* Merge and extend Redhat's AI_ADDRCONFIG patch.Matthias Andree2009-06-141-0/+3
* case-insensitive check of SSL fingerprints (Daniel Richard G.)Matthias Andree2009-01-221-1/+1
* Fix a few compiler warnings around implicit conversion or extra ";".Matthias Andree2009-01-141-2/+2
* SSL_free(context) when SSL_connect fails, plugging memleak. By Seiichi Ikarashi.Matthias Andree2008-11-131-0/+2
* SSL fix: check and report if SSL_set_fd fails.Matthias Andree2008-07-031-4/+5
* Partially uncommit the botched commit r5117 so I can create proper changelogs.Matthias Andree2008-07-031-5/+4
* Drop dead code under FORCE_STUFFING condition.Matthias Andree2008-01-311-49/+0
* Document arcane SSL/TLS UI issue and require docs, Debian Bug#432618.Matthias Andree2007-07-241-4/+5
* Fix Debian Bug#400950, certificate CN overrides --user option. Now it's only aMatthias Andree2006-12-181-1/+1
* SSL_CTX handling fix by Miloslav Trmac (Red Hat),Matthias Andree2006-09-251-33/+37
* Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.Matthias Andree2006-08-141-5/+43
* Wrap getaddrinfo() and block SIGALRM where needed.Matthias Andree2006-08-141-2/+2
* Freeaddrinfo() fix for Uli Zappe's bug.Matthias Andree2006-08-071-5/+7
* When trying to connect or upon connection failure, log the numeric service po...Matthias Andree2006-08-011-3/+6
* When connect()ing fails, log host and service as well.Matthias Andree2006-08-011-1/+1
* In verbose mode, log every IP fetchmail tries to connect to, to avoidMatthias Andree2006-05-141-4/+36
* Trivial: Revise comment.Matthias Andree2006-05-121-3/+2
* * SSL/TLS: if, for a certain server, an sslfingerprint is specified and Matthias Andree2006-04-061-9/+8
* Fix typo on comment.Matthias Andree2006-04-021-1/+1
* a few more type fixes for report/snprintf, patch by Miloslav Trmac.Matthias Andree2006-04-011-1/+1
* More warning fixes (from FreeBSD 6.1).Matthias Andree2006-03-251-2/+2
* Further cleanups to compile with C++ compiler.Matthias Andree2006-03-151-3/+3
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-8/+10
* Fix a few compiler warnings through casts.Matthias Andree2006-01-111-1/+1
* Some verbose output disappeared in debug mode. Adding further -v optionsMatthias Andree2006-01-041-4/+4
* Add a comment.Matthias Andree2006-01-041-0/+4
* Actually set default SSL certificate path if --sslcertpath is unset.Matthias Andree2005-12-071-0/+2
* Add support for SubjectAltName (RFC-2595 or 2818). Patch by Roland Stigge, De...Matthias Andree2005-10-291-2/+32