summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-08Merge branch '4.next'Jeremy Harris
2019-12-08Docs: tidy for next releaseJeremy Harris
2019-12-08Testsuite: explicitly disable TFO in transportsJeremy Harris
2019-12-08Fix macOS buildJeremy Harris
2019-12-08Fix macOS buildJeremy Harris
Broken-by: 73a10da9bb
2019-12-08Update README.UPDATING to reflect the major changes for 4.93exim-4.93Heiko Schlittermann (HS12-RIPE)
2019-12-08FreeBSD: better support for TFOJeremy Harris
2019-12-08release process: fix stupid bug for quick/non-quick releaseHeiko Schlittermann (HS12-RIPE)
2019-12-07FreeBSD: fix sendfile shimJeremy Harris
2019-12-05Testsuite: munge for platform errno value variances (Hurd)Jeremy Harris
2019-12-05Transports: explicit errno values in returnsJeremy Harris
2019-12-04Hurd: errno really uses more than a short-sized value. Bug 2476Samuel Thibault
2019-12-04PRDR: fix guard on example in configure.default. Bug 2486exim-4.93-RC7Jeremy Harris
Broken-by: 95dfacf282
2019-12-04ARC: fix crash in signingJeremy Harris
2019-12-03Testsuite: support platforms using ifconfig from inetutils. Bug 2485Samuel Thibault
2019-12-03TFO: disable for FreeBSDJeremy Harris
2019-12-03Build: Enable *GNU (Hurd) Bug 2476Heiko Schlittermann (HS12-RIPE)
2019-12-03Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS)Heiko Schlittermann (HS12-RIPE)
(cherry picked from commit 13032a329bb8133a2f56e8527c29f17c8fdfdbd0)
2019-12-02Build: fix dependencies for platform-specific os.[ch]exim-4.93-RC6Jeremy Harris
2019-12-01Testsuite: document testcase issue on FreeBSDJeremy Harris
2019-12-01Testsuite: Fix use-of-undefJeremy Harris
2019-11-30Make smtp_flush() work for TLS channelJeremy Harris
2019-11-30FreeBSD: fix sendfile shimJeremy Harris
Broken-by: 7d758a6a68
2019-11-30Testsuite: better non-TFO-system debug handlingJeremy Harris
2019-11-30Testsuite: split out ipv6 testcase needing a non-linklocal interface addrJeremy Harris
2019-11-29Testsuite: strip trailing space at -bt outputHeiko Schlittermann (HS12-RIPE)
Depending on the length of the ip address, Exim adds spaces to -bt output, to make all lines the same length (why? Maybe to add port= or mx= later in a nicely aligned manner) compare: host 127.0.0.1 [127.0.0.1] host 10.0.0.1 [10.0.0.1]- vs: host 127.0.0.1 [127.0.0.1]-- host 169.16.16.16 [169.16.16.10]
2019-11-29Testsuite: make system $more safeHeiko Schlittermann (HS12-RIPE)
2019-11-26Docs: fix option name. Bug 2471Jasen Betts
Broken by: 2f680c0c44
2019-11-25Local_scan: bump the ABI major version numberexim-4.93-RC5Jeremy Harris
Broken-by: 925ac8e4f1
2019-11-24Testsuite: better non-TFO-system debug handlingJeremy Harris
2019-11-24Docs: copy-editingJeremy Harris
2019-11-24Docs: smtp_printf() in the local_scan APIJeremy Harris
Broken-by: 925ac8e4f1
2019-11-23Docs: gsasl auth channel-binding now also usable under OpenSSLJeremy Harris
2019-11-21tidyingJeremy Harris
2019-11-20ARC: add note on RFC to docsJeremy Harris
2019-11-18Testsuite: output changes resultingexim-4.93-RC4Jeremy Harris
2019-11-18TLS: restore TLS protocol version to default Received: headerJeremy Harris
Broken-by: f1be21cf0b
2019-11-17OpenSSL: support authenticator channel-binding. Bug 2467Jeremy Harris
2019-11-17tidyingJeremy Harris
2019-11-17Testsuite: make it compatible with ancient Perl versions.Heiko Schlittermann (HS12-RIPE)
Perl 5.10 doesn't seem to know the /r modifier for regular expressions.
2019-11-17Testsuite: better sorting for exim_dumpdb outputexim-4.93-RC3Heiko Schlittermann (HS12-RIPE)
2019-11-17Testsuite: localize varsHeiko Schlittermann (HS12-RIPE)
2019-11-17Testsuite: use local file handleHeiko Schlittermann (HS12-RIPE)
2019-11-16Exipick: reorder chompHeiko Schlittermann (HS12-RIPE)
2019-11-16Exipick: indentationHeiko Schlittermann (HS12-RIPE)
2019-11-16Exipick: handle tainted options in spool filesHeiko Schlittermann (HS12-RIPE)
2019-11-15Testsuite: fix Recieved: header munging for TLS infoJeremy Harris
2019-11-15GnuTLS: fix $tls_X_ver generationJeremy Harris
2019-11-14TLS: restore TLS protocol version to default Received: headerJeremy Harris
Broken-by: f1be21cf0b
2019-11-14DCC: fix taint-handlingWolfgang Breyha