summaryrefslogtreecommitdiff
path: root/test/stderr/2013
AgeCommit message (Collapse)Author
2021-01-21Testsuite: TLS client testcase consolidationJeremy Harris
2020-08-27Fix non-DANE buildJeremy Harris
2020-08-26DANE: Fix 2 messages from queue caseJeremy Harris
2020-03-30Testsuite: ignore all fork-time debugJeremy Harris
2020-03-28Testsuite: output changes resultingJeremy Harris
Broken-by: 836c3e4102
2020-03-28Testsuite: ignore fakens fork debug line, avoiding ipv6-support differencesJeremy Harris
2020-03-22exit-time debugJeremy Harris
2020-03-22debug tidyingJeremy Harris
2020-03-22pass through execJeremy Harris
2020-03-20consistent fork-time debugJeremy Harris
Testcase issues: 0366 2035
2020-03-12Debug: _exit() process-terminationJeremy Harris
2019-07-20Debug: indent lowlevel connect resultJeremy Harris
2019-05-19Change the default for hosts_noproxy_tls to unset, enabling continued-TLS ↵Jeremy Harris
deliveries as default
2019-04-24Debug: output priv-gid dropJeremy Harris
2019-02-11Testsuite: munge GnuTLS and OpenSSL ciphersuite strings to be more similarJeremy Harris
(cherry picked from commit 25d5d9f98ebb30acc8b269c6594f4bc1e1abe654)
2018-11-05Squashed commit of PIPE_CONNECTJeremy Harris
2017-11-07TLS: support multiple certificate files in server. Bug 2092Jeremy Harris
2017-10-20Testsuite: make debug output for proxied TLS less indeterminateJeremy Harris
2017-10-20Debug: output type of process as it terminatesJeremy Harris
2017-06-11On a continued-transport delivery, do not check the hostlist for mismatch in theJeremy Harris
transport dispatch level when the transport does hosts-override. Instead do the full trasport process call and let it decide on compatibility with the connection.
2017-03-21Logging: make cipher info available for continued-TLS connection deliveriesJeremy Harris
2017-03-15Logging: mark continued-TLS connection deliveries with "X-*"Jeremy Harris
2017-03-07Delivery: contined-connection maintaining TLSJeremy Harris
2016-09-28Drain socket to get clean TCP FINsJeremy Harris
2016-08-08Testsuite: accept debug & testscript output sizes varying with testhost nameJeremy Harris
2016-08-07CHUNKING: fix transmit with long headersJeremy Harris
When the buffer used for SMTP commands and message headers filled to flush point, protocol sequencing was wrong.
2016-04-08Testsuite: 0322 (pipelining errors) avoid triggering SIGPIPEJeremy Harris
This was timing-dependent; if the exim closed the connection before the script wrote to it _after_ triggerring an error, EPIPE/SIGPIPE. Unexplained as yet: why runtest (perl) saw this as a 141 server returncode (NB: 141-128 = 13 = SIGPIPE, the shell behaviour) when "perldoc -v '$?'" (which runtest is coded to) says that a signum should be in the top nibble of 16b.
2015-01-12Log certificate verification status by defaultJeremy Harris
2012-12-23Update testsuite (gnutls) outputs to match 6822b9.Jeremy Harris
2012-05-20Testsuite: munge recorded TLS version &c in output to permit awkward ↵Jeremy Harris
test-host installations.
2012-05-17fix tls_cipher memory lifetime.Phil Pennock
Some tests had not been updated for the new cert because they were missing an X= log-line. Updated those tests now.
2012-05-07Testsuite: updates for 8bitmime-as-default.Jeremy Harris
2012-05-01Update testsuite output files for GnuTLS version update and fixes.Jeremy Harris
2007-01-30Magnus' patch for $sending_ip_address and $sending_port.Philip Hazel