summaryrefslogtreecommitdiff
path: root/test/stderr/2113
AgeCommit message (Collapse)Author
2017-06-11In tls-proxy process take case to close unused pipe ends, select also for ↵Jeremy Harris
exception conditions on data fds
2017-06-11Testsuite: testcase for continued-delivery with transport hosts_overrideJeremy Harris
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-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-07-06Make +smtp_confirmation be a default logging option.Todd Lyons
2012-05-18Test suite fixes, mostly for new certs.Phil Pennock
New cert1 and cert2 but I'd only updated the GnuTLS tests. This fixes OpenSSL ones too. The SHELL vs /bin/sh one also fixed, finally realised that the test output just hadn't been updated to match the munging.
2012-05-07Testsuite: updates for 8bitmime-as-default.Jeremy Harris
2007-01-30Magnus' patch for $sending_ip_address and $sending_port.Philip Hazel