Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-30 | Copyright updates:exim-4_94_RC0 | Jeremy Harris | |
vi $(git log --name-status exim-4.93..master | awk '/^M/{print $2}' | grep -v '^test/' | sort -u) | |||
2020-04-27 | Testsuite: output changes resulting | Jeremy Harris | |
Broken-by: 26831938fd | |||
2020-04-26 | tidying | Jeremy Harris | |
2020-04-26 | Bump buffer size for exiwhat info lines | Jeremy Harris | |
2020-04-26 | Fix reporting of 2-phase queue-runner daemon, in daemon start log line and ↵ | Jeremy Harris | |
in exiwhat | |||
2020-04-26 | DKIM: dkim_verify_min_keysizes option | Jeremy Harris | |
2020-04-25 | DKIM: fix $dkim_key_length in verify | Jeremy Harris | |
2020-04-23 | Logging: bump limit on initial-connect synch-error log line | Jeremy Harris | |
2020-04-22 | Debug: internal consistency under testsuite | Jeremy Harris | |
2020-04-22 | Testsuite: more tidying for Alpine | Jeremy Harris | |
2020-04-22 | readsocket expansion: response caching | Jeremy Harris | |
2020-04-22 | tidying | Jeremy Harris | |
2020-04-22 | Testsuite: use name for nonexistent host that the testsuite forces to ↵ | Jeremy Harris | |
not-resolve Avoids going to the plaform resolver, which can have varying behaviour | |||
2020-04-21 | stop-gap: doc glibc 2.31 RES_TRUSTAD/trust-ad | Phil Pennock | |
In glibc from release 2.31 onwards (change added in their commit 446997ff14) setting `dns_dnssec_ok` will not be sufficient. glibc has added a new `options trust-ad` toggle for `/etc/resolv.conf` and a C macro `RES_TRUSTAD`. This will break existing deployments and binaries. Our current mechanism for enabling DNSSEC is with an option named to closely match the DNS feature required, so it is probably inappropriate to tinker with a second option there. Instead we probably need a new meta-option for the concept of DNSSEC, add the second new flag there, and move `dns_dnssec_ok` to a legacy deprecated option. That will only work if the machine Exim is built on has the new C macro, but will need to be conditional upon that macro being defined, so binaries built aren't going to be forward-compatible to other systems with newer glibc. There is no good solution to solve this. In the meantime, document the issue and point administrators at how to work around the issue with a setting in `/etc/resolv.conf` Thanks to Viktor Dukhovni for highlighting the existence of this problem. | |||
2020-04-20 | Docs: fix mention of deprecated variables. Bug 2534 | Heiko Schlichting | |
2020-04-20 | Fix spool space check to account for SIZE. Bug 2552 | Erik Lax | |
2020-04-20 | OpenSSL: fix bulid on older library versions | Jeremy Harris | |
Broken-by: a89b6bd32a | |||
2020-04-19 | Events: Fix msg:defer event for the hosts_max_try_hardlimit case. Bug 2554 | Jeremy Harris | |
2020-04-19 | OpenSSL: More info on accept "version too low" | Jeremy Harris | |
2020-04-14 | Early-pipe: invalidate cache on a failure of required-auth | Jeremy Harris | |
2020-04-13 | Testsuite: munge for platform variances | Jeremy Harris | |
2020-04-12 | Better fix for crash | Jeremy Harris | |
Broken-by: 0b4dfe7aa1 | |||
2020-04-12 | OpenSSL: More info on accept "unsupported protocol" | Jeremy Harris | |
2020-04-12 | Taint: fix parsing of ACL ratelimit condition | Jeremy Harris | |
2020-04-12 | DKIM: Predefined macro for standard headers, oversigned | Jeremy Harris | |
2020-04-09 | tidying | Jeremy Harris | |
2020-04-09 | C99 initialisers | Jeremy Harris | |
2020-04-07 | tidying | Jeremy Harris | |
2020-04-06 | Fix crash | Jeremy Harris | |
Broken-by: 0b4dfe7aa1 | |||
2020-04-06 | Expansion item ${listquote }. Bug 1066 | Jeremy Harris | |
2020-04-06 | MySQL, pgsql: per-query server options outside the lookup string. Bug 2546 | Jeremy Harris | |
2020-04-05 | Taint: check on supplied buffer vs. list when extracting elements | Jeremy Harris | |
2020-04-04 | Avoid the long whats_supported line being mixed with output from other processes | Jeremy Harris | |
2020-04-04 | tidying: skip_whitespace | Jeremy Harris | |
2020-04-03 | Log fast-ramp queue-run trigger | Jeremy Harris | |
2020-04-03 | dsearch: filter-matches option | Jeremy Harris | |
2020-04-03 | dsearch: full-path return option | Jeremy Harris | |
2020-04-03 | Lookups: per-searchtype options framework | Jeremy Harris | |
2020-04-01 | Sqlite: new main option sqlite_dbfile | Jeremy Harris | |
2020-03-30 | Testsuite: ignore all fork-time debug | Jeremy Harris | |
2020-03-29 | Dsearch: require absolute dirname | Jeremy Harris | |
2020-03-29 | constify | Jeremy Harris | |
2020-03-29 | OpenSSL: under resumption open ticket DB writable, for record delete | Jeremy Harris | |
2020-03-28 | Taint enforce: directory open backstops, single-key search filename | Jeremy Harris | |
2020-03-28 | Testsuite: output changes resulting | Jeremy Harris | |
Broken-by: 836c3e4102 | |||
2020-03-28 | Build: fix Solaris | Jeremy Harris | |
2020-03-28 | Testsuite: ignore fakens fork debug line, avoiding ipv6-support differences | Jeremy Harris | |
2020-03-27 | OpenSSL: avoid loading server's CA-list-for-client-notification on client | Jeremy Harris | |
2020-03-26 | Fix argument checking for ${readsocket } | Jeremy Harris | |
2020-03-22 | Merge branch 'debug_fork' | Jeremy Harris | |