Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-21 | Expansions: ${sha2_N} | Jeremy Harris | |
2019-05-19 | Change the default for hosts_noproxy_tls to unset, enabling continued-TLS ↵ | Jeremy Harris | |
deliveries as default | |||
2019-05-19 | GnuTLS: fix the advertising of acceptable certs by the server. Bug 2389 | Jeremy Harris | |
2019-05-11 | Utilities: add -G<queuename> option to exiqgrep. Bug 2397 | Jeremy Harris | |
2019-05-10 | Fix listing a named queue by a non-admin user. Bug 2398 | Jeremy Harris | |
2019-05-09 | Avoid potential crash in close of a verify callout | Jeremy Harris | |
2019-05-09 | Docs: add index entry for string-concatenation | Jeremy Harris | |
2019-05-08 | OpenSSL: fix build under older library version | Jeremy Harris | |
Broken-by: 4f1d23a1aa | |||
2019-05-07 | GnuTLS: fix $tls_out_ocsp under hosts_request_ocsp | Jeremy Harris | |
2019-05-07 | OpenSSL: fix tls_out_ocsp under resumption | Jeremy Harris | |
2019-05-07 | OpenSSL: fix tls_try_verify_hosts under resumption | Jeremy Harris | |
2019-05-07 | TLS: increase resumption ticket lifetime to 2 hours | Jeremy Harris | |
2019-05-07 | OpenSSL: discard expired resumption session in client | Jeremy Harris | |
2019-05-07 | Add main option exim_version | Heiko Schlittermann (HS12-RIPE) | |
There might be reasons to cheat about the Exim version you're running. (Think of stupid security scanners.) | |||
2019-05-05 | OpenSSL: better handling of $tls_{in,out}_certificate_verified under resumption | Jeremy Harris | |
2019-05-05 | Testsuite: check variables under resumption | Jeremy Harris | |
2019-05-05 | TLS: resumption notes | Jeremy Harris | |
2019-05-05 | OpenSSL: for older library (1.0.2) assume that a ticket callback in client only | Jeremy Harris | |
happens for a resumable session | |||
2019-05-04 | OpenSSL: increase STEK strength to 256b | Jeremy Harris | |
2019-05-02 | TLS: library version build-time checks for resumption support | Jeremy Harris | |
2019-05-02 | Fix build on older OpenSSL | Jeremy Harris | |
Broken-by: b10c87b38c | |||
2019-05-02 | Fix build on older GnuTLS | Jeremy Harris | |
Broken-buy: b10c87b38c | |||
2019-05-02 | Debug: restore GnuTLS debug level. | Jeremy Harris | |
Broken-by: b10c87b38c | |||
2019-05-02 | TLS: Session resumption, under the EXPERIMENTAL_TLS_RESUME build option. | Jeremy Harris | |
2019-04-27 | Testsuite: GnuTLS version variances | Jeremy Harris | |
2019-04-27 | tidying | Jeremy Harris | |
2019-04-27 | ARC: harden against malformed headers | Jeremy Harris | |
2019-04-26 | Build: move md5.c from auths library to main; exim_fixdb no longer depends ↵ | Jeremy Harris | |
on auths | |||
2019-04-26 | Testsuite: GnuTLS version variances | Jeremy Harris | |
2019-04-25 | Avoid defining inlinable fn for utilities build | Jeremy Harris | |
2019-04-25 | Fix build with older GnuTLS, redux | Jeremy Harris | |
2019-04-25 | Fix build with older GnuTLS | Jeremy Harris | |
2019-04-25 | Testsuite: avoid recent-perl feature use | Jeremy Harris | |
2019-04-25 | Testsuite: GnuTLS version variances | Jeremy Harris | |
2019-04-25 | GnuTLS 3.6.7 cipher strings | Jeremy Harris | |
2019-04-25 | Avoid defining inlinable fn for MACRO_PREDEF build | Jeremy Harris | |
Some compilers include them even when unused, and the link stage fails | |||
2019-04-25 | Testsuite: output changes resulting | Jeremy Harris | |
Broken-by: 67ea939cf0 | |||
2019-04-25 | Use unsigned when creating bitmasks in macros | Jeremy Harris | |
2019-04-24 | GnuTLS: debug output for how to get TLS 1.3 keying | Jeremy Harris | |
2019-04-24 | Debug: output priv-gid drop | Jeremy Harris | |
2019-04-23 | Compiler quietening | Jeremy Harris | |
2019-04-22 | Fix missing return value from exim_chown_failure | Heiko Schlittermann (HS12-RIPE) | |
2019-04-22 | Compiler quietening | Jeremy Harris | |
2019-04-22 | Testsuite: output changes resulting | Jeremy Harris | |
Broken-by: cb80814d14 | |||
2019-04-19 | exigrep: do case sensitive option processing again. Closes 2392 | Heiko Schlittermann (HS12-RIPE) | |
-M (--related) was hidden by -m (--man), because of case insensitive option matching. (4.90 … 4.92 did case insensitive option processing) Thanks to Andreas Metzler for reporting this issue. | |||
2019-04-19 | Intercept chown()/fchown() failure and emit a pointer to the bugreport. ↵ | Heiko Schlittermann (HS12-RIPE) | |
Closes 2391 In a specific NFS setup we experienced a failing chown(). As it is not clear, whether this was due to a misconfiguration or if this may happen in other environments too, we behave as usual (abort the operation), but issue a MAIN_LOG and PANIC_LOG entry pointing to this Bugreport. You're encouraged to contact the developers, if you hit this issue. | |||
2019-04-18 | Merge branch 'bug/2390-tmpfile-race' | Heiko Schlittermann (HS12-RIPE) | |
2019-04-18 | testsuite: Update to match the new "hdr.$message_exim_id" tmp file name Bug 2390 | Heiko Schlittermann (HS12-RIPE) | |
2019-04-18 | Use message_id for tempfile creation Closes 2390 | Heiko Schlittermann (HS12-RIPE) | |
Make tempfile names unique across Exim instances running in a cluster on a shared $spool_directory. (They need to set localhost_number to have cluster-unique message_exim_ids.) | |||
2019-04-16 | Testsuite: better OpenBSD compatability for IPv6 | Jeremy Harris | |