Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document source code better. | Matthias Andree | 2010-09-07 | 1 | -1/+19 |
| | |||||
* | Fix typo/wording. | Matthias Andree | 2010-09-02 | 1 | -2/+2 |
| | |||||
* | Update cs fr it ja pl translations. | Matthias Andree | 2010-08-31 | 6 | -1897/+2167 |
| | |||||
* | Mark AUTH issue TODO | Matthias Andree | 2010-08-29 | 1 | -0/+2 |
| | |||||
* | Mark repoll feature as TODO. | Matthias Andree | 2010-08-28 | 1 | -0/+2 |
| | |||||
* | Note restriction of GSSAPI creds fix. | Matthias Andree | 2010-08-28 | 1 | -0/+2 |
| | |||||
* | Update German translation. | Matthias Andree | 2010-08-28 | 1 | -369/+397 |
| | |||||
* | Don't try to match trailing literals in sscanf, | Matthias Andree | 2010-08-28 | 2 | -5/+19 |
| | | | | | but rather note how much input was consumed, stop short of the string, and use strncasecmp to match explicitly. | ||||
* | Remove dead variable/assignment. | Matthias Andree | 2010-08-28 | 1 | -2/+1 |
| | |||||
* | parse response to FETCH in a more flexible manner | Sunil Shetye | 2010-08-28 | 2 | -37/+41 |
| | | | | remove for loop in imap_fetch_headers() | ||||
* | Add one TODO item. | Matthias Andree | 2010-08-28 | 1 | -0/+2 |
| | |||||
* | Bump version. | Matthias Andree | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Add self-test for X.509 name matching. | Matthias Andree | 2010-08-27 | 2 | -2/+7 |
| | |||||
* | X.509 matching split out; disallow TLD wildcards. | Matthias Andree | 2010-08-27 | 5 | -37/+92 |
| | |||||
* | Disallow X.509 wildcard matches in domain literals. | Matthias Andree | 2010-08-27 | 2 | -4/+27 |
| | |||||
* | Require that X.509 wildcards start with "*.", | Matthias Andree | 2010-08-27 | 2 | -1/+4 |
| | | | | rather than just "*", to make abuse harder. | ||||
* | Factor out name/wildcard matching code. | Matthias Andree | 2010-08-27 | 1 | -17/+23 |
| | |||||
* | Avoid wedging Exchange 2007 with GSSAPI. | Matthias Andree | 2010-08-21 | 5 | -21/+72 |
| | | | | | | | | | 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 | 2 | -1/+34 |
| | |||||
* | Format string fix: use %s for gen_send/gen_transact. | Matthias Andree | 2010-08-20 | 1 | -2/+2 |
| | |||||
* | Mention TLS/getauth timeout in NEWS | Matthias Andree | 2010-08-05 | 1 | -0/+3 |
| | |||||
* | Apply timeout to getauth() methods. | Matthias Andree | 2010-08-05 | 1 | -0/+2 |
| | | | | | | | This is to fix detecting timeouts during TLS negotiation, which is part of getauth() in STARTTLS-like modes. Reported by Thomas Jarosch. | ||||
* | Add OpenSSL acknowledgment. | Matthias Andree | 2010-07-08 | 2 | -0/+8 |
| | |||||
* | Mention OpenSSL link exception. | Matthias Andree | 2010-07-08 | 1 | -1/+3 |
| | |||||
* | Clarify GPL is v2; fix link to FSF website gnu.org. | Matthias Andree | 2010-07-08 | 1 | -2/+2 |
| | |||||
* | Correct typo: IMAP7 -> UTF7. | Matthias Andree | 2010-07-02 | 1 | -1/+1 |
| | |||||
* | Incorrect headers: Refer user to bad-header option | Matthias Andree | 2010-06-17 | 2 | -1/+5 |
| | | | | BerliOS Bug #17272 by Björn Voigt. | ||||
* | Fix some rare or minor issues found with Clang 2.7 analyzer. | Matthias Andree | 2010-06-03 | 4 | -6/+10 |
| | |||||
* | Copy icon here for a more stable build. | Matthias Andree | 2010-06-02 | 2 | -1/+0 |
| | |||||
* | BSD make compatibility for asciidoc. | Matthias Andree | 2010-06-02 | 1 | -1/+2 |
| | | | | | BSD make supports $< only in transformation rules... use them, declare automake SUFFIXES. | ||||
* | Add symlink to ASCIIDOC icons. | Matthias Andree | 2010-05-28 | 1 | -0/+1 |
| | |||||
* | Fix asciidoc invocation; also remove output on failure. | Matthias Andree | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | S2.3: Note that the shift changes from +/- to &/- in MUTF-7. | Matthias Andree | 2010-05-28 | 1 | -3/+4 |
| | |||||
* | Link to Mailbox/UTF7 document in NEWS section. | Matthias Andree | 2010-05-27 | 1 | -0/+10 |
| | |||||
* | Hook Mailbox-Names-UTF7 document to build and website. | Matthias Andree | 2010-05-27 | 2 | -0/+5 |
| | | | | New dependency: requires asciidoc 8. | ||||
* | Bump version to 1.000. | Matthias Andree | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | Update. | Matthias Andree | 2010-05-27 | 1 | -44/+63 |
| | |||||
* | Add document on IMAP-Unicode for mailbox names. | Matthias Andree | 2010-05-27 | 1 | -0/+234 |
| | |||||
* | Also upload to SourceForge. | Matthias Andree | 2010-05-27 | 1 | -0/+12 |
| | |||||
* | Only report connection failures in verbose mode or if all addresses fail. | Matthias Andree | 2010-05-19 | 2 | -7/+28 |
| | |||||
* | 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 | 2 | -3/+13 |
| | | | | | | | | | 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. | ||||
* | Enable Doxygen extraction. | Matthias Andree | 2010-05-11 | 1 | -11/+11 |
| | |||||
* | Omit warning of insecure connection if --sslfingerprint matches. | Matthias Andree | 2010-05-09 | 2 | -16/+26 |
| | | | | Fixes Debian Bug#580796 reported by Roland Stigge. | ||||
* | Fix timestamp on security website. | Matthias Andree | 2010-05-06 | 1 | -1/+1 |
| | |||||
* | Ignore .rsyncs. | Matthias Andree | 2010-05-06 | 1 | -0/+1 |
| | |||||
* | Re-sign SA 2010-02. | Matthias Andree | 2010-05-06 | 1 | -16/+26 |
| | |||||
* | Fix history date in fetchmail-SA-2010-02.txt. | Matthias Andree | 2010-05-06 | 1 | -27/+17 |
| | |||||
* | Link CVE-2010-1167/fetchmail SA-2010-02. | Matthias Andree | 2010-05-06 | 1 | -0/+8 |
| | |||||
* | Update website for 6.3.17 release. | Matthias Andree | 2010-05-06 | 2 | -9/+10 |
| |