Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-27 | exipick: autodetect the spool directory from exim -bP | Heiko Schlittermann (HS12-RIPE) | |
2016-05-26 | Tidying. Bug 1836 | Jeremy Harris | |
2016-05-24 | Fix crash in VRFY handling for an unqualified name. Bug 1836 | Jeremy Harris | |
Introduced-by: 4f6ae5c314e5 | |||
2016-05-22 | Testsuite: fix for 0574 | Jeremy Harris | |
2016-05-21 | Debug: "kill" option on ACL control=debug. Bug 1831 | Jeremy Harris | |
2016-05-21 | Add glibc version to libraries report | Jeremy Harris | |
2016-05-21 | Testsuite: GnuTLS server TLD startup errors testcase | Jeremy Harris | |
2016-05-17 | Tidying: coverity issues | Jeremy Harris | |
2016-05-17 | TLS: retire obsolete options gnutls_require_{kx,mac,proto) | Jeremy Harris | |
2016-05-17 | Delivery: clarify error log line. Bug 1782 | Jeremy Harris | |
"retry time not reached for any host after a long failure period" has generated so many queries it plainly is not clear. Replace with "all hosts for 'dom.ain' have been failing for a long time (and retry time not reached)". | |||
2016-05-16 | Logging: dnssec status on accept & delivery lines | Jeremy Harris | |
2016-05-12 | DANE: for hosts_try_dane (but not _require), on dnssec but no TLSA returned, ↵ | Jeremy Harris | |
fallback to plain TLS | |||
2016-05-06 | Avoid exposing passwords in log, on failing ldap lookup expansion. Bug 165 | Jeremy Harris | |
2016-05-04 | Avoid exposing passwords in log, on failing ldap lookup expansion. Bug 165 | Jeremy Harris | |
2016-05-04 | TLS: support older GnuTLS versions | Jeremy Harris | |
2016-05-04 | TLS: when tls_certificates unset, generate a selfsigned cert | Jeremy Harris | |
2016-04-27 | Delivery: quieten smtp transport conn reuse vs. delivery race. Bug 1810 | Jeremy Harris | |
The fix is in deliver.c only. The remainder is just tidying. | |||
2016-04-24 | char signedness | Jeremy Harris | |
2016-04-24 | DANE: Remove fallback from hosts_try_dane. If TLSA record not retrieved, | Jeremy Harris | |
do not use this host. | |||
2016-04-21 | DANE: treat "no action taken" response from library as a non-error | Jeremy Harris | |
2016-04-20 | Doc: fix minor typos | Heiko Schlittermann (HS12-RIPE) | |
2016-04-18 | configure.default: nice message for overlong lines (Bug 1817) | Heiko Schlittermann (HS12-RIPE) | |
2016-04-14 | Tidying: coverity issues | Jeremy Harris | |
2016-04-14 | Fix Solaris build | Jeremy Harris | |
2016-04-14 | Tidying: coverity issues | Jeremy Harris | |
2016-04-14 | Docs: add note on list-splitting | Jeremy Harris | |
2016-04-14 | Expansions: fix forced-fail of extract. Bug 1815 | Jeremy Harris | |
2016-04-14 | Expansions: better error messages for parse errors, and better debug | Jeremy Harris | |
2016-04-10 | tidying: char signedness | Jeremy Harris | |
2016-04-10 | String-handling: rename string_cat() to string_catn() and intro a new ↵ | Jeremy Harris | |
string_cat() to handle the common-use case of needing strlen() as the length | |||
2016-04-10 | DKIM: use Exim native memoory management | Jeremy Harris | |
2016-04-10 | tidying: char signedness | Jeremy Harris | |
2016-04-10 | Docs: fix URL | Jeremy Harris | |
2016-04-09 | Cleanup redundant definition of PATH_MAX | Jeremy Harris | |
2016-04-09 | Tidying: coverity issues | Jeremy Harris | |
2016-04-08 | Testsuite: 0322 (pipelining errors) avoid triggering SIGPIPE | Jeremy Harris | |
This was timing-dependent; if the exim closed the connection before the script wrote to it _after_ triggerring an error, EPIPE/SIGPIPE. Unexplained as yet: why runtest (perl) saw this as a 141 server returncode (NB: 141-128 = 13 = SIGPIPE, the shell behaviour) when "perldoc -v '$?'" (which runtest is coded to) says that a signum should be in the top nibble of 16b. | |||
2016-04-08 | Doc: change in proxy variable names. Bug 1813 | Andrew Colin Kissa | |
2016-04-08 | Testsuite: ignore environment-stripping debug output | Jeremy Harris | |
since different systems run different environments | |||
2016-04-07 | Testsuite: account for b25c9675b31b (-bV errors) | Jeremy Harris | |
2016-04-07 | DANE: fix build under GnuTLS to properly fail. Bug 1812 | Andrew Colin Kissa | |
2016-04-07 | Init the resolver even in -be mode. | Heiko Schlittermann (HS12-RIPE) | |
This gives us consistent behaviour if we use the resolver in -be and in -bh, and probably other modes. (Perl uses the resolver library linked into Exim and Perl's Socket6::getaddrinfo() returned different results in -be and -bh mode.) | |||
2016-04-07 | Add perl_taintmode option | Heiko Schlittermann (HS12-RIPE) | |
2016-04-07 | Suppress tls_advertise_hosts warning during 'make install' | Heiko Schlittermann (HS12-RIPE) | |
2016-04-07 | Log: -bV should send all output to stderr/stdout | Heiko Schlittermann (HS12-RIPE) | |
2016-04-07 | Demime: cleanup after WITH_OLD_DEMIME removal | Jeremy Harris | |
2016-04-06 | ACL: remove obsolete demime condition | Jeremy Harris | |
2016-04-06 | nicer retry message | Jeremy Harris | |
2016-04-06 | TLS: Fix ECDH use under LibreSSL. Bug 1806 | Renaud Allard | |
2016-04-06 | Avoid RE compile unneeded unless LOOKUP_MODULE_DIR defined | Jeremy Harris | |
2016-04-06 | Pass on SIZE to cutthrough connection | Jeremy Harris | |