aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Update Japanese translation, courtesy of Takeshi Hamasaki.Matthias Andree2010-12-111-0/+6
|
* Get ready for 6.3.19 release.Matthias Andree2010-12-101-1/+1
|
* Hack: support quoted string in imap_fetch_body()Matthias Andree2010-12-101-0/+3
| | | | | This is seen on Yahoo in * 123 FETCH (BODY[TEXT] ""), reported by Yasin Malli.
* Import first translation updates: cs fr it pl.Matthias Andree2010-12-091-3/+10
|
* Add configuration hint to STLS/STARTTLS change.Matthias Andree2010-11-191-1/+2
|
* Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory ignoring server ↵Sunil Shetye2010-11-191-0/+2
| | | | capabilities
* Demote GSSAPI verbose/debug syslog to INFO severity.Matthias Andree2010-11-121-0/+2
| | | | Requested by Carlos E. R. and Derek Simkowiak via fetchmail-users@.
* Distinguish between server not advertising TLS capability and server failing ↵Sunil Shetye2010-11-101-0/+1
| | | | | | during upgradation to TLS. Send a NOOP only after a failed STARTTLS in IMAP.
* Document XHTML 1.1 issue and workaround for 6.3.18.Matthias Andree2010-11-091-0/+6
|
* The manual page now links to IANA for GSSAPI service names.Matthias Andree2010-10-221-0/+3
|
* Fix "antispam does not work"Sunil Shetye2010-10-211-0/+2
| | | | | | | | This appears to be similar to the recent --nosoftbounce and --nobounce issue where command line options are not handled exactly the same way as the rcfile parser handles them. Reported by Kees Bakker, BerliOS bug #17599.
* Mention reporter confirmed fix of GSSAPI issue.Matthias Andree2010-10-191-1/+1
|
* Add fetchmail-EN-2010-03 (erratum notice).Matthias Andree2010-10-161-0/+4
|
* Multidrop: Do not lose wildcard flag, allow asterisk anywhere.Matthias Andree2010-10-121-20/+31
|
* Add release date.Matthias Andree2010-10-101-1/+1
|
* Mark Krb5 broken and deprecated.Matthias Andree2010-10-091-0/+4
|
* Revise NEWS file for upcoming 6.3.18.Matthias Andree2010-10-091-28/+36
|
* POP3: autoprobe NTLM.Matthias Andree2010-10-091-0/+1
|
* Import updated translations.Matthias Andree2010-09-271-0/+2
|
* Mention --principal for KRB4 only, and deprecate.Matthias Andree2010-09-271-0/+3
|
* Document GSSAPI cancellation fix.Matthias Andree2010-09-251-0/+5
|
* Update Chinese (simplified) translation. Courtesy of Ji Zheng-Yu.Matthias Andree2010-09-251-0/+1
|
* Fix typo/wording.Matthias Andree2010-09-021-2/+2
|
* Update cs fr it ja pl translations.Matthias Andree2010-08-311-0/+8
|
* Note restriction of GSSAPI creds fix.Matthias Andree2010-08-281-0/+2
|
* parse response to FETCH in a more flexible mannerSunil Shetye2010-08-281-0/+2
| | | | remove for loop in imap_fetch_headers()
* X.509 matching split out; disallow TLD wildcards.Matthias Andree2010-08-271-0/+1
|
* Disallow X.509 wildcard matches in domain literals.Matthias Andree2010-08-271-3/+10
|
* Require that X.509 wildcards start with "*.",Matthias Andree2010-08-271-0/+3
| | | | rather than just "*", to make abuse harder.
* Avoid wedging Exchange 2007 with GSSAPI.Matthias Andree2010-08-211-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 Andree2010-08-201-0/+1
|
* Mention TLS/getauth timeout in NEWSMatthias Andree2010-08-051-0/+3
|
* Incorrect headers: Refer user to bad-header optionMatthias Andree2010-06-171-0/+4
| | | | BerliOS Bug #17272 by Björn Voigt.
* Only report connection failures in verbose mode or if all addresses fail.Matthias Andree2010-05-191-0/+10
|
* Revise 6.3.18 bug fix entries in NEWS.Matthias Andree2010-05-191-4/+6
|
* Fix MD5* library pickup.Matthias Andree2010-05-171-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 Andree2010-05-091-14/+24
| | | | Fixes Debian Bug#580796 reported by Roland Stigge.
* Get ready for 6.3.17 release.Matthias Andree2010-05-061-5/+7
|
* Update translations.Matthias Andree2010-05-061-0/+13
|
* On xmalloc/xrealloc failures, abort() rather than exit(PS_UNDEFINED).Matthias Andree2010-04-291-0/+2
|
* Fix two warning: the address of * will always evaluate as 'true'.Matthias Andree2010-04-291-0/+1
|
* Add Red Hat Bug #503881 to the fix list in 6.3.9 sslproto fix.Matthias Andree2010-04-271-1/+2
|
* --sslcert{file|path} overrides default store, add environment var...Matthias Andree2010-04-231-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 Andree2010-04-221-0/+1
|
* Add CVE name. Fix Type: (spotted by Florian Weimer.)Matthias Andree2010-04-201-6/+7
|
* Update and move KNOWN BUGS AND WORKAROUNDS section in NEWS.Matthias Andree2010-04-191-17/+14
|
* Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var,Matthias Andree2010-04-181-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 Andree2010-04-181-0/+8
|
* Improve SSL error messages for common issuesMatthias Andree2010-04-181-3/+11
|
* Mention c_rehash requirement after OpenSSL upgrades.Matthias Andree2010-04-131-0/+2
|