aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Work around systems returning obsolete EAI_NODATA.Matthias Andree2013-02-031-0/+14
| | | | | | | | | | | | Older systems that provide the older RFC-2553 implementation of getaddrinfo, rather than the current RFC-3493, and systems that do not provide this getaddrinfo() interface at all and thus use the replacement functions from libesmtp/getaddrinfo.?, might return EAI_NODATA when a host is registered in DNS as MX or similar, but without A or AAAA records. Handle this situation when checking for multidrop aliases and treat EAI_NODATA the same as EAI_NONAME, i. e. name cannot be resolved. The proper fix, however, is to upgrade the operating system.
* Remove LSM-related stuff from the distribution.Matthias Andree2012-12-231-1/+4
| | | | | | | IBiblio no longer accepts submissions, and considers itself an archive. There is no point in our carrying forward any related material, if needed for reference purposes, it can be fetched from older versions in the Git repository.
* Fix version to 6.3.0.Matthias Andree2012-12-141-1/+1
|
* Complete Dominik's name.Matthias Andree2012-12-141-1/+2
|
* Plug a memory leak in OpenSSL's certificate verification callback.Matthias Andree2012-12-131-1/+9
| | | | | | | | | | | This would affect fetchmail configurations running with SSL in daemon mode more than one-shot runs. Reported by Erik Thiele, and pinned by Dominik, Debian Bug #688015. This bug was introduced into fetchmail 6.2.9 (committed 2005-10-29) when support for subjectAltName was added through a patch by Roland Stigge, submitted as Debian Bug#201113.
* Repair --logfile regression of 6.3.23,Matthias Andree2012-12-131-22/+31
| | | | reported by Heinz Diehl.
* Release 6.3.23.Matthias Andree2012-12-101-21/+31
|
* Move forward to prepare a 6.3.23 release and request translation.Matthias Andree2012-12-051-0/+4
|
* Make Maillennium POP3 workarounds less specific,Matthias Andree2012-10-141-0/+5
| | | | | to encompass Maillennium POP3/UNIBOX (Maillennium V05.00c++). Reported by Eddie via fetchmail-users mailing list, 2012-10-13.
* Clean up logfile vs. syslog handling.Matthias Andree2012-09-231-0/+2
| | | | | In case logfile overrides syslog, send a message to the latter stating where logging goes. Also revise manual page.
* Obsoletion warning.Matthias Andree2012-09-031-0/+5
|
* Mention Alexander's fix for -f - with --plugin.Matthias Andree2012-09-031-0/+4
|
* Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.Matthias Andree2012-09-031-0/+9
|
* Get ready for 6.3.22 release.Matthias Andree2012-08-291-1/+1
|
* Update translations and NEWS.Matthias Andree2012-08-201-21/+27
|
* Warn if SSL is disabled, suggest --with-ssl.Matthias Andree2012-08-171-0/+3
|
* Fix installation when PYTHON is enabled.Matthias Andree2012-08-171-0/+3
| | | | | | The Python-related Makefile.am parts were simplified to avoid an automake 1.11.X bug around noinst_PYTHON, Automake Bug #10995. http://lists.gnu.org/archive/html/automake-patches/2012-03/txtbYNp7SPawU.txt
* GSSAPI build fix.Matthias Andree2012-08-151-0/+4
| | | | | | The GSSAPI-related autoconf code now matches gssapi.c better, and uses a different check to look for GSS_C_NT_HOSTBASED_SERVICE. This fixes the GSSAPI-enabled build on NetBSD 6 Beta.
* Validate NTLM challenge fields.Matthias Andree2012-08-141-3/+7
| | | | | This is to avoid reading from bad locations, and possibly conveying confidential data. Credit to Nico Golde.
* Add new Swedish translation, by Göran Uddeborg.Matthias Andree2012-08-131-0/+3
|
* Reformat, inserting blank line.Matthias Andree2012-08-131-0/+1
|
* Document fix for NTLM crash, + Security advisory (draft).Matthias Andree2012-08-131-1/+8
|
* Document license change in CHANGES.Matthias Andree2012-08-021-1/+5
|
* fetchmail workaround for a bug in Microsoft ExchangeSunil Shetye2012-05-101-0/+5
| | | | | | | treat missing header in response to a FETCH command as a transient error (Reported by John Connett) if there are too many transient errors, log it.
* Fix CVE-2011-3389 by clearing SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS...Matthias Andree2012-05-031-3/+26
| | | | | | | ...from SSL options, unless FETCHMAIL_DISABLE_CBC_IV_COUNTERMEASURE is a non-empty environment variable. Suggested by Apple.
* Mention Zimbra FETCH () workaround by Mikulas PatockaMatthias Andree2011-11-221-0/+5
|
* Fix build on SSLv2-disabled OpenSSL setupsMatthias Andree2011-10-261-0/+7
| | | | | | | | On systems where SSLv2_client_method isn't defined in OpenSSL (such as newer Debian, and Ubuntu starting with 11.10 oneiric ocelot), don't reference it (to fix the build) and print a run-time error that the OS does not support SSLv2. Fixes Debian Bug #622054, but note that that bug report has a more thorough patch that does away with SSLv2 altogether.
* Print Server certificate: banner on stdout rather than stderr.Matthias Andree2011-08-301-0/+5
| | | | Reported by Henry Jensen, fixes Debian Bug #639807.
* Bump version to 6.3.21, mark release date.Matthias Andree2011-08-211-1/+1
|
* Mention rawlog.patch in NEWS.Matthias Andree2011-08-211-0/+5
|
* Critical fix: don't embed NUL in unterminated last IMAP line.Matthias Andree2011-08-211-0/+12
| | | | Found by Antoine Levitt.
* Finish for release.Matthias Andree2011-06-061-1/+1
|
* Merge branch 'common-6x' into legacy_63Matthias Andree2011-05-311-1/+2
|\ | | | | | | | | | | Conflicts: NEWS fetchmail-SA-2011-01.txt
| * Add CVE name.Matthias Andree2011-05-311-1/+2
| |
| * Add fetchmail-SA-2011-01.txtMatthias Andree2011-05-311-0/+1
| |
| * Drop FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN dud again.Matthias Andree2011-05-261-3/+0
| |
| * Update NEWS, mention STARTTLS timeout fix, ...Matthias Andree2011-05-261-15/+24
| | | | | | | | | | Swap bug fixes and changes. Mark Czech/French/German/Polish translations updated. Mark strlen() optimization as a change, rather than a bug fix.
* | Add fetchmail-SA-2011-01.txtMatthias Andree2011-05-301-0/+1
| |
* | Move 'KNOWN BUGS AND WORKAROUNDS' section up.Matthias Andree2011-05-301-20/+20
| |
* | Get 6.3.20 change documentation fit for release.Matthias Andree2011-05-291-12/+15
| |
* | Drop FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN dud again.Matthias Andree2011-05-261-3/+0
| |
* | Update NEWS, mention STARTTLS timeout fix, ...Matthias Andree2011-05-261-11/+24
| | | | | | | | | | Swap bug fixes and changes. Mark Czech/French/German/Polish translations updated. Mark strlen() optimization as a change, rather than a bug fix.
* | Revert SO_???TIMEO-based STARTTLS timeout handling.Matthias Andree2011-05-261-8/+0
| | | | | | | | | | | | | | | | | | This reverts commits 47c05b10018f5ec7493e4bd9f521aaa18d96f1e2 and 72ce8bce8dd655b6aefa33d0a74e883dad5202b5, the code isn't portable, for instance, Solaris does not support SO_RCVTIMEO/SO_SNDTIMEO. These socket-level options are known, but Solaris returns EAFNOSUPPORT. Reported by Jonathan Buschmann.
* | Fix socket timeout handling.Matthias Andree2011-05-221-0/+8
| | | | | | | | Fixes STARTTLS hangs reported by Thomas Jarosch.
* | Reinstate SSLv2 support on legacy_63 branch.Matthias Andree2011-05-171-4/+0
|/ | | | | Revert "Remove support for SSLv2 (fixes Debian Bug #622054)." This reverts commit c22a3afca46c83ee6d53a6ee58deb122f309c460.
* Mention impending SSLv2 removal.Matthias Andree2011-05-171-0/+2
|
* SockOpen(): set SO_KEEPALIVE.Matthias Andree2011-05-131-0/+3
|
* Do not print "skipping message" for old messages even in verbose mode.Sunil Shetye2011-05-111-0/+3
|
* Do not search for UNSEEN messages in ranges.Sunil Shetye2011-05-041-0/+4
| | | | | | | | | | Add gen_recv_split() to split long protocol messages when the message prefix matches Order of search commands: IMAP> A010 SEARCH UNSEEN UNDELETED (IMAP4 or higher) IMAP> A011 SEARCH UNSEEN IMAP> A012 FETCH 1:n FLAGS
* Add FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN env' var.Matthias Andree2011-05-031-0/+3
| | | | | Requested by Jonathan Buschmann, to suppress read-notifications on servers such as MS Exchange or HP OpenMail.