aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly shut down SSL connections. Berlios Patch #647 by Arkadiusz Miƛkiewicz.Matthias Andree2005-10-211-0/+2
* Put pointer to FAQ in parentheses.Matthias Andree2005-09-221-1/+1
* Add full support for --service option.Matthias Andree2005-09-211-1/+1
* Revise error messages, suggested by Thomas Wolff.Matthias Andree2005-09-211-1/+3
* Large protocol independence patch.Matthias Andree2005-08-281-136/+5
* Don't convert service to port and back, but pass service to plugin.Matthias Andree2005-08-031-3/+1
* Remove junk.Matthias Andree2005-08-031-4/+0
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-7/+11
* Cleanup: Drop inner_connect and ipv6-connect.c.Matthias Andree2005-08-011-8/+0
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr...Matthias Andree2005-07-301-24/+2
* Merge SuSE's fetchmail-6.2.5-implicit-declaration.patchMatthias Andree2005-04-251-0/+11
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-14/+1
* SSL validation handling fixes by Brian Candler.Matthias Andree2004-11-101-13/+21
* Honor sslcertpath setting even if sslcertck is unset. Patch by Brian Candler.Matthias Andree2004-11-081-2/+2
* Fix miscellaneous warnings.Matthias Andree2004-10-201-1/+7
* Safe fixes for compiler warnings.Matthias Andree2004-08-091-6/+3
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-3/+3
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-6/+3
* Fix various compiler warnings.Matthias Andree2004-06-181-4/+4
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-6/+6
* SSL stuff actually builds.Eric S. Raymond2003-10-101-0/+1
* Merge in various small fixes, including two remote DOSEric S. Raymond2003-10-101-0/+21
* Ready to ship.Eric S. Raymond2003-08-061-2/+5
* Yet another round of fixes.Eric S. Raymond2003-07-171-0/+41
* IDLE implementation.Eric S. Raymond2003-02-281-0/+2
* Sunil's patch for the STARTTLS problem.Eric S. Raymond2002-11-281-0/+2
* Sunil's code-duplication cleanup patch.Eric S. Raymond2002-06-221-10/+4
* Cygwin fixes.Eric S. Raymond2002-06-071-34/+44
* Cygwin port patch.Eric S. Raymond2002-05-241-2/+19
* Debian 5.9.10 fixes.Eric S. Raymond2002-04-011-34/+44
* Minor fixes.Eric S. Raymond2002-03-091-2/+2
* Minor fixes for 5.9.8.Eric S. Raymond2002-02-151-5/+15