Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-03 | Docs: tweak new-drivers chapter | Jeremy Harris | |
2018-12-31 | PIPE_CONNECT: fix feature-cache refresh | Jeremy Harris | |
2018-12-28 | Docs: clarify logging from filter | Jeremy Harris | |
2018-12-27 | Update Changelog for GnuTLS and TLS 1.3 Bug 2359exim-4.92-RC4 | Heiko Schlittermann (HS12-RIPE) | |
Fix is in 4896a3192ffac48885347460377edcd893eb9600 | |||
2018-12-25 | GnuTLS: repeat lowlevel read and write operations while they request retry | Andreas Metzler | |
(cherry picked from commit 06faf21f3a84a3ac4aa4f7b1512087423d8c8541) | |||
2018-12-25 | mk_exim_release: more perlish | Heiko Schlittermann (HS12-RIPE) | |
2018-12-25 | mk_exim_release: integrate signing and checksumming | Heiko Schlittermann (HS12-RIPE) | |
2018-12-22 | DKIM: better debug for key/signature size mismatch | Jeremy Harris | |
2018-12-21 | OpenSSL: clear any leftover errors from the stack after SSL_accept succeeds | Jeremy Harris | |
2018-12-20 | mk_exim_release: output an useful error message when used for older versions | Heiko 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-20 | Recent commit is thanks to Josh Soref | Heiko Schlittermann (HS12-RIPE) | |
I managed to drop his name, sorry for that. | |||
2018-12-20 | Grammar changes in docs | Heiko Schlittermann (HS12-RIPE) | |
2018-12-20 | Fix copyright year and exim website URL schema | Heiko Schlittermann (HS12-RIPE) | |
2018-12-20 | spelling fixes | klemens | |
2018-12-20 | Docs: tweaks | Jeremy Harris | |
2018-12-18 | Default config: use ROUTER_SMARTHOST macro; documentexim-4.92-RC3 | Phil 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-18 | stats_for_email: Do not auto-select the release directory | Heiko Schlittermann (HS12-RIPE) | |
2018-12-18 | Re-create test/configure scriptexim-4.92-RC2 | Heiko Schlittermann (HS12-RIPE) | |
2018-12-18 | Update Changelog for Bug 2351 | Heiko Schlittermann (HS12-RIPE) | |
2018-12-18 | Log failures to extract envelope addresses from message headers. Bug 2351 | Jeremy Harris | |
(cherry picked from commit 60c02b350a7d325e64ae0a656cfd37a9fbd162a7) | |||
2018-12-16 | doc: gsasl: be clearer that server-side only | Phil Pennock | |
2018-12-15 | Fix build with content-scan enabled but all malware types disabled | Jeremy Harris | |
2018-12-14 | Fix parsing of option type Kint (integer, stored in K). Bug 2348 | Jeremy Harris | |
Broken-by: a45431fa71 | |||
2018-12-13 | sign_exim_package: do not auto-select the packages directoryexim-4.92-RC1 | Heiko Schlittermann (HS12-RIPE) | |
2018-12-13 | mk_exim_release: rework for dotted release scheme | Heiko Schlittermann (HS12-RIPE) | |
2018-12-13 | reversion: Adapt to dotted release scheme | Heiko Schlittermann (HS12-RIPE) | |
2018-12-13 | reversion: tidy | Heiko Schlittermann (HS12-RIPE) | |
2018-12-06 | Docs: SPF lookup type | Jeremy Harris | |
2018-12-05 | Send delay-MDN for any queurun past delay_warning, even if not retry time ↵ | Jeremy Harris | |
yet. Bug 2341 | |||
2018-12-02 | tidying | Jeremy Harris | |
2018-12-02 | More debug in smtp transport | Jeremy Harris | |
2018-12-02 | Logging: outgoing_port on temporary errors for non-last hosts | Jeremy Harris | |
Also show nonstandard ports in process info for exiwhat | |||
2018-12-01 | Harden string-list handling | Jeremy Harris | |
2018-11-29 | Testsuite: handle change in GnuTLS cert preference | Jeremy Harris | |
2018-11-29 | Testsuite: output changes resulting | Jeremy Harris | |
Broken-by: a7a1ad1447 | |||
2018-11-29 | GnuTLS: fix build with older libraries | Jeremy Harris | |
Broken-by: 6aac3239b4 | |||
2018-11-27 | Testsuite: regenerate CA trees with 2048-bit keys | Jeremy Harris | |
This is to support RHEL 8.0 where OpenSSL dislikes 1024 | |||
2018-11-28 | OpenSSL: fail the handshake when SNI processing hits a problem | Jeremy Harris | |
2018-11-28 | TLS: Increase RSA keysize of autogen selfsign cert | Jeremy Harris | |
2018-11-27 | Testsuite: switch ciphersuite use | Jeremy Harris | |
This is to accomodate RHEL 7, where openssl seems to not support ECDHE Kx + CAMELIA nor any of the CHACHA20s, but does support DHE Kx + CAMELIA. All we really wanted was something distinguishable from default (which is commonly ECDHE-RSA-AUE256-GCM-SHA). | |||
2018-11-25 | Testsuite: ignore OCSP option output; fixes runs on non-OCSP builds | Jeremy Harris | |
2018-11-24 | Fix AUTH_GSASL build | Jeremy Harris | |
2018-11-24 | Avoid leaving $domain live with bogus info, during server connection startup | Jeremy Harris | |
Recent efforts to reduce string-copy ops while also avoiding using excessive memory tripped a check on freeing the still-live variable. It is unclear why the variable was set anyway, even though commented. The use was introduced between Exim 3.36 and 4.0 | |||
2018-11-21 | nit (typo fix; docs) | Phil Pennock | |
2018-11-21 | Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2338 | Jeremy Harris | |
Relabel for commit c0fb53b74e which which had a typo in the commit message. | |||
2018-11-21 | Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2238 | Jeremy Harris | |
2018-11-20 | Docs: more on $authenticated_fail_id | Jeremy Harris | |
2018-11-20 | Testsuite: document noisy-comment script commands | Jeremy Harris | |
2018-11-20 | Docs: add note on manualroute route-lists | Jeremy Harris | |
2018-11-20 | Docs: indexing of retry final-cutoff | Jeremy Harris | |