Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-10 | shift queue name use up to top layer in spooldir hierachy | Jeremy Harris | |
2016-05-10 | Collect spool-layout code to one file | Jeremy Harris | |
2016-05-09 | New $queue_name variable | Jeremy Harris | |
queue_run_max main option expanded, allowing per-queue values | |||
2016-05-08 | periodic queue runner | Jeremy Harris | |
2016-05-08 | testcase | Jeremy Harris | |
2016-05-08 | transport_pass_socket | Jeremy Harris | |
2016-05-08 | logging | Jeremy Harris | |
2016-05-08 | testcase | Jeremy Harris | |
2016-05-07 | ACL modifier | Jeremy Harris | |
2016-05-07 | Command-line options | Jeremy Harris | |
2016-05-07 | global queue_name | Jeremy Harris | |
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 | |
2016-04-06 | Docs: Clean for next release | Jeremy Harris | |