Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-11 | JSON: add iterative conditions for arrays | Jeremy Harris | |
(cherry picked from commit c5c57c4eafde32a0632c2a00bdc634860fc5d06d) | |||
2019-02-11 | JSON: add jsons extract variant, to strip quotes from string results | Jeremy Harris | |
2019-02-11 | Events: log a non-success when a client connect is denied by an event | Jeremy Harris | |
(cherry picked from commit 6bc9c745b64e669161a04f4dd72de4dbba9fbdd2) | |||
2019-02-11 | Fix json extract operator for unfound case | Jeremy Harris | |
2019-02-11 | JSON lookup | Jeremy Harris | |
(cherry picked from commits 854bd65fa7, 11b31159ac, 19cb5e2f14, 9669c6e06f, 6db8b72c86) | |||
2019-02-11 | EXTERNAL authenticator | Jeremy Harris | |
(cherry picked from commit c4a8c663b74a35b547d8320547079ca56b3b772e) | |||
2019-02-10 | Authenticators: refactor SASL support code | Jeremy Harris | |
(cherry picked from commit a310a8d09c56e6049714ae4e4070c16ecb6aa2b1) | |||
2019-02-10 | OpenSSSL: support write-with-more-intent in client | Jeremy Harris | |
(cherry picked from commit f6a1bb920eebdba0d4a6c295c4d054307b49b2b1) | |||
2019-01-30 | Fix dkim_verify_signers option. Bug 2366exim-4.92-jghexim-4.92-RC6exim-4.92 | Mad Alex | |
Testsuite coverage by jgh. Broken-by: d342446f29 | |||
2018-12-31 | PIPE_CONNECT: fix feature-cache refresh | Jeremy Harris | |
2018-12-20 | spelling fixes | klemens | |
2018-12-18 | Re-create test/configure scriptexim-4.92-RC2 | 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-14 | Fix parsing of option type Kint (integer, stored in K). Bug 2348 | Jeremy Harris | |
Broken-by: a45431fa71 | |||
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-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-27 | Testsuite: regenerate CA trees with 2048-bit keys | Jeremy Harris | |
This is to support RHEL 8.0 where OpenSSL dislikes 1024 | |||
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-21 | Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2238 | Jeremy Harris | |
2018-11-20 | Testsuite: document noisy-comment script commands | Jeremy Harris | |
2018-11-15 | Fix growable-string sprintf | Jeremy Harris | |
Broken-by d12746bc15 | |||
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 | |
2018-11-10 | Testsuite: increase retry time (for really slow test host) | Jeremy Harris | |
2018-11-09 | Testsuite: avoid time-quantization issue | Jeremy Harris | |
2018-11-09 | Testsuite: avoid time-quantization issue | Jeremy Harris | |
2018-11-08 | Testsuite: check for conflicting host name | Jeremy Harris | |
2018-11-06 | Testsuite: rework testcases for DSN RCPT options | Jeremy Harris | |
2018-11-05 | Squashed commit of PIPE_CONNECT | Jeremy Harris | |
2018-10-30 | MacOS: TCP Fast Open | Jeremy Harris | |
2018-10-30 | Testsuite: adjust for 64b-int compatability | Jeremy Harris | |
2018-10-30 | Testsuite: more detail in dsearch testcase output | Jeremy Harris | |
2018-10-30 | Testsuite: ignore TCP Fast Open probe debug output | Jeremy Harris | |
2018-10-30 | Increase size of variables for check_spool_space and check_log_space | Jeremy Harris | |
2018-10-27 | Avoid trying to talk TLS over a known-closed channel | Jeremy Harris | |
2018-10-27 | Testsuite: fix cmdline option for test flavour | Jeremy Harris | |
2018-10-27 | Testsuite: resulting output changes. | Jeremy Harris | |
Broken-by: fd3cf78930 | |||
2018-10-26 | testsuite: diet for aux-fixed/3000.pl | Heiko Schlittermann (HS12-RIPE) | |
2018-10-26 | Testsuite: variances for OpenSSL 1.1.1 | Jeremy Harris | |
2018-10-23 | Build: probe for broken poll() timing implementation | Jeremy Harris | |
2018-10-21 | Testsuite: fix debug stream munging for non-autocreate DBM variants, and for ↵ | Jeremy Harris | |
no TFO support | |||
2018-10-21 | MacOS: fix spurious "child process failure" | Jeremy Harris | |
2018-10-21 | Debug: provide for SIGALRM tracking | Jeremy Harris | |
2018-10-21 | Ensure unique message-id even for rejected messages | Jeremy Harris | |
2018-10-17 | Testsuite: force non-TLSv1.3 for (OpenSSL) cert-variable test | Jeremy Harris | |
This maintains visibility of the cert choice required by the auth-method configuration. Leave the bogus results from pre-1.1.1 OpenSSL library bug while the fixed version is not in common use. |