summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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-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-10OpenSSSL: support write-with-more-intent in clientJeremy Harris
(cherry picked from commit f6a1bb920eebdba0d4a6c295c4d054307b49b2b1)
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
2018-12-31PIPE_CONNECT: fix feature-cache refreshJeremy Harris
2018-12-20spelling fixesklemens
2018-12-18Re-create test/configure scriptexim-4.92-RC2Heiko Schlittermann (HS12-RIPE)
2018-12-18Log failures to extract envelope addresses from message headers. Bug 2351Jeremy Harris
(cherry picked from commit 60c02b350a7d325e64ae0a656cfd37a9fbd162a7)
2018-12-14Fix parsing of option type Kint (integer, stored in K). Bug 2348Jeremy Harris
Broken-by: a45431fa71
2018-12-05Send delay-MDN for any queurun past delay_warning, even if not retry time ↵Jeremy Harris
yet. Bug 2341
2018-12-02tidyingJeremy Harris
2018-12-02More debug in smtp transportJeremy Harris
2018-12-02Logging: outgoing_port on temporary errors for non-last hostsJeremy Harris
Also show nonstandard ports in process info for exiwhat
2018-11-29Testsuite: handle change in GnuTLS cert preferenceJeremy Harris
2018-11-29Testsuite: output changes resultingJeremy Harris
Broken-by: a7a1ad1447
2018-11-27Testsuite: regenerate CA trees with 2048-bit keysJeremy Harris
This is to support RHEL 8.0 where OpenSSL dislikes 1024
2018-11-27Testsuite: switch ciphersuite useJeremy 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-25Testsuite: ignore OCSP option output; fixes runs on non-OCSP buildsJeremy Harris
2018-11-21Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2238Jeremy Harris
2018-11-20Testsuite: document noisy-comment script commandsJeremy Harris
2018-11-15Fix growable-string sprintfJeremy Harris
Broken-by d12746bc15
2018-11-11Testsuite: account for hostname-dependent output in debug outputJeremy Harris
2018-11-11Testsuite: fix testcases for /etc/services not having smtpsJeremy Harris
2018-11-10Testsuite: increase retry time (for really slow test host)Jeremy Harris
2018-11-09Testsuite: avoid time-quantization issueJeremy Harris
2018-11-09Testsuite: avoid time-quantization issueJeremy Harris
2018-11-08Testsuite: check for conflicting host nameJeremy Harris
2018-11-06Testsuite: rework testcases for DSN RCPT optionsJeremy Harris
2018-11-05Squashed commit of PIPE_CONNECTJeremy Harris
2018-10-30MacOS: TCP Fast OpenJeremy Harris
2018-10-30Testsuite: adjust for 64b-int compatabilityJeremy Harris
2018-10-30Testsuite: more detail in dsearch testcase outputJeremy Harris
2018-10-30Testsuite: ignore TCP Fast Open probe debug outputJeremy Harris
2018-10-30Increase size of variables for check_spool_space and check_log_spaceJeremy Harris
2018-10-27Avoid trying to talk TLS over a known-closed channelJeremy Harris
2018-10-27Testsuite: fix cmdline option for test flavourJeremy Harris
2018-10-27Testsuite: resulting output changes.Jeremy Harris
Broken-by: fd3cf78930
2018-10-26testsuite: diet for aux-fixed/3000.plHeiko Schlittermann (HS12-RIPE)
2018-10-26Testsuite: variances for OpenSSL 1.1.1Jeremy Harris
2018-10-23Build: probe for broken poll() timing implementationJeremy Harris
2018-10-21Testsuite: fix debug stream munging for non-autocreate DBM variants, and for ↵Jeremy Harris
no TFO support
2018-10-21MacOS: fix spurious "child process failure"Jeremy Harris
2018-10-21Debug: provide for SIGALRM trackingJeremy Harris
2018-10-21Ensure unique message-id even for rejected messagesJeremy Harris
2018-10-17Testsuite: force non-TLSv1.3 for (OpenSSL) cert-variable testJeremy 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.