Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import updated translations. | Matthias Andree | 2010-09-27 | 1 | -0/+2 |
| | |||||
* | Mention --principal for KRB4 only, and deprecate. | Matthias Andree | 2010-09-27 | 1 | -0/+3 |
| | |||||
* | Document GSSAPI cancellation fix. | Matthias Andree | 2010-09-25 | 1 | -0/+5 |
| | |||||
* | Update Chinese (simplified) translation. Courtesy of Ji Zheng-Yu. | Matthias Andree | 2010-09-25 | 1 | -0/+1 |
| | |||||
* | Fix typo/wording. | Matthias Andree | 2010-09-02 | 1 | -2/+2 |
| | |||||
* | Update cs fr it ja pl translations. | Matthias Andree | 2010-08-31 | 1 | -0/+8 |
| | |||||
* | Note restriction of GSSAPI creds fix. | Matthias Andree | 2010-08-28 | 1 | -0/+2 |
| | |||||
* | parse response to FETCH in a more flexible manner | Sunil Shetye | 2010-08-28 | 1 | -0/+2 |
| | | | | remove for loop in imap_fetch_headers() | ||||
* | X.509 matching split out; disallow TLD wildcards. | Matthias Andree | 2010-08-27 | 1 | -0/+1 |
| | |||||
* | Disallow X.509 wildcard matches in domain literals. | Matthias Andree | 2010-08-27 | 1 | -3/+10 |
| | |||||
* | Require that X.509 wildcards start with "*.", | Matthias Andree | 2010-08-27 | 1 | -0/+3 |
| | | | | rather than just "*", to make abuse harder. | ||||
* | Avoid wedging Exchange 2007 with GSSAPI. | Matthias Andree | 2010-08-21 | 1 | -0/+4 |
| | | | | | | | | | Exchange 2007 wedges if we try GSSAPI authentication and fail for lack of suitable credentails (for instance, because the user did not run kinit). Only try GSSAPI automatically if we have credentials. Reported by Patrick Rynhart, Debian Bug #568455, and Alan Murrell, to the fetchmail-users list. | ||||
* | Decode and report GSSAPI errors in more detail. | Matthias Andree | 2010-08-20 | 1 | -0/+1 |
| | |||||
* | Mention TLS/getauth timeout in NEWS | Matthias Andree | 2010-08-05 | 1 | -0/+3 |
| | |||||
* | Incorrect headers: Refer user to bad-header option | Matthias Andree | 2010-06-17 | 1 | -0/+4 |
| | | | | BerliOS Bug #17272 by Björn Voigt. | ||||
* | Only report connection failures in verbose mode or if all addresses fail. | Matthias Andree | 2010-05-19 | 1 | -0/+10 |
| | |||||
* | Revise 6.3.18 bug fix entries in NEWS. | Matthias Andree | 2010-05-19 | 1 | -4/+6 |
| | |||||
* | Fix MD5* library pickup. | Matthias Andree | 2010-05-17 | 1 | -0/+4 |
| | | | | | | | | | Avoid picking up libmd5, which fails if libwww is installed because libmd5 uses "long" rather than fixed-width types. This fails on non-32-bit machines. Only probe libmd if md5.h is found. To fix Gentoo Bug #319283, reported by Karl Hakimian. | ||||
* | Omit warning of insecure connection if --sslfingerprint matches. | Matthias Andree | 2010-05-09 | 1 | -14/+24 |
| | | | | Fixes Debian Bug#580796 reported by Roland Stigge. | ||||
* | Get ready for 6.3.17 release. | Matthias Andree | 2010-05-06 | 1 | -5/+7 |
| | |||||
* | Update translations. | Matthias Andree | 2010-05-06 | 1 | -0/+13 |
| | |||||
* | On xmalloc/xrealloc failures, abort() rather than exit(PS_UNDEFINED). | Matthias Andree | 2010-04-29 | 1 | -0/+2 |
| | |||||
* | Fix two warning: the address of * will always evaluate as 'true'. | Matthias Andree | 2010-04-29 | 1 | -0/+1 |
| | |||||
* | Add Red Hat Bug #503881 to the fix list in 6.3.9 sslproto fix. | Matthias Andree | 2010-04-27 | 1 | -1/+2 |
| | |||||
* | --sslcert{file|path} overrides default store, add environment var... | Matthias Andree | 2010-04-23 | 1 | -8/+4 |
| | | | | | | | | | | If at least one of --sslcertfile and --sslcertpath is given, fetchmail skips loading the default OpenSSL X.509 trusted CA cert locations. If the environment variable FETCHMAIL_INCLUDE_DEFAULT_X509_CA_CERTS is set to a non-empty value, fetchmail will additionally load the default locations. The old FETCHMAIL_NO_DEFAULT_X509_PATHS variable was dropped. | ||||
* | Credit Michael Barnack for fetchmailconf fix in 083d202. | Matthias Andree | 2010-04-22 | 1 | -0/+1 |
| | |||||
* | Add CVE name. Fix Type: (spotted by Florian Weimer.) | Matthias Andree | 2010-04-20 | 1 | -6/+7 |
| | |||||
* | Update and move KNOWN BUGS AND WORKAROUNDS section in NEWS. | Matthias Andree | 2010-04-19 | 1 | -17/+14 |
| | |||||
* | Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, | Matthias Andree | 2010-04-18 | 1 | -0/+13 |
| | | | | and always load the default X.509 trust stores, unless the latter is set. | ||||
* | SECURITY FIX: DoS on EILSEQ in report_*() in -vv and multibyte-locales. | Matthias Andree | 2010-04-18 | 1 | -0/+8 |
| | |||||
* | Improve SSL error messages for common issues | Matthias Andree | 2010-04-18 | 1 | -3/+11 |
| | |||||
* | Mention c_rehash requirement after OpenSSL upgrades. | Matthias Andree | 2010-04-13 | 1 | -0/+2 |
| | |||||
* | Semi-plug memory leak when using default rcfile entry. | Matthias Andree | 2010-04-13 | 1 | -0/+3 |
| | | | | | Does not free all members of struct query, but just servername and the query node itself. Add a FIXME note. | ||||
* | Create NEWS entry for Michael Banack's scanner fix. | Matthias Andree | 2010-04-10 | 1 | -0/+5 |
| | |||||
* | Note Michael Banack's fix for Debian Bug#17067/typo in man page table. | Matthias Andree | 2010-04-09 | 1 | -0/+7 |
| | |||||
* | Release 6.3.16. | Matthias Andree | 2010-04-06 | 1 | -2/+3 |
| | |||||
* | Fix --interface regression, Debian Bug #576717. | Matthias Andree | 2010-04-06 | 1 | -0/+4 |
| | |||||
* | Revise OpenSSL issue. | Matthias Andree | 2010-04-06 | 1 | -2/+3 |
| | |||||
* | Reserve switch away from OpenSSL. | Matthias Andree | 2010-04-06 | 1 | -0/+2 |
| | |||||
* | Extend documentation on recent OpenSSL fix. | Matthias Andree | 2010-04-06 | 1 | -0/+1 |
| | |||||
* | Call OpenSSL_add_all_algorithms(). | Matthias Andree | 2010-04-06 | 1 | -0/+6 |
| | | | | To fix Debian Bug #576430, reported by Sjoerd Simons. | ||||
* | Update for 6.3.15 release. | Matthias Andree | 2010-03-28 | 1 | -1/+3 |
| | |||||
* | Clarify BRANCH_6-3 status: an obsolete tag to record SVN->Git conversion. | Matthias Andree | 2010-03-19 | 1 | -1/+3 |
| | |||||
* | Sunil's fix for --nosoftbounce confirmed by reporter. | Matthias Andree | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Mention that Sunil's commit also fixed --nobounce. | Matthias Andree | 2010-03-05 | 1 | -2/+3 |
| | |||||
* | Skip XHTML validation if xmllint or DTD are missing. | Matthias Andree | 2010-03-05 | 1 | -0/+1 |
| | |||||
* | Credit Sunil with the --nosoftbounce patch. | Matthias Andree | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Properly check for h_errno declaration and include netdb.h. | Matthias Andree | 2010-03-05 | 1 | -0/+2 |
| | |||||
* | set global flags in a consistent manner | Sunil Shetye | 2010-03-05 | 1 | -0/+2 |
| | |||||
* | Update translations (German); to -beta1/2 (Chinese/Dutch, Italian). | Matthias Andree | 2010-02-26 | 1 | -9/+11 |
| |