summaryrefslogtreecommitdiff
path: root/test/stderr/2013
AgeCommit message (Collapse)Author
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