Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable --sslcertck by default. | Matthias Andree | 2015-11-15 | 5 | -27/+62 |
| | | | | | | | | | | There are no sslcertck (rcfile) and --nosslcertck (command line) options that can be combined with [--]sslfingerprint if so desired. The documentation is deliberately not updated everywhere, so that recommendations to use --sslcertck stand, this is for the benefit of users that read fetchmail v6.4.0 manuals to configure a fetchmail v6.3.X implementation. | ||||
* | Mark Debian Bug #804604 as fixed. | Matthias Andree | 2015-11-15 | 1 | -1/+1 |
| | |||||
* | Fix missing backslash in \fB. | Matthias Andree | 2015-11-15 | 1 | -1/+1 |
| | |||||
* | One more gitorious -> gitlab. | Matthias Andree | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Expand item M7 by the aka clause. | Matthias Andree | 2015-10-30 | 1 | -6/+13 |
| | | | | In response to a finding by Marco Stoecker. | ||||
* | Remove line left over in edits. | Matthias Andree | 2015-09-27 | 1 | -2/+0 |
| | |||||
* | Note that fetchmail 6.3.5 and newer should fix the 'spurious )' in IMAP. | Matthias Andree | 2015-09-27 | 1 | -0/+2 |
| | |||||
* | Remove Jochen Hayek's information. | Matthias Andree | 2015-07-29 | 1 | -6/+1 |
| | |||||
* | Drop unneeded AC_CHECK_DECLS for SSLv2_client_method. | Matthias Andree | 2015-04-11 | 1 | -1/+0 |
| | |||||
* | Unconditionally report -SSLv2 if SSL is enabled. | Matthias Andree | 2015-04-11 | 1 | -2/+0 |
| | |||||
* | Update documentation. | Matthias Andree | 2015-04-11 | 2 | -8/+20 |
| | |||||
* | Support ssl3+ tls1.1, tls1.2 in --sslproto. Report TLS1.1/1.2 if unsupported ↵ | Matthias Andree | 2015-04-11 | 1 | -2/+19 |
| | | | | | | by OpenSSL. Uses TLS_MAX_VERSION checks against TLS1_1_VERSION or TLS1_2_VERSION. | ||||
* | Fix typo regarding SSL_OP_NO_SSLv3, and carry over one basic block from ↵ | Matthias Andree | 2015-04-11 | 1 | -2/+7 |
| | | | | master branch. | ||||
* | Bump version. | Matthias Andree | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | Detect/report server hang-up in SSL_connect(). | Matthias Andree | 2015-04-08 | 2 | -2/+16 |
| | | | | | | This condition does not leave traces in the SSL error queue, and must be checked explicitly. Result from debugging Jerry Seibert's issue with outlook.com/pop3.live.com. | ||||
* | ignore test-driver. | Matthias Andree | 2015-04-08 | 1 | -0/+1 |
| | |||||
* | abschießen -> beenden | Matthias Andree | 2015-04-03 | 1 | -3/+3 |
| | | | | | Use a different translation for "kill"(ing a process). Debian Bug #781803. | ||||
* | Refine sslcertck entry in TODO.txt. | Matthias Andree | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | Update gettext infrastructure. | Matthias Andree | 2015-03-15 | 2 | -1/+13 |
| | |||||
* | Update Git URLs to Gitlab after import from Gitorious. | Matthias Andree | 2015-03-11 | 2 | -3/+4 |
| | |||||
* | Add further TLS stuff for 6.4.0. | Matthias Andree | 2015-01-26 | 1 | -0/+4 |
| | |||||
* | TLS overhaul, bumping version to 6.4 | Matthias Andree | 2015-01-26 | 12 | -185/+275 |
| | | | | | | | | | | | | | | | Removes SSLv2, enables TLSv1.1 and v1.2 more easily, permits SSLv3 (only if specified) and newer TLSv1.1+ for STLS/STARTTLS. Only negotiates TLSv1 and newer by default, SSLv3 must now be specified explicitly, as a consequence of the POODLE attack. This is meant to be a minimally upgraded version, and cannot be usefully done as a 6.3.X release. It is strongly recommended that users review their configuration - especially --sslproto - per instructions in the NEWS file and manual page. It has changed semantics and in many cases --sslproto auto or perhaps --sslproto tls1.2+ should be used now. | ||||
* | Also report SSL/TLS protocol version in verbose mode. | Matthias Andree | 2015-01-16 | 1 | -2/+6 |
| | |||||
* | Report SSL/TLS cipher, in verbose mode. | Matthias Andree | 2015-01-16 | 1 | -0/+14 |
| | | | | (socket.c cherry-pick from master) | ||||
* | Bump copyright. | Matthias Andree | 2015-01-16 | 2 | -217/+217 |
| | |||||
* | Also recognize OPENSSL_NO_SSLx. | Matthias Andree | 2015-01-16 | 3 | -7/+14 |
| | | | | | These are the macros OpenSSL defines when configured with no-ssl2 or no-ssl3, the actual macro names are OPENSSL_NO_SSL2 and OPENSSL_NO_SSL3. | ||||
* | Permit build on SSLv3-disabled OpenSSL, | Matthias Andree | 2015-01-16 | 5 | -10/+33 |
| | | | | | | | providing that these also omit the declaration of SSLv3_client_method(). Related to Debian Bug#775255. Version report lists -SSLv3 on +SSL builds that omit SSLv3_client_method(). Version report lists -SSLv2 on +SSL builds that omit SSLv2_client_method(). | ||||
* | Update German translation for --idle check. | Matthias Andree | 2014-11-22 | 1 | -155/+160 |
| | |||||
* | More warnings on idle vs. multiple mailboxes. | Matthias Andree | 2014-11-22 | 2 | -7/+11 |
| | | | | In response to Jeremy Chadwick's trouble 2014-11-19, fetchmail-users. | ||||
* | Error out if user combines --idle with multiple mailboxes. | Matthias Andree | 2014-11-22 | 2 | -1/+14 |
| | |||||
* | Make test suite compatible with automake 1.14. | Matthias Andree | 2014-11-22 | 1 | -2/+2 |
| | |||||
* | Update now that the lists are back up. | Matthias Andree | 2014-07-04 | 1 | -13/+7 |
| | |||||
* | Update. Sourceforge.net oversleeping mailing list import. | Matthias Andree | 2014-06-12 | 1 | -3/+7 |
| | |||||
* | More berlios -> sourceforge changes. | Matthias Andree | 2014-05-21 | 3 | -3/+3 |
| | |||||
* | More berlios -> sourceforge changes. | Matthias Andree | 2014-05-21 | 1 | -46/+0 |
| | |||||
* | Update error reporting address. | Matthias Andree | 2014-05-21 | 25 | -272/+284 |
| | |||||
* | Update website again. | Matthias Andree | 2014-05-21 | 1 | -2/+1 |
| | |||||
* | Update website. | Matthias Andree | 2014-05-21 | 1 | -4/+3 |
| | |||||
* | Ignore .settings directory. | Matthias Andree | 2014-05-21 | 1 | -0/+1 |
| | |||||
* | Convert most references from berlios.de to sourceforge.net. | Matthias Andree | 2014-05-21 | 33 | -157/+866 |
| | | | | Re-sign EN and SAs because that broke signatures. | ||||
* | Do not translate header tags such as "Subject:". | Matthias Andree | 2014-05-20 | 5 | -76/+80 |
| | | | | Reported by Gonzalo Pérez de Olaguer Córdoba, Debian Bug#744907. | ||||
* | Update last change date. | Matthias Andree | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Remove berlios from upload script. | Matthias Andree | 2014-05-20 | 1 | -13/+1 |
| | |||||
* | Emergency update after berlios shutdown. | Matthias Andree | 2014-05-20 | 1 | -12/+21 |
| | |||||
* | Update FAQ #G2, remove iBiblio link, add Gitorious and Sourceforge Git repos. | Matthias Andree | 2014-02-14 | 1 | -3/+3 |
| | |||||
* | Fix typo around forcecr documentation. | Matthias Andree | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | Remove comment that confuses splint. | Matthias Andree | 2013-05-11 | 1 | -1/+1 |
| | |||||
* | Fix typo in 'you could [end] up' in FAQ. | Matthias Andree | 2013-05-11 | 2 | -1/+7 |
| | | | | Fixes Debian Bug#706776, submitted by David Lawyer. | ||||
* | Update for 6.3.26 release. | Matthias Andree | 2013-04-23 | 24 | -74/+74 |
| | |||||
* | Mark release date. | Matthias Andree | 2013-04-23 | 1 | -21/+25 |
| |