Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Debian Bug#400950, certificate CN overrides --user option. Now it's only a | Matthias Andree | 2006-12-18 | 1 | -1/+1 |
| | | | | | | default and --user takes precedence. svn path=/branches/BRANCH_6-3/; revision=4994 | ||||
* | SSL_CTX handling fix by Miloslav Trmac (Red Hat), | Matthias Andree | 2006-09-25 | 1 | -33/+37 |
| | | | | | | fixes growing SSL certpaths without bounds (Red Hat Bug #206346). svn path=/branches/BRANCH_6-3/; revision=4912 | ||||
* | Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095. | Matthias Andree | 2006-08-14 | 1 | -5/+43 |
| | | | | | | | Courtesy of Götz 'nimrill' Babin-Ebell. This patch also makes --sslproto arguments case insensitive. svn path=/branches/BRANCH_6-3/; revision=4896 | ||||
* | Wrap getaddrinfo() and block SIGALRM where needed. | Matthias Andree | 2006-08-14 | 1 | -2/+2 |
| | | | | | | Also wrap freeaddrinfo() without added functionality. svn path=/branches/BRANCH_6-3/; revision=4895 | ||||
* | Freeaddrinfo() fix for Uli Zappe's bug. | Matthias Andree | 2006-08-07 | 1 | -5/+7 |
| | | | | | | This might fix Debian Bug#294547 and Bug#377135. svn path=/branches/BRANCH_6-3/; revision=4880 | ||||
* | When trying to connect or upon connection failure, log the numeric service ↵ | Matthias Andree | 2006-08-01 | 1 | -3/+6 |
| | | | | | | port, too. svn path=/branches/BRANCH_6-3/; revision=4875 | ||||
* | When connect()ing fails, log host and service as well. | Matthias Andree | 2006-08-01 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4873 | ||||
* | In verbose mode, log every IP fetchmail tries to connect to, to avoid | Matthias Andree | 2006-05-14 | 1 | -4/+36 |
| | | | | | | | misleading the user. Suppress EAFNOSUPPORT errors from socket() call, too. Fixes Debian Bug #361825. svn path=/branches/BRANCH_6-3/; revision=4836 | ||||
* | Trivial: Revise comment. | Matthias Andree | 2006-05-12 | 1 | -3/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4822 | ||||
* | * SSL/TLS: if, for a certain server, an sslfingerprint is specified and | Matthias Andree | 2006-04-06 | 1 | -9/+8 |
| | | | | | | | | | sslcertck is NOT set, suppress printing SSL certificate mismatch errors. (Reported by Hannes Erven.) * SSL/TLS: always print if the sslfingerprint mismatches, even in silent mode. (This is for consistency with certificate verification errors.) svn path=/branches/BRANCH_6-3/; revision=4781 | ||||
* | Fix typo on comment. | Matthias Andree | 2006-04-02 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4771 | ||||
* | a few more type fixes for report/snprintf, patch by Miloslav Trmac. | Matthias Andree | 2006-04-01 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4767 | ||||
* | More warning fixes (from FreeBSD 6.1). | Matthias Andree | 2006-03-25 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4753 | ||||
* | Further cleanups to compile with C++ compiler. | Matthias Andree | 2006-03-15 | 1 | -3/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4744 | ||||
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -8/+10 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4734 | ||||
* | Fix a few compiler warnings through casts. | Matthias Andree | 2006-01-11 | 1 | -1/+1 |
| | | | | | | Make MD5Update argument const. svn path=/branches/BRANCH_6-3/; revision=4621 | ||||
* | Some verbose output disappeared in debug mode. Adding further -v options | Matthias Andree | 2006-01-04 | 1 | -4/+4 |
| | | | | | | | | would alternate between verbose and debug mode. debug mode now comprises all verbose output, and adding more -v options does not switch back from debug to verbose mode. svn path=/branches/BRANCH_6-3/; revision=4597 | ||||
* | Add a comment. | Matthias Andree | 2006-01-04 | 1 | -0/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4595 | ||||
* | Actually set default SSL certificate path if --sslcertpath is unset. | Matthias Andree | 2005-12-07 | 1 | -0/+2 |
| | | | | | | Reported by Heino Tiedemann and Rob MacGregor. svn path=/branches/BRANCH_6-3/; revision=4516 | ||||
* | Add support for SubjectAltName (RFC-2595 or 2818). Patch by Roland Stigge, ↵ | Matthias Andree | 2005-10-29 | 1 | -2/+32 |
| | | | | | | Debian Bug#201113. svn path=/trunk/; revision=4368 | ||||
* | Properly shut down SSL connections. Berlios Patch #647 by Arkadiusz Miśkiewicz. | Matthias Andree | 2005-10-21 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4360 | ||||
* | Put pointer to FAQ in parentheses. | Matthias Andree | 2005-09-22 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4317 | ||||
* | Add full support for --service option. | Matthias Andree | 2005-09-21 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4308 | ||||
* | Revise error messages, suggested by Thomas Wolff. | Matthias Andree | 2005-09-21 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=4306 | ||||
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -136/+5 |
| | | | | svn path=/trunk/; revision=4280 | ||||
* | Don't convert service to port and back, but pass service to plugin. | Matthias Andree | 2005-08-03 | 1 | -3/+1 |
| | | | | svn path=/trunk/; revision=4233 | ||||
* | Remove junk. | Matthias Andree | 2005-08-03 | 1 | -4/+0 |
| | | | | svn path=/trunk/; revision=4232 | ||||
* | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -7/+11 |
| | | | | svn path=/trunk/; revision=4219 | ||||
* | Cleanup: Drop inner_connect and ipv6-connect.c. | Matthias Andree | 2005-08-01 | 1 | -8/+0 |
| | | | | svn path=/trunk/; revision=4214 | ||||
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵ | Matthias Andree | 2005-07-30 | 1 | -24/+2 |
| | | | | | | library is no longer available. svn path=/trunk/; revision=4192 | ||||
* | Merge SuSE's fetchmail-6.2.5-implicit-declaration.patch | Matthias Andree | 2005-04-25 | 1 | -0/+11 |
| | | | | svn path=/trunk/; revision=4036 | ||||
* | Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lack | Matthias Andree | 2004-11-10 | 1 | -14/+1 |
| | | | | | | real snprintf or vsnprintf. svn path=/trunk/; revision=3996 | ||||
* | SSL validation handling fixes by Brian Candler. | Matthias Andree | 2004-11-10 | 1 | -13/+21 |
| | | | | svn path=/trunk/; revision=3991 | ||||
* | Honor sslcertpath setting even if sslcertck is unset. Patch by Brian Candler. | Matthias Andree | 2004-11-08 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3987 | ||||
* | Fix miscellaneous warnings. | Matthias Andree | 2004-10-20 | 1 | -1/+7 |
| | | | | svn path=/trunk/; revision=3953 | ||||
* | Safe fixes for compiler warnings. | Matthias Andree | 2004-08-09 | 1 | -6/+3 |
| | | | | svn path=/trunk/; revision=3929 | ||||
* | Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe. | Matthias Andree | 2004-06-19 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=3903 | ||||
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -6/+3 |
| | | | | svn path=/trunk/; revision=3901 | ||||
* | Fix various compiler warnings. | Matthias Andree | 2004-06-18 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=3899 | ||||
* | Sunil Shetye's fix for SSL configuration. | Eric S. Raymond | 2004-01-13 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=3875 | ||||
* | SSL stuff actually builds. | Eric S. Raymond | 2003-10-10 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3839 | ||||
* | Merge in various small fixes, including two remote DOS | Eric S. Raymond | 2003-10-10 | 1 | -0/+21 |
| | | | | svn path=/trunk/; revision=3838 | ||||
* | Ready to ship. | Eric S. Raymond | 2003-08-06 | 1 | -2/+5 |
| | | | | svn path=/trunk/; revision=3831 | ||||
* | Yet another round of fixes. | Eric S. Raymond | 2003-07-17 | 1 | -0/+41 |
| | | | | svn path=/trunk/; revision=3819 | ||||
* | IDLE implementation. | Eric S. Raymond | 2003-02-28 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3794 | ||||
* | Sunil's patch for the STARTTLS problem. | Eric S. Raymond | 2002-11-28 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3772 | ||||
* | Sunil's code-duplication cleanup patch. | Eric S. Raymond | 2002-06-22 | 1 | -10/+4 |
| | | | | svn path=/trunk/; revision=3651 | ||||
* | Cygwin fixes. | Eric S. Raymond | 2002-06-07 | 1 | -34/+44 |
| | | | | svn path=/trunk/; revision=3635 | ||||
* | Cygwin port patch. | Eric S. Raymond | 2002-05-24 | 1 | -2/+19 |
| | | | | svn path=/trunk/; revision=3617 | ||||
* | Debian 5.9.10 fixes. | Eric S. Raymond | 2002-04-01 | 1 | -34/+44 |
| | | | | svn path=/trunk/; revision=3603 |