summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-12-03OpenSSL: tidy DH and ECDH param setupJeremy Harris
Testsuite: expand DH testcase
2021-12-03OpenSSL: use nondeprecated D-H functions under 3.0.0.Jeremy Harris
2021-11-29tidyingJeremy Harris
2021-11-28OpenSSL: use nondeprecated EC-group functions under 3.0.0.Jeremy Harris
2021-11-28Fix basic memory use for SPARC. Bug 2838John Paul Adrian Glaubitz
2021-11-28OpenSSL: use nondeprecated hash functions under 3.0.0.Jeremy Harris
2021-11-28More care with transport process resultsJeremy Harris
2021-11-28Fix build for OpenSSL 3.0.0 . Bug 2810Jaroslav Škarvada
2021-11-23Error-check scan dir tidyingJeremy Harris
2021-11-22Fix shutdown=no in ${readsocket}. Bug 2784Jeremy Harris
Broken-by: 1950cf85b4
2021-11-19Fix early use of $sender_host_nameJeremy Harris
Broken-by: 90341c71c1
2021-11-17 Tidy input buffer handlingJeremy Harris
2021-11-17select() -> poll(). Bug 2831Jeremy Harris
2021-11-13TFO: avoid needless calls in transport-detectionJeremy Harris
2021-11-10tidyingJeremy Harris
2021-11-09Fix -be macro definitionJeremy Harris
Broken-by: 753739fdef
2021-11-06Revert "GnuTLS: lose DH-param setup, for recent library versions where no ↵Jeremy Harris
longer needed". Bug 2822 It seems the documentation lies and the params really are needed. This reverts commits 041bf37266, 49132a3bb5c6
2021-11-06FreeBSD: do not strip binariesJeremy Harris
Reverses commit 4a23603b53
2021-10-24Fix client-only use of gsasl authenticator. Bug 2818Jeremy Harris
2021-10-24Fix error message for multiple authenticators misconfiguration. Bug 2817Wolfgang Breyha
2021-10-24LMDB: fix build. Bug 2812Andrew Colin Kissa
2021-10-23Fix pcre2 interface for older versionsJeremy Harris
2021-10-23Copyright updates:Jeremy Harris
vi $(git log --name-status exim-4.94..master | awk '/^M/{print $2}' | grep -v '^test/' | sort -u)
2021-10-22GnuTLS: add debug warning for tls_dhparam ignoreJeremy Harris
2021-10-18tidyingJeremy Harris
2021-10-18Exiqgrep: check arg parsing. Bug 2821Jeremy Harris
2021-10-17Queue_Ramp in -bV output no longer experimentalJeremy Harris
2021-10-17Change advertised feature name for PIPECONNECTJeremy Harris
2021-10-16Fix PAM auth. Bug 2813Adam Lackorzynski
2021-10-16Fix ALPN/OpenSSL. Bug 2815Jeremy Harris
Broken-by: c4b4086235
2021-10-16Avoid calling gettimeofday(), select() per char for cmdline message ↵Jeremy Harris
submission. Bug 2819 Broken-by: 3c55eef240
2021-10-11tidyingJeremy Harris
2021-10-11FreeBSD: fix sendfile shim, againJeremy Harris
2021-10-10tidyingJeremy Harris
2021-10-10FreeBSD: fix sendfile shimJeremy Harris
2021-09-28Merge branch '4.next'Jeremy Harris
2021-09-20OpenBSD: disable compiler-time param checking for string_sprintf() etcJeremy Harris
2021-09-15ConstificationThomas Noll
2021-09-14DCC: fix loop expressionJeremy Harris
2021-09-14TLS: build dependency for LibreSSLRenaud Allard
(cherry picked from commit 48505c2b8095289f1226fe9a9fc63d4bcb387c87)
2021-09-14TLS: build dependency for LibreSSLRenaud Allard
2021-09-13constificationJeremy Harris
2021-09-12Use %ld not %lJeremy Harris
2021-09-12pcre2Jeremy Harris
2021-09-07Docs: tidyingJeremy Harris
2021-09-05Fix validation of domain-literals in Message_ID: headers. Bug 2805Jeremy Harris
2021-09-02Avoid wait-for-tick on single-message connectionsJeremy Harris
2021-09-02tidyingJeremy Harris
2021-09-02Avoid using CLOCK_MONOTONIC for $received_time. Bug 2615Jeremy Harris
(cherry picked from commit 8dcd5efb1f89d17b0b214e1face4146d3a1edd28)
2021-09-01Generalise "send failed" message in smtp transportJeremy Harris