summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-06-02Deduplicate coding between exim and eximonJeremy Harris
2022-06-02tidyingJeremy Harris
2022-05-30Fix build on BSDs & SolarisJeremy Harris
Broken-by: 204a7a2c2e
2022-05-30panic_coredump option. Bug 2892Jeremy Harris
2022-05-26Fix build with DISABLE_TLS_RESUMEJeremy Harris
2022-05-26CHUNKING: handle protocol errors during receptionJeremy Harris
2022-05-26CHUNKING: fix second message on conn when first rejectedJeremy Harris
2022-05-26DEBUG: clarify multiline smtp responsesJeremy Harris
2022-05-24TLS resumption: fix for PIPECONNECTJeremy 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-24typoJeremy Harris
2022-05-23Logging: distinguish mem-allocation errorsJeremy Harris
2022-05-23TLS resumption: disable on continued-connectionJeremy 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-23Debug: clarify SMTP DATA ops in transportJeremy Harris
2022-05-19ARC: reset headers before signing for secondary MX. Bug 2886Jeremy Harris
2022-05-19GnuTLS: Do not free the cached creds on transport connection close. Bug 2886Jeremy Harris
2022-05-15 Debug: pass ACL-initiated debug through spool residencyexim-4.96-RC1Jeremy Harris
2022-05-15tidyingJeremy Harris
2022-05-11Revert "LibreSSL: maintain buildability on versions after 3.5.0"Jeremy Harris
Breaks Solaris builds. This reverts commit c0418936da7c7ec6674e6d60dac5fa33a84e0618.
2022-05-11LibreSSL: maintain buildability on versions after 3.5.0Kirill Miazine
2022-05-09Fix string_copyn() for limit greater than actual string lengthJeremy Harris
Broken-by: a76d120aed
2022-05-07Fix build with Solaris compilerMartin Preen
2022-05-06Fix dbmjz lookup. Bug 2884Jeremy Harris
Broken-by: 0cc804c877
2022-04-30Taint: generate detainted $domain_data & $local_part_data from Rverify calloutJeremy Harris
2022-04-25Fix DISABLE_EVENT buildJeremy Harris
Broken-by: ef2e5890df
2022-04-23Copyright updates:exim-4.96-RC0Jeremy Harris
vi $(git log --name-status exim-4.95..master | awk '/^M/{print $2}' | grep -v '^test/' | sort -u)
2022-04-19exim_dumpdb: keys-only output optionJeremy Harris
2022-04-15TLS resumption: support Outlook hosts-behind-loadbalancerJeremy Harris
2022-04-15Add string-hashing interfaceJeremy Harris
2022-04-12TLS resumption: restrict session re-useJeremy Harris
2022-04-10tidyingJeremy Harris
2022-04-09DKIM: clarify debug outputJeremy Harris
2022-04-07compiler quieteningJeremy Harris
2022-04-07tidyingJeremy Harris
2022-04-07Openssl client: ocsp stapling on resumed seesionJeremy Harris
2022-04-05tidyingJeremy Harris
2022-04-04Support PIPECONNECT with helo_data using the local IP, when interface is known.Jeremy Harris
2022-04-03CHUNKING: fix availability on continued-transportJeremy Harris
2022-04-02Revert "Build: remove hints-DB interface from macro-predef phase"Jeremy Harris
This reverts commit d518c8b6721ea30a9dc3190e57157edd676234ec.
2022-04-01Build: remove hints-DB interface from macro-predef phaseJeremy Harris
2022-04-01c99 / non-gcc compatible inlineable functionsJeremy Harris
2022-03-31designated initializersJeremy Harris
2022-03-28Compiler quieteningJeremy Harris
2022-03-28Tidying: explicit (de)tainting copiesJeremy Harris
2022-03-28Hints DB interface: convert from macros to inlinable functions.Jeremy Harris
Testing status: tdb, dbm, gdbm & ndbm build and pass testsuite.
2022-03-28Logging: fix crash on local_part utf8-conversion failJeremy Harris
Broken-by: d2f99aad04
2022-03-27Taintcheck transport-process argumentsJeremy Harris
2022-03-19Debug: build a summary string tracking transport SMTP commands & responsesJeremy Harris
2022-03-19BDB: specific build-time error for version 1 libraryJeremy Harris
Broken-by: 990ba85353
2022-03-16constifyJeremy Harris
2022-03-16tidyingJeremy Harris