summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-10-06Better handling of printing NULL pointersJeremy Harris
2017-10-05testsuite output changesJeremy Harris
2017-10-05Fix debug output for NULL pointers on FreeBSD.Jeremy Harris
The testsuite had failures, mostly in DB opens finding no existing file, where debug output to stderr showed "0xAAAAAAAA" rather than "(nil)". Code it explicitly, at least in %p handling, rather than relying on sprintf() bevahiour.
2017-10-01Testsuite: for TFO testcases manipulate the system stateJeremy Harris
Linux-centric; will need elaboration for other platforms
2017-10-01TFO: better detection of client fast-open connections (again)Jeremy Harris
2017-09-25Testsuite: Ignore optional-config output changeJeremy Harris
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-19Avoid repeated string-copy building command-string for rspamdJeremy Harris
2017-09-19TFO: better detection of client fast-open connectionsJeremy Harris
2017-09-19Fix testsuite build for non-TFO platformsJeremy Harris
2017-09-19TFO: early-data for client outbound via socks5 proxyJeremy 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-16tidyingJeremy Harris
2017-09-16Fix build on FreeBSDJeremy Harris
2017-09-16Fix function prototypeJeremy Harris
2017-09-16Support parallel-build for the buildtin macrosJeremy Harris
2017-09-16tidyingJeremy 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-16Use writev(2) when sending delivery status to the parentHeiko Schlittermann (HS12-RIPE)
2017-09-16Do not use O_NONBLOCK for reading the delivery transport pipeHeiko Schlittermann (HS12-RIPE)
2017-09-12Tidy build under pre-v3 GnuTLSJeremy Harris
2017-09-12DKIM: support multiple signing, by selectorJeremy Harris
2017-09-12DKIM: support multiple hash methodsJeremy Harris
2017-09-12DKIM: rename internal signing apiJeremy 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-10specified-initialisersJeremy Harris
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-21Fix address ignore-errors flag bit initialisation and propagationJeremy Harris
Broken-by: 7eb0e5d2b8
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-20Logging: add elapsed-time element to unexpected-diconnection linesJeremy Harris
2017-08-14tidyingJeremy Harris
2017-08-14tidyingJeremy Harris
2017-08-13Fix EXPERIMENTAL_DMARC buildJeremy Harris
Broken-by: f2ed27cf5f
2017-08-13Fix non-TLS buildJeremy Harris
Broken-by: e5de01f091
2017-08-13TypoJeremy Harris
Broken-by: f2ed27cf5f
2017-08-13Document CVE assignment for Berkeley DB issueJeremy Harris
2017-08-10Coding: use specified-initialisersJeremy Harris
2017-08-09Use exim string facilities rather than custom parser for DKIM pubkeyJeremy Harris
2017-08-09DKIM: Enforce any "h" field present in the DNS publickey record. This can ↵Jeremy Harris
be set to require specific hash types, eg sha256, in signatues. There is an IETF draft in discussion which deprecates sha1 so this feature may start to be used.
2017-08-06Logging: millisecond time on 'no MAIL' lines. Bug 2102Jeremy Harris
2017-08-05tidyingJeremy Harris
2017-08-05tidyingJeremy Harris
2017-08-05Debugging: millisecond timestamps. Bug 2102Jeremy Harris
2017-08-04Logging: millisecond QT and DT. Bug 2102Jeremy Harris