Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-24 | TLS resumption: fix for PIPECONNECT | Jeremy Harris | |
When actively initiating a connection with PIPECONNECT, evaluate the EHLO response for possible lbserver indication when we do eventually reap that response, before acting on the STARTTLS response. | |||
2022-05-24 | typo | Jeremy Harris | |
2022-05-23 | Logging: distinguish mem-allocation errors | Jeremy Harris | |
2022-05-23 | TLS resumption: disable on continued-connection | Jeremy Harris | |
When we have an open TCP connection and are start a second TLS session we do not have the host-lbserver string (being in a freshly exec'd process) needed for session-cache lookup, so resumptino is not safe. | |||
2022-05-23 | Docs: more info on PIPECONNECT | Jeremy Harris | |
2022-05-23 | Debug: clarify SMTP DATA ops in transport | Jeremy Harris | |
2022-05-19 | ARC: reset headers before signing for secondary MX. Bug 2886 | Jeremy Harris | |
2022-05-19 | GnuTLS: Do not free the cached creds on transport connection close. Bug 2886 | Jeremy Harris | |
2022-05-15 | Debug: pass ACL-initiated debug through spool residencyexim-4.96-RC1 | Jeremy Harris | |
2022-05-15 | Testsuite: munge for recent GnuTLS | Jeremy Harris | |
2022-05-15 | tidying | Jeremy Harris | |
2022-05-11 | Revert "LibreSSL: maintain buildability on versions after 3.5.0" | Jeremy Harris | |
Breaks Solaris builds. This reverts commit c0418936da7c7ec6674e6d60dac5fa33a84e0618. | |||
2022-05-11 | LibreSSL: maintain buildability on versions after 3.5.0 | Kirill Miazine | |
2022-05-09 | Fix string_copyn() for limit greater than actual string length | Jeremy Harris | |
Broken-by: a76d120aed | |||
2022-05-08 | Docs: clarify distinction between config file and Makefile, for ↵ | Jeremy Harris | |
log_file_path. Bug 2825 | |||
2022-05-08 | Docs: clarify $authentication_failed. Bug 2878 | Jeremy Harris | |
2022-05-07 | Fix build with Solaris compiler | Martin Preen | |
2022-05-06 | Fix dbmjz lookup. Bug 2884 | Jeremy Harris | |
Broken-by: 0cc804c877 | |||
2022-05-03 | Docs: use tables rather than displays | Jeremy Harris | |
2022-04-30 | Taint: generate detainted $domain_data & $local_part_data from Rverify callout | Jeremy Harris | |
2022-04-30 | Docs: index detaint methods | Jeremy Harris | |
2022-04-29 | Docs: more warnings on use of tainted data | Jeremy Harris | |
2022-04-29 | Docs: mark up known-tainted variables | Jeremy Harris | |
2022-04-25 | Docs: tidy for taint-check of transport process args | Jeremy Harris | |
Broken-by: cfe6acff2d | |||
2022-04-25 | Fix DISABLE_EVENT build | Jeremy Harris | |
Broken-by: ef2e5890df | |||
2022-04-23 | Copyright updates:exim-4.96-RC0 | Jeremy Harris | |
vi $(git log --name-status exim-4.95..master | awk '/^M/{print $2}' | grep -v '^test/' | sort -u) | |||
2022-04-21 | Docs: more resumption notes | Jeremy Harris | |
2022-04-19 | exim_dumpdb: keys-only output option | Jeremy Harris | |
2022-04-15 | TLS resumption: support Outlook hosts-behind-loadbalancer | Jeremy Harris | |
2022-04-15 | Add string-hashing interface | Jeremy Harris | |
2022-04-13 | typo | Jeremy Harris | |
2022-04-12 | TLS resumption: restrict session re-use | Jeremy Harris | |
2022-04-10 | tidying | Jeremy Harris | |
2022-04-10 | Docs: fix description of SNI-under-DANE. Bug 2265 | Jeremy Harris | |
2022-04-09 | DKIM: clarify debug output | Jeremy Harris | |
2022-04-07 | compiler quietening | Jeremy Harris | |
2022-04-07 | tidying | Jeremy Harris | |
2022-04-07 | Openssl client: ocsp stapling on resumed seesion | Jeremy Harris | |
2022-04-05 | tidying | Jeremy Harris | |
2022-04-04 | Support PIPECONNECT with helo_data using the local IP, when interface is known. | Jeremy Harris | |
2022-04-04 | Testsuite: account for changed feature name | Jeremy Harris | |
Broken-by: a375c22c1d | |||
2022-04-03 | CHUNKING: fix availability on continued-transport | Jeremy Harris | |
2022-04-03 | Docs: allow for multiple return from dnsdb PTR lookup | Jeremy Harris | |
2022-04-02 | Revert "Build: remove hints-DB interface from macro-predef phase" | Jeremy Harris | |
This reverts commit d518c8b6721ea30a9dc3190e57157edd676234ec. | |||
2022-04-01 | Build: remove hints-DB interface from macro-predef phase | Jeremy Harris | |
2022-04-01 | c99 / non-gcc compatible inlineable functions | Jeremy Harris | |
2022-03-31 | designated initializers | Jeremy Harris | |
2022-03-28 | Compiler quietening | Jeremy Harris | |
2022-03-28 | Tidying: explicit (de)tainting copies | Jeremy Harris | |
2022-03-28 | Hints DB interface: convert from macros to inlinable functions. | Jeremy Harris | |
Testing status: tdb, dbm, gdbm & ndbm build and pass testsuite. |