summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2021-08-31Avoid using CLOCK_MONOTONIC for $received_time. Bug 2615Jeremy Harris
2021-08-23Fix small typoexim-4.95-RC2Neil Youngman
2021-08-19Logging: specific error for tainted tag in debug filenameJeremy Harris
2021-08-16DKIM: Avoid spurious tls read timeout after signing failureJeremy Harris
2021-08-15UTC output option for exim_dumpdb, exim_fixdbJeremy Harris
2021-08-11Fix name of option in error log lineJeremy Harris
2021-08-11DKIM: fix verify under TLS & chunking, with pipelined next commandJeremy Harris
2021-08-11Drop support for MacOS (darwin)Jeremy Harris
2021-08-10Drop support for MacOS (darwin)Heiko Schlittermann (HS12-RIPE)
2021-08-09Fix ClamAV command sendJeremy Harris
Broken-by: 64cc4714ab
2021-08-08Expansions: mask_n operatorJeremy Harris
2021-08-04Builtin macros for ACL conditions & modifiersJeremy Harris
2021-08-01Update comments in example config file to match current default for TLSJeremy Harris
2021-08-01ACL: "seen" conditionJeremy Harris
2021-07-29Update comments in expample config file to match current default for TLSJeremy Harris
2021-07-23DKIM: fix build with older GnuTLSJeremy Harris
2021-07-22TLS: fix tls_verify_certificates handling of "system"Jeremy Harris
A previous try at managing it for new-enough versions of GnuTLS actually broke it for everything: 744170d4d3
2021-07-21typoJeremy Harris
2021-07-18typoJeremy Harris
2021-07-18ALPN: not supported under LibreSSLJeremy Harris
2021-07-18Fix no-TLS bulidJeremy Harris
Broken-by: c4b4086235
2021-07-18ALPN: feature macroJeremy Harris