| Commit message (Expand) | Author | Age | Files | Lines |
* | fetchmail.c: Fix SIGSEGV optmerge()ing "no envelope" | Matthias Andree | 2021-08-27 | 1 | -1/+1 |
* | IMAP: fix base64 length calc. for AUTH=EXTERNAL | Matthias Andree | 2021-08-26 | 1 | -0/+1 |
* | tls-aux.c: add helper to obtain default cert paths | Matthias Andree | 2021-01-30 | 1 | -0/+4 |
* | Add fm_realpath(): a malloc()ating realpath() wrapper. | Matthias Andree | 2020-05-04 | 1 | -0/+4 |
* | Fix HAVE_DECL_ users to check value, not definition. | Matthias Andree | 2020-03-30 | 1 | -1/+1 |
* | Properly error-check reading the idfile. | Matthias Andree | 2020-03-30 | 1 | -1/+1 |
* | 6.4.1, regression fix for default file locations. | Matthias Andree | 2019-09-28 | 1 | -0/+1 |
* | Align with legacy_6x. | Matthias Andree | 2019-08-25 | 1 | -2/+2 |
* | Minor Doxygen updates/fixes. | Matthias Andree | 2019-08-20 | 1 | -2/+2 |
* | FreeBSD cleanups to header shuffling. | Matthias Andree | 2019-08-05 | 1 | -7/+0 |
* | Waive AC_TYPE_SIGNAL and assume signal handlers return void. | Matthias Andree | 2019-05-12 | 1 | -0/+1 |
* | In-depth fix for to64frombits() BASE64 encoder buffer sizing. | Matthias Andree | 2018-04-14 | 1 | -2/+2 |
* | UIDL database speedup with Patricia trees. | Matthias Andree | 2016-12-11 | 1 | -2/+3 |
* | Accept more options with a running daemon. | Matthias Andree | 2016-07-06 | 1 | -1/+1 |
* | TLS overhaul, bumping version to 6.4 | Matthias Andree | 2015-01-26 | 1 | -3/+3 |
* | Do not translate header tags such as "Subject:". | Matthias Andree | 2014-05-20 | 1 | -2/+5 |
* | Remove comment that confuses splint. | Matthias Andree | 2013-05-11 | 1 | -1/+1 |
* | Document transact.c, RecvSplit. | Matthias Andree | 2011-05-04 | 1 | -7/+10 |
* | Do not search for UNSEEN messages in ranges. | Sunil Shetye | 2011-05-04 | 1 | -0/+11 |
* | Factor out common NTLM code. | Matthias Andree | 2010-10-09 | 1 | -0/+5 |
* | Fix missing prototype for norm_charmap. | Matthias Andree | 2010-10-09 | 1 | -2/+2 |
* | Fix prototype warnings, remove unused functions. | Matthias Andree | 2010-10-05 | 1 | -10/+2 |
* | X.509 matching split out; disallow TLD wildcards. | Matthias Andree | 2010-08-27 | 1 | -0/+3 |
* | Avoid wedging Exchange 2007 with GSSAPI. | Matthias Andree | 2010-08-21 | 1 | -0/+1 |
* | Fix some rare or minor issues found with Clang 2.7 analyzer. | Matthias Andree | 2010-06-03 | 1 | -2/+2 |
* | Split string list stuff from uid.c into new idlist.c. | Matthias Andree | 2010-04-24 | 1 | -21/+21 |
* | Complete Doxygen documentation of uid.c and related definitions. | Matthias Andree | 2010-04-24 | 1 | -10/+19 |
* | Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, | Matthias Andree | 2010-04-18 | 1 | -0/+1 |
* | Fix MD5Digest prototype and remove unneeded type casts. | Matthias Andree | 2010-04-18 | 1 | -1/+1 |
* | Fix MD5 compile on Solaris. | Matthias Andree | 2010-03-19 | 1 | -1/+1 |
* | Further type fixes. | Matthias Andree | 2010-03-18 | 1 | -4/+4 |
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -9/+9 |
* | Rename bad-header pass to bad-header accept, ... | Matthias Andree | 2010-02-24 | 1 | -1/+1 |
* | Feature: bad-header {reject|pass} | Matthias Andree | 2010-02-24 | 1 | -0/+3 |
* | Refactoring: Rename smtp_open() to smtp_setup() | Matthias Andree | 2010-02-10 | 1 | -0/+1 |
* | Fix IMAP IDLE and untagged (* ...) response parser, by Sunil Shetye. | Matthias Andree | 2010-01-22 | 1 | -0/+1 |
* | Add sdump(), split xmalloc.h out of fetchmail.h | Matthias Andree | 2009-08-05 | 1 | -10/+1 |
* | Treat permanent delivery errors as temporary (configurable). | Matthias Andree | 2009-05-24 | 1 | -0/+1 |
* | Major progress ticker bugfix/overhaul. | Matthias Andree | 2009-05-04 | 1 | -0/+6 |
* | Add report_flush(fp) function (report.c). | Matthias Andree | 2009-05-04 | 1 | -0/+2 |
* | Merge Daniel Richard G.'s --sslcommonname option. | Matthias Andree | 2008-03-07 | 1 | -0/+1 |
* | Remove FETCHMAIL_DEBUG diversion that couldn't be officially enabled and was | Matthias Andree | 2007-11-06 | 1 | -12/+0 |
* | Strengthen APOP a bit (validate RFC-822 syntax) in order to fend off | Matthias Andree | 2007-03-18 | 1 | -0/+3 |
* | Drop PS_TRUNCATED (27), which is never returned. | Matthias Andree | 2006-12-16 | 1 | -1/+0 |
* | First step towards really fixing TLS vuln, CVE-2006-5867, still incomplete. | Matthias Andree | 2006-11-26 | 1 | -0/+4 |
* | Document sslproto details. | Matthias Andree | 2006-11-01 | 1 | -1/+2 |
* | Add a comment. | Matthias Andree | 2006-09-25 | 1 | -1/+1 |
* | Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095. | Matthias Andree | 2006-08-14 | 1 | -0/+4 |
* | Wrap getaddrinfo() and block SIGALRM where needed. | Matthias Andree | 2006-08-14 | 1 | -0/+3 |
* | fix compilation on systems that don't know struct addrinfo (Solaris 2.6). | Matthias Andree | 2006-08-13 | 1 | -0/+2 |