Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-10 | Fix json extract operator for unfound case | Jeremy Harris | |
2019-01-10 | JSON: avoid recent library version usage | Jeremy Harris | |
Also create feature-macro | |||
2019-01-08 | JSON lookup | Jeremy Harris | |
2019-01-08 | JSON lookup | Jeremy Harris | |
2019-01-08 | Add prdr to transport in example configuration, to match documentation | Jeremy Harris | |
2019-01-05 | EXTERNAL authenticator | Jeremy Harris | |
2019-01-05 | Authenticators: refactor SASL support code | Jeremy Harris | |
2019-01-05 | constification | Jeremy Harris | |
2018-12-30 | OpenSSL: send no TLS1.3 session tickets | Jeremy Harris | |
2018-12-30 | OpenSSL: Debug output TLS 1.3 keying | Jeremy Harris | |
2018-12-30 | tidying | Jeremy Harris | |
2018-12-29 | Use single TCP segment for SMTP, TLS and TCP closes. | Jeremy Harris | |
2018-12-29 | OpenSSSL: support write-with-more-intent in client | Jeremy Harris | |
2018-12-27 | Update Changelog for GnuTLS 1.3 related fix Bug 2359 | Heiko Schlittermann (HS12-RIPE) | |
Fix is in 06faf21f3a84a3ac4aa4f7b1512087423d8c8541 | |||
2018-12-24 | GnuTLS: repeat lowlevel read and write operations while they request retry | Andreas Metzler | |
2018-12-23 | Use C99 initialisations for iterators | Jeremy Harris | |
2018-12-16 | Log failures to extract envelope addresses from message headers. Bug 2351 | Jeremy Harris | |
2018-12-13 | DKIM: more info on verify errors under OpenSSL | Jeremy Harris | |
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 | |
2018-11-20 | tidying | Jeremy Harris | |
2018-11-17 | Lose more string-copy operations | Jeremy Harris | |
2018-11-15 | Fix growable-string sprintf | Jeremy Harris | |
Broken-by d12746bc15 | |||
2018-11-15 | OpenBSD: bump dns-result buffer to 64kB | Jeremy Harris | |
This just to take out a difference in testsuite behaviour. Builds for memory-constrained devices could legitimately use 16kB. | |||
2018-11-15 | Recast more internal string routines to use growable-strings | Jeremy Harris | |
2018-11-14 | tidying | Jeremy Harris | |
2018-11-13 | Docs: Add cross-refs for $h_<name> | Jeremy Harris | |
2018-11-11 | Testsuite: account for hostname-dependent output in debug output | Jeremy Harris | |
2018-11-11 | Testsuite: fix testcases for /etc/services not having smtps | Jeremy Harris | |