Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Check seteuid() return value. | Matthias Andree | 2010-02-26 | 1 | -0/+1 |
| | |||||
* | Fix verbose mode progress formatting regression from 6.3.10. | Matthias Andree | 2010-02-26 | 1 | -0/+2 |
| | |||||
* | Mark --bsmtp - unsuitable for delivery and subject to removal. | Matthias Andree | 2010-02-26 | 1 | -0/+1 |
| | |||||
* | BSMTP error reporting and stdout handling fixes | Matthias Andree | 2010-02-26 | 1 | -0/+2 |
| | | | | | * Do not close stdout when using mda and "bsmtp -" at the same time. * Log operating system errors when BSMTP writes fail. | ||||
* | Import translation updates for Czech/Italian (6.3.15-beta1), ↵ | Matthias Andree | 2010-02-25 | 1 | -0/+7 |
| | | | | Indonesian/Japanese/Polish/Vietnamese (6.3.14). | ||||
* | Update French translation, courtesy of Frédéric Marchal. | Matthias Andree | 2010-02-24 | 1 | -0/+3 |
| | |||||
* | Rename bad-header pass to bad-header accept, ... | Matthias Andree | 2010-02-24 | 1 | -3/+2 |
| | | | | to resolve an ambiguity found by Frédéric Marchal. | ||||
* | Bugfix: recognize local as shorthand for localdomains. | Matthias Andree | 2010-02-24 | 1 | -0/+5 |
| | |||||
* | Feature: bad-header {reject|pass} | Matthias Andree | 2010-02-24 | 1 | -0/+6 |
| | |||||
* | Revise --mda documentation for user id switching. | Matthias Andree | 2010-02-10 | 1 | -2/+4 |
| | | | | | This should clarify an issue that Uli Zappe reported to the fetchmail-users@ mailing list in February 2010. | ||||
* | Add CVE for sdump X.509 display bug in 6.3.11-6.3.13. | Matthias Andree | 2010-02-09 | 1 | -3/+3 |
| | |||||
* | Update documents/scripts after SVN -> Git move. | Matthias Andree | 2010-02-06 | 1 | -1/+18 |
| | |||||
* | Getting ready for 6.3.14 release. | Matthias Andree | 2010-02-05 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5480 | ||||
* | 6.3.12: Fix Debian Bug ID for SMTP multiline issue, spotted by Nico Golde. | Matthias Andree | 2010-02-04 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5472 | ||||
* | Stricter validation of IMAP responses containing byte or message counts. | Matthias Andree | 2010-02-04 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5469 | ||||
* | IMAP SEARCH fixes & FETCH fallback by Sunil Shetye | Matthias Andree | 2010-02-04 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | * The IMAP client now uses "SEARCH UNSEEN" rather than "SEARCH UNSEEN NOT DELETED" again on IMAP2, to fix a regression in fetchmail 6.2.5 reported by Will Stringer in June 2004. (Sunil Shetye) * The IMAP client now uses "SEARCH UNSEEN UNDELETED" on IMAP4 and IMAP4r1 servers (Sunil Shetye). * Workaround: The IMAP client now falls back to "FETCH n:m FLAGS" if the server does not support "SEARCH". (Sunil Shetye) * The IMAP client now requests message numbers in batches of 1,000 to avoid problems if there are more than 1860 unseen messages. (Sunil Shetye) Note that this wasn't security relevant because fetchmail would only read up to the maximum buffer size and leave the remainder of the string unread, going out of synch afterwards. svn path=/branches/BRANCH_6-3/; revision=5468 | ||||
* | Security fix for sdump() (X.509 cert display in verbose mode). | Matthias Andree | 2010-02-04 | 1 | -0/+6 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5467 | ||||
* | Recover from SMTP protocol errors on RSET. (Sunil Shetye) | Matthias Andree | 2010-01-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | Apply patch from Sunil Shetye to fix a problem reported by James Moe. Before this fix, fetchmail's SMTP client would not recover from errors such as lost connections that were encountered when fetchmail had sent RSET, for instance, after an anti-spam filter dropped the connection after detecting spam. Fetchmail then tried to send subsequent mail through this broken connection and deferred retrieval until the next poll. Now, if RSET fails, fetchmail closes the connection and reopens it for the next message to be delivered. svn path=/branches/BRANCH_6-3/; revision=5463 | ||||
* | Fix gssapi.h compiler warning on FreeBSD... | Matthias Andree | 2010-01-22 | 1 | -0/+4 |
| | | | | | | ...and only include gssapi.h if we're not including gssapi/gssapi.h. svn path=/branches/BRANCH_6-3/; revision=5461 | ||||
* | Revise for grammar, spelling, and clarity. Courtesy of Robert Mullin. | Matthias Andree | 2010-01-22 | 1 | -0/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5460 | ||||
* | Fix IMAP IDLE and untagged (* ...) response parser, by Sunil Shetye. | Matthias Andree | 2010-01-22 | 1 | -0/+10 |
| | | | | | | | | | | | | | The IMAP client no longer skips messages from several IMAP servers including Dovecot if fetchmail's "idle" is in use. Causes were that fetchmail (a) ignored some untagged responses when it should not (b) relied on EXISTS messages in response to EXPUNGE, which aren't mandated by RFC-3501 (the IMAP standard) and aren't sent by Dovecot either. Fix by Sunil Shetye (the fix also consolidates IMAP response handling, improving overall robustness of the IMAP client), bug report and testing by Matt Doran, with further hints from Timo Sirainen. svn path=/branches/BRANCH_6-3/; revision=5459 | ||||
* | Update Italian translation, courtesy of Vincenzo Campanella. | Matthias Andree | 2009-11-16 | 1 | -0/+7 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5457 | ||||
* | Release 6.3.13. | Matthias Andree | 2009-10-30 | 1 | -1/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5449 | ||||
* | Regression fix for multiline SMTP bugfix. Reported by Thomas Jarosch. | Matthias Andree | 2009-10-28 | 1 | -0/+6 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5445 | ||||
* | Credit translators | Matthias Andree | 2009-10-21 | 1 | -0/+13 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5444 | ||||
* | Release 6.3.12. | Matthias Andree | 2009-10-05 | 1 | -3/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5439 | ||||
* | Fetchmailconf: Fix descriptions for smtpaddress and smtpname options | Matthias Andree | 2009-09-23 | 1 | -0/+2 |
| | | | | | | | | Smtpaddress is for RCPT TO, not MAIL FROM. Found by Gerard Seibert. 'Append to MAIL FROM line:' => 'Use domain on RCPT TO line:' 'Set RCPT To address:' => 'Set fixed RCPT TO address:' svn path=/branches/BRANCH_6-3/; revision=5433 | ||||
* | Update Chinese (simplified) translation, courtesy of Zheng-Yu Ji. | Matthias Andree | 2009-09-23 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5432 | ||||
* | Merge Vietnamese translation, courtesy of Clytie Siddall. | Matthias Andree | 2009-09-21 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5430 | ||||
* | Document 6.3.11 free() bug workaround. | Matthias Andree | 2009-08-27 | 1 | -0/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5428 | ||||
* | Fix SMTP_ok to cache multiline reponses... | Matthias Andree | 2009-08-20 | 1 | -0/+3 |
| | | | | | | but there are more functions that need fixing (look for smtp_response). svn path=/branches/BRANCH_6-3/; revision=5425 | ||||
* | Look for MD5_Init in libcrypto (not libssl). | Matthias Andree | 2009-08-19 | 1 | -0/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5423 | ||||
* | Fix error reporting for GSSAPI on Heimdal krb5 (extra * in format string). | Matthias Andree | 2009-08-19 | 1 | -0/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5422 | ||||
* | Fix free() of unallocated memory on intact/non-verbose SSL-connections. | Matthias Andree | 2009-08-17 | 1 | -0/+9 |
| | | | | | | | Problem was improper scoping of xfree(tt). Patch courtesy of Thomas Heinz. Fixes Gentoo bug #280760. svn path=/branches/BRANCH_6-3/; revision=5415 | ||||
* | Translation updates: Spanish Castilian and Catalan, Polish. | Matthias Andree | 2009-08-06 | 1 | -0/+3 |
| | | | | | | Courtesy of Ernest Adrogué Calveras, Francisco Molinero, Jakub Bogusz. svn path=/branches/BRANCH_6-3/; revision=5408 |