summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-12-20ACL: Disallow '/' characters in queue names specified for "queue="Jeremy Harris
2017-12-19Merge branch '4.next'Jeremy Harris
2017-12-19Docs: clean for next releaseJeremy Harris
2017-12-19DANE: support under GnuTLS. Bug 1523Jeremy Harris
GnuTLS version 3.0.0 onwards; still Experimental
2017-12-18Testsuite: move CRL testcases away from using SHA1-signed certsJeremy Harris
2017-12-12CHUNKING: flush input stream after message-fatal error detection. Bug 2201exim-4_90_RC4exim-4_90Jeremy Harris
2017-12-08openssl guidance: install shared libraries tooPhil Pennock
2017-12-03Docs: amend warning on on lack of multiple-OCSP-proof supportJeremy Harris
2017-12-03GnuTLS: multiple server certs, OCSP stapling. Bug 2092Jeremy Harris
2017-12-03Docs: clarify smtp transport tls_verify_certificates optionJeremy Harris
2017-12-03Docs: add notes on lack of multiple-OCSP-proof supportJeremy Harris
This would be wanted for server OCSP stapling in a dual RSA/ECDSA certificate installation
2017-12-03Change log updateJeremy Harris
2017-12-02Docs: add notes on lack of multiple-OCSP-proof supportJeremy Harris
This would be wanted for server OCSP stapling in a dual RSA/ECDSA certificate installation
2017-11-28Change log updateexim-4_90_RC3Jeremy Harris
2017-11-25Replace the store_release() internal interface, which was excessively unsafe.Jeremy Harris
The new store_newblock() includes the required safety checck, plus the alocate and data-copy operations.
2017-11-25Change note for 445d03d4eaJeremy Harris
2017-11-14Docs: PRVS validity. Bug 2033exim-4_90_RC2Jeremy Harris
2017-11-11Downgrade an unfound-list name from panic to DEFER. Bug 1645Jeremy Harris
2017-11-08docs: typoJeremy Harris
2017-11-08DKIM: call ACL once for each signature matching the identity from ↵Jeremy Harris
dkim_verify_signers. Bug 2189
2017-11-07DKIM: make verification results visible in data ACLJeremy Harris
2017-11-07DKIM: Allow the DKIM ACL to override verification results. Bug 2186Jeremy Harris
This provides generic support, though is covers the need introduced by https://datatracker.ietf.org/doc/draft-ietf-dcrup-dkim-usage/?include_text=1 (deprecating sha-1 and RSA keys shorter than 1024 bits).
2017-11-07TLS: support multiple certificate files in server. Bug 2092Jeremy Harris
2017-11-03Docs: add index entryJeremy Harris
2017-11-03DKIM: better syntax for control of oversigning. Bug 2180Jeremy Harris
2017-11-02Use LDFLAGS not EXTRALIBS_EXIM; 1.0.2 needs ldl tooPhil Pennock
2017-10-31 Add macro support to -be expansion test mode. Bug 1623Jeremy Harris
2017-10-25Docs: clarify DKIM default signing. Bug 2179Jeremy Harris
2017-10-25DKIM: add builtin macro with default list of headers for signingJeremy Harris
2017-10-22Docs: expand TFO informationJeremy Harris
2017-10-21CHUNKING: Fix flush of chunk on errorJeremy Harris
2017-10-20Use safer routine for possibly-overlapping copyJeremy Harris
Fixes a logging bug seen on aarch64
2017-10-18Docs: note that } chars in a RE are also needing escaping for ${sg }Jeremy Harris
2017-10-12Fix queue_run_in_order to ignore the PID portion of the message IDJeremy Harris
2017-10-08Logging: show when input from truncated for logging "next input sent too soon"Jeremy Harris
2017-10-06Check for proper output separator in expanding ${addresses:STRING} ↵Heiko Schlittermann (HS12-RIPE)
(Closes 2171) Better yet would be to force setting the output separator literally, and not after expansion of the STRING. But this would be an incompatible change.
2017-09-25DKIM: support specifying alternate-identity tag for signing. Bug 2170Jeremy Harris
2017-09-20TFO: early-data for ClamAV and for readsocket expansionJeremy Harris
2017-09-18exipick: add -C|--config optionHeiko Schlittermann (HS12-RIPE)
This fits better to echo test | exim -C /tmp/test.conf -v test@example.com exipick -C /tmp/test.conf
2017-09-18SOCKS: fix unitialized-pointerJeremy Harris
2017-09-16Provide readn() as a wrapper around read()Heiko Schlittermann (HS12-RIPE)
This readn() reads all the data requested, even if the writer sends it in smaller chunks.
2017-09-12DKIM: support multiple signing, by selectorJeremy Harris
2017-09-12DKIM: support multiple hash methodsJeremy Harris
2017-09-10DKIM: fix signing bug induced by total size of parameter textJeremy Harris
causing header-line fold between "b=" and terminating ";" of pseudo-header.
2017-09-04Fix sieve QP regression from Coverity cleanupsPhil Pennock
Fixes: 2161
2017-09-02Logging: restrict TFO client-side to LinuxJeremy Harris
The detection method depends on a getsockopt struct member apparently not supported by FreeBSD (at least). Other platforms status unknown.
2017-08-31Logging: TCP Fast OpenJeremy Harris
2017-08-21Fixed compilation with mariadb-10.2Jaroslav Škarvada
https://bugzilla.redhat.com/show_bug.cgi?id=1467312 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com> Exim-merge-changes: added ChangeLog item (Phil Pennock)
2017-08-20Use bitfields for flags in the "addr" structJeremy Harris
2017-08-13Document CVE assignment for Berkeley DB issueJeremy Harris