summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-08-04Lookups: support IPv6 addresses in the spf lookup type. Bug 2378Jeremy Harris
2019-08-03Callouts: filter smtp response for bad chars before using in our smtp ↵Jeremy Harris
response. Bug 2409
2019-07-28Fix crash after TLS channel shutdownJeremy Harris
2019-07-25Fix dkim_strict expansion. Bug 2413Ruben Jenster
Broken since the introduction of dkim support. Testsuite additions by jgh
2019-07-25Track tainted data and refuse to expand itJeremy Harris
2019-07-25Avoid re-expansion in ${sort }Jeremy Harris
2019-07-17Docs: more indexing for sighupJeremy Harris
2019-07-15Router variables: change list-separator to semicolonJeremy Harris
2019-07-15Docs: add note on unusablility of must-staple certs by clients. Bug 2350Jeremy Harris
2019-07-11Keep router-variables separate on addrs, to avoid taint contaminationJeremy Harris
2019-07-08Routers: named variablesJeremy Harris
2019-07-08Docs: more indexingJeremy Harris
2019-06-29Fix bounce generation under RFC 3461 request. Bug 2411Jeremy Harris
Broken-by: ea97267cea
2019-06-27Docs: add note on effects of disabling IPv6 lookupsJeremy Harris
2019-06-26Fix DSN Final-Recipient: fieldJeremy Harris
2019-06-26tidyingJeremy Harris
2019-06-05Fix smtp response timeoutJeremy Harris
2019-06-05Use dsn_from for success-DSN messages. Bug 2404Jeremy Harris
2019-06-05Unbreak heimdal_gssapi auth driverPhil Pennock
Commit 251b9eb46 broke heimdal_gssapi by changing the function definition in the `.c` without changing the declaration in the `.h`. Was part of 4.92. Make corresponding `.h` change to reflect newer internal API.
2019-05-28PIPE_CONNECT: promote from experimentalJeremy Harris
2019-05-28PIPE_CONNECT: avoid using when the transport helo_data uses $sending_ip_addressJeremy Harris
2019-05-26TFO: change the default for hosts_try_fastopen, enabling use by defaultJeremy Harris
2019-05-26Logging: fix duplicated transport target info under TFOJeremy Harris
2019-05-24TLS: introduce USE_OPENSSL as an explicit requirement for the buildJeremy Harris
2019-05-24TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the buildJeremy Harris
2019-05-23Build: Enable SUPPORT_TLS by defaultHeiko Schlittermann (HS12-RIPE)
2019-05-22Change the default for hosts_try_dane, enabling use by defaultJeremy Harris
2019-05-21Docs: fix syntaxJeremy Harris
Broken-by: 12e9bb25fc
2019-05-21Expansions: ${sha2_N}Jeremy Harris
2019-05-19Change the default for hosts_noproxy_tls to unset, enabling continued-TLS ↵Jeremy Harris
deliveries as default
2019-05-19GnuTLS: fix the advertising of acceptable certs by the server. Bug 2389Jeremy Harris
2019-05-11Utilities: add -G<queuename> option to exiqgrep. Bug 2397Jeremy Harris
2019-05-10Fix listing a named queue by a non-admin user. Bug 2398Jeremy Harris
2019-05-09Docs: add index entry for string-concatenationJeremy Harris
2019-05-07GnuTLS: fix $tls_out_ocsp under hosts_request_ocspJeremy Harris
2019-05-07OpenSSL: fix tls_try_verify_hosts under resumptionJeremy Harris
2019-05-07TLS: increase resumption ticket lifetime to 2 hoursJeremy Harris
2019-05-07OpenSSL: discard expired resumption session in clientJeremy Harris
2019-05-07Add main option exim_versionHeiko Schlittermann (HS12-RIPE)
There might be reasons to cheat about the Exim version you're running. (Think of stupid security scanners.)
2019-05-05OpenSSL: better handling of $tls_{in,out}_certificate_verified under resumptionJeremy Harris
2019-05-05Testsuite: check variables under resumptionJeremy Harris
2019-05-05TLS: resumption notesJeremy Harris
2019-05-02TLS: library version build-time checks for resumption supportJeremy Harris
2019-05-02TLS: Session resumption, under the EXPERIMENTAL_TLS_RESUME build option.Jeremy Harris
2019-04-25GnuTLS 3.6.7 cipher stringsJeremy Harris
2019-04-25Use unsigned when creating bitmasks in macrosJeremy Harris
2019-04-19exigrep: do case sensitive option processing again. Closes 2392Heiko Schlittermann (HS12-RIPE)
-M (--related) was hidden by -m (--man), because of case insensitive option matching. (4.90 … 4.92 did case insensitive option processing) Thanks to Andreas Metzler for reporting this issue.
2019-04-18Use message_id for tempfile creation Closes 2390Heiko Schlittermann (HS12-RIPE)
Make tempfile names unique across Exim instances running in a cluster on a shared $spool_directory. (They need to set localhost_number to have cluster-unique message_exim_ids.)
2019-04-12Docs: Remove GNUmake idioms from Makefile, give power to "mv"Heiko Schlittermann (HS12-RIPE)
On at least one *BSD system, /tmp is owned by root:wheel and files created there are owned by <creator>:wheel. The following mv /tmp/<tmpfile> to an existing file with other permissions fails for the non-privileged user.
2019-04-05tidyingJeremy Harris