summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2017-05-30Testsuite: stabilize output sequence for case 0906Jeremy Harris
2017-05-30Malware: make "sock" cmdline default usable. Bug 2111Jeremy Harris
2017-05-21Debug: more info during server-side authenticationJeremy Harris
2017-05-19TLS: PIPELINING under OpenSSLJeremy Harris
2017-05-17Testsuite: delays in 2x3[567]Jeremy Harris
2017-05-17Testsuite: add delays for predictable log sequencing in 2x36, log-sorting ↵Jeremy Harris
for 2x38
2017-05-17TLS: do decent PIPELINING under TLS, at least with GnuTLSJeremy Harris
I've not found an equivalent in OpenSSL of gnutls_record_cork() nor gnutls_record_check_pending() yet.
2017-05-14Revert "DANE: do not trust a non-dnssec NXDOMAIN return for the TLSA lookup"Jeremy Harris
This reverts commit 5d6bdf01a921a88030e9baec7ba5f238da90e979.
2017-05-07Testsuite: add DANE cases for DNS secure no-TLSA lookupsJeremy Harris
2017-05-07Testsuite: add DANE testcase for TLSA lookup SERVFAILJeremy Harris
2017-05-07DANE: do not trust a non-dnssec NXDOMAIN return for the TLSA lookupJeremy Harris
2017-05-07Testsuite: fix fakens to not claim that an unsupported NXDOMAIN is dnssec-ADJeremy Harris
2017-05-06Teach SMTP input sync check ("input sent too soon") about SMTP input bufferingJeremy Harris
2017-05-04testsuite: tidyingJeremy Harris
2017-05-01testsuite output changesJeremy Harris
2017-05-01testsuite: tidyingJeremy Harris
2017-04-30Fix continue_more on TLS connection. Bug 2104Jeremy Harris
2017-04-28Support wire-format spoolfilesJeremy Harris
2017-04-26Tweak debug outputJeremy Harris
2017-04-23DKIM: avoid use of temporary file for signingJeremy Harris
2017-04-06Callout/hold: ensure TLS-proxy process is not waited for as a transport processJeremy Harris
2017-03-22tidyingJeremy Harris
2017-03-21Callouts: a "hold" option for receipient-verify, which keeps the connection ↵Jeremy Harris
open both for further recipients and for eventual delivery.
2017-03-21Logging: make cipher info available for continued-TLS connection deliveriesJeremy Harris
2017-03-18Testsuite: allow --range <number> +Heiko Schlittermann (HS12-RIPE)
Now `runtest <number> +` and `runtest --range <number> +` do the same.
2017-03-18Testsuite: fixup testsuite test about flavoursHeiko Schlittermann (HS12-RIPE)
Support for flavours isn't dropped, but currently we do not have flavour specific files.
2017-03-18Expansions: check numeric values of IPv4 address componentsJeremy Harris
2017-03-15Logging: mark continued-TLS connection deliveries with "X-*"Jeremy Harris
2017-03-12Testsuite: add --test and --range optionsHeiko Schlittermann (HS12-RIPE)
2017-03-12Testsuite: Getopt::Long, --help, --man for runtestHeiko Schlittermann (HS12-RIPE)
2017-03-12Malware: new connection type "f-prot6d" for FPSCAND protocol over TCPAndrew Colin Kissa
2017-03-11Testsuite: remove debug "ps" output from 0420Heiko Schlittermann (HS12-RIPE)
2017-03-09Debug: Use UTF-8 linedrawing, for indent partial-markersJeremy Harris
2017-03-08Shorten long daemon-startup log linesJeremy Harris
2017-03-07Delivery: contined-connection maintaining TLSJeremy Harris
2017-03-04Debug: Use UTF-8 linedrawing rather than ASCII lineart for grouping ↵Jeremy Harris
expansion tracing messages
2017-03-04Testsuite: sys_errlist[] not supported on all platformsJeremy Harris
2017-03-04Testsuite: do not wait forever for exim daemon to start upJeremy Harris
2017-02-27Testsuite: tidyingHeiko Schlittermann (HS12-RIPE)
2017-02-27Testsuite: Fix more end-of-input markers (****)Heiko Schlittermann (HS12-RIPE)
These wrong markers didn't have any impact.
2017-02-27Testsuite: reduce trailing 0372 subtest to queue-onlyJeremy Harris
Suboptimal, but sufficient to regression-test the reason it was added (a live acl_m_ variable being store_reset over, after reception (and ACLs) and then referenced later. The problem was, child procs of the daemon were still running as the following 0373 started up, and left unexpected output files there.
2017-02-26Testsuite: Terminate the client input properlyHeiko Schlittermann (HS12-RIPE)
2017-02-26Testsuite: Add EXIM_TEST_NUMBER to the environmentHeiko Schlittermann (HS12-RIPE)
2017-02-26Add option to control use of shutdown by ${readsocket }. Bug 400Jeremy Harris
2017-02-26Testsuite: in force-continue mode, always dump any unexpected paniclog filesJeremy Harris
2017-02-26Testsuite: regression test for Bug 2061Jeremy Harris
2017-02-25Testsuite: set cmdline before running testcase not afterJeremy Harris
2017-02-25DKIM: rework error logging to pass strings back to caller for logging. Bug 966Jeremy Harris
2017-02-25Testsuite: add file-inclusion facility to "client" scriptsJeremy Harris
2017-02-25Memory Management: new main-section config option "debug_store" to control ↵Jeremy Harris
extra internal checking (cherry picked from commit 10919584f8ad580434442c7d971083f91c315bc0) Signed-off-by: Phil Pennock <pdp@exim.org>