summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-11Testsuite: munge GnuTLS and OpenSSL ciphersuite strings to be more similarJeremy Harris
(cherry picked from commit 25d5d9f98ebb30acc8b269c6594f4bc1e1abe654)
2019-02-11tidyingJeremy Harris
2019-02-11Use separate routine for translating return-codes to printable stringsJeremy Harris
(cherry picked from commit 9c5e54499afef5167bee6ecdcbf8dd5f023f51e0)
2019-02-11Debug: config file name & line number for each ACL verbJeremy Harris
(cherry picked from commit 9e160d8100cd15517a3444c1ad8ab81e51399582)
2019-02-11JSON: add iterative conditions for arraysJeremy Harris
(cherry picked from commit c5c57c4eafde32a0632c2a00bdc634860fc5d06d)
2019-02-11JSON: add jsons extract variant, to strip quotes from string resultsJeremy Harris
2019-02-11Events: log a non-success when a client connect is denied by an eventJeremy Harris
(cherry picked from commit 6bc9c745b64e669161a04f4dd72de4dbba9fbdd2)
2019-02-11GnuTLS: Debug output keying info. OpenSSL: TLS1.2 keying.Jeremy Harris
(cherry picked from commit 385b593e795430036b1685eed9d78d6c83cfcd67)
2019-02-11Fix json extract operator for unfound caseJeremy Harris
2019-02-11JSON lookupJeremy Harris
(cherry picked from commits 854bd65fa7, 11b31159ac, 19cb5e2f14, 9669c6e06f, 6db8b72c86)
2019-02-11EXTERNAL authenticatorJeremy Harris
(cherry picked from commit c4a8c663b74a35b547d8320547079ca56b3b772e)
2019-02-10Authenticators: refactor SASL support codeJeremy Harris
(cherry picked from commit a310a8d09c56e6049714ae4e4070c16ecb6aa2b1)
2019-02-10constificationJeremy Harris
(cherry picked from commit e8a25e05698e39a45cf5f188476808ef3609dbdd)
2019-02-10OpenSSL: send no TLS1.3 session ticketsJeremy Harris
(cherry picked from commit 09fa60df6e9929364a2c0830eff1e0f4f27ba095)
2019-02-10OpenSSL: Debug output TLS 1.3 keyingJeremy Harris
(cherry picked from commit 3c1f3b85aa4139ba062268ca958bab0dd0d64140)
2019-02-10tidyingJeremy Harris
(cherry picked from commit 190404d75c168ce1e6dbf6ee08bdbbf62b365e4b)
2019-02-10Use single TCP segment for SMTP, TLS and TCP closes.Jeremy Harris
(cherry picked from commit a7846940c876fd2a76b89240aa83e7083ae9650a)
2019-02-10OpenSSSL: support write-with-more-intent in clientJeremy Harris
(cherry picked from commit f6a1bb920eebdba0d4a6c295c4d054307b49b2b1)
2019-02-10Use C99 initialisations for iteratorsJeremy Harris
(cherry picked from commit db3f7b6972f3b003c0413b78afcfbe295ffe0b97)
2019-02-10Docs: clean for next releaseJeremy Harris
2019-01-30Fix dkim_verify_signers option. Bug 2366exim-4.92-jghexim-4.92-RC6exim-4.92Mad Alex
Testsuite coverage by jgh. Broken-by: d342446f29
2019-01-29Docs: clarify quoting for $pipe_addressesJeremy Harris
The texinfo output version has single-quotes round a variable, so the sentence saying "precisely the text" was difficult to interpret.
2019-01-29Docs: correct spamd portOdihambo Washington
2019-01-27configure.default: spacing, de-tabbingexim-4.92-RC5Heiko Schlittermann (HS12-RIPE)
2019-01-27Add basic framework for PRDR use with per-user content filters to example ↵Jeremy Harris
config. Mostly commented-out and with dummy lookups since we do not know what sorts of filtering may be employed. (cherry picked from commit b220576b3ba5396af6b3e0f45739f269079f8fc5)
2019-01-27mk_exim_release: tidyHeiko Schlittermann (HS12-RIPE)
2019-01-24Docs: crossref list-separator changingJeremy Harris
2019-01-24Docs: crossref dlfunc APIJeremy Harris
2019-01-10More checks on header line length during receptionJeremy Harris
2019-01-05Docs: tweak TLS authenticator chapterJeremy Harris
2019-01-04Docs: missing optionsJeremy Harris
Broken-by: b3ef41c94a
2019-01-03Docs: tweak new-drivers chapterJeremy Harris
2018-12-31PIPE_CONNECT: fix feature-cache refreshJeremy Harris
2018-12-28Docs: clarify logging from filterJeremy Harris
2018-12-27Update Changelog for GnuTLS and TLS 1.3 Bug 2359exim-4.92-RC4Heiko Schlittermann (HS12-RIPE)
Fix is in 4896a3192ffac48885347460377edcd893eb9600
2018-12-25GnuTLS: repeat lowlevel read and write operations while they request retryAndreas Metzler
(cherry picked from commit 06faf21f3a84a3ac4aa4f7b1512087423d8c8541)
2018-12-25mk_exim_release: more perlishHeiko Schlittermann (HS12-RIPE)
2018-12-25mk_exim_release: integrate signing and checksummingHeiko Schlittermann (HS12-RIPE)
2018-12-22DKIM: better debug for key/signature size mismatchJeremy Harris
2018-12-21OpenSSL: clear any leftover errors from the stack after SSL_accept succeedsJeremy Harris
2018-12-20mk_exim_release: output an useful error message when used for older versionsHeiko Schlittermann (HS12-RIPE)
Older releases can't be built with the newer mk_exim_release script, as there are interdependencies with scripts/reversion and version.sh
2018-12-20Recent commit is thanks to Josh SorefHeiko Schlittermann (HS12-RIPE)
I managed to drop his name, sorry for that.
2018-12-20Grammar changes in docsHeiko Schlittermann (HS12-RIPE)
2018-12-20Fix copyright year and exim website URL schemaHeiko Schlittermann (HS12-RIPE)
2018-12-20spelling fixesklemens
2018-12-20Docs: tweaksJeremy Harris
2018-12-18Default config: use ROUTER_SMARTHOST macro; documentexim-4.92-RC3Phil Pennock
Work around the `$host` vs CNAME issue for now by re-specifying the `tls_sni` value on the example `smarthost_smtp` transport, using the same macro which we use to turn on use of a smarthost. Uncomment both dnslookup and smarthost routers by default and let the macro choose between them. Bring the documentation of the default configuration closer to up-to-date, on this issue and others which I spotted while in there.
2018-12-18stats_for_email: Do not auto-select the release directoryHeiko Schlittermann (HS12-RIPE)
2018-12-18Re-create test/configure scriptexim-4.92-RC2Heiko Schlittermann (HS12-RIPE)
2018-12-18Update Changelog for Bug 2351Heiko Schlittermann (HS12-RIPE)