summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2019-01-08JSON lookupJeremy Harris
2019-01-05EXTERNAL authenticatorJeremy Harris
2019-01-05Authenticators: refactor SASL support codeJeremy Harris
2018-12-29OpenSSSL: support write-with-more-intent in clientJeremy Harris
2018-12-16Log failures to extract envelope addresses from message headers. Bug 2351Jeremy Harris
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.
2018-10-14tidyingJeremy Harris
2018-10-14Testsuite: client script faciility for handling optional reponsesJeremy Harris
Use this to deal with fallout from TLS negotiation failure, where the server sees leftover encrypted data as garbage commands.
2018-10-13Testsuite: tidyingJeremy Harris
2018-10-12Increase buffer size used for DNS responses. Bug 2329Jeremy Harris
2018-10-12Rename smtp.client-ip to smtp.remote-ipPhil Pennock
This tracks changes in the ARC draft. The Received-SPF headers remain unchanged.
2018-10-06Testsuite: more TLSv1.3 handlingJeremy Harris
2018-10-02Debug: noutf8 selector. Bug 2324Jeremy Harris
2018-09-30Testsuite: enhance json extract testsJeremy Harris
2018-09-30Expansions: extract methods for JSON objects and arrays. Bug 2282Jeremy Harris