summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-19Fix early use of $sender_host_nameJeremy Harris
Broken-by: 90341c71c1
2021-11-17Docs: more PCRE2Jeremy Harris
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-31Docs: add warning to transport tls_require_verify optionJeremy Harris
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-23Docs: add section on daemon-start command lineJeremy 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-11Testsuite: changes in output lost in mergeJeremy Harris
Broken-by: c9433c53ad
2021-10-11FreeBSD: fix sendfile shim, againJeremy Harris
2021-10-10Docs: update for PCRE2Jeremy Harris
2021-10-10tidyingJeremy Harris
2021-10-10FreeBSD: fix sendfile shimJeremy Harris
2021-10-09Testsuite: extend retry-records testcase to check removalJeremy Harris
2021-10-02Docs: tidyingJeremy Harris
2021-09-28Merge branch '4.next'Jeremy Harris
2021-09-28Docs: tidy for next releaseJeremy Harris
2021-09-28Release process: keep temp directory (fix --no-cleanup)exim-4.95Heiko Schlittermann (HS12-RIPE)
2021-09-27Docs: Change the copyright holder to "The Exim Maintainers"Heiko Schlittermann (HS12-RIPE)
2021-09-27Docs: Copyright year for spec.xfptHeiko Schlittermann (HS12-RIPE)
2021-09-27Docs: typoHeiko Schlittermann (HS12-RIPE)
2021-09-20OpenBSD: disable compiler-time param checking for string_sprintf() etcJeremy Harris
2021-09-20Docs: update for constificationJeremy Harris
Broken-by: ecb371298c
2021-09-20Docs: fix closed-mailinglist exampleJeremy 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