summaryrefslogtreecommitdiff
path: root/test/stdout
AgeCommit message (Collapse)Author
2020-02-29Testsuite: ignore differentce in libgsasl versionJeremy Harris
2020-02-26Testsuite: Move 2040 to 1101 (hanging pipelining connections)Heiko Schlittermann (HS12-RIPE)
While this was a bug using GnuTLS, the test is rather generic and the expected behaviour does not depend on the TLS implementation.
2020-02-21Allow for platforms not support abstract naming for Unix socketsJeremy Harris
2020-02-18Testsuite: add test for hanging callout connectionsHeiko Schlittermann (HS12-RIPE)
Fixed in bd95ffc2ba87fbd3c752df17bc8fd9c01586d45a
2020-01-26ACL: control = queue/first_pass_routeJeremy Harris
2020-01-24Testsuite: change port used for identd testJeremy Harris
2020-01-20Support "hide" on named-list definition linesJeremy Harris
2020-01-15gsasl authenticator: support crypted secrets, server sideJeremy Harris
2020-01-11redirect router: taint-enforce filenamesJeremy Harris
2020-01-11appendfile: taint-enforce file & directory optionsJeremy Harris
testsuite: bless facility
2020-01-07SPF: fix result for case of only non-spf TXT RRs. Bug 2499Wolfgang Breyha
2020-01-02SPF: handle DNS NO_DATA return. Bug 2499Wolfgang Breyha
2019-12-28SPF: fix handling mix of spf and other txt records. Bug 2499Wolfgang Breyha
2019-12-27SPF: support uppercase in v=spf1, permerror-on-multiple-RRs. Bug 2499Jeremy Harris
2019-12-24Testsuite outputJeremy Harris
Broken-by: 98eb959291
2019-12-22PIPELINING: break and check for 452 every hundred RCPTsJeremy Harris
2019-12-16Testsuite: avoid using STARTTLS in a non-TLS testcaseJeremy Harris
2019-12-15Testsuite: avoid one fixed UIDJeremy Harris
This gets us out of a hole on one test system which had UID 1234 in use; it is not a full fix as we also (try to) use 5768.
2019-12-15Testsuite: output changes resultingJeremy Harris
Broken-by: 78598e6a6a
2019-12-11Testsuite: care vs. platform differences in ordering multi-rcpt deliveryJeremy Harris
2019-12-08Merge branch '4.next'Jeremy Harris
2019-12-08Testsuite: explicitly disable TFO in transportsJeremy Harris
2019-12-05Testsuite: munge for platform errno value variances (Hurd)Jeremy Harris
2019-12-01Testsuite: document testcase issue on FreeBSDJeremy Harris
2019-11-29Testsuite: strip trailing space at -bt outputHeiko Schlittermann (HS12-RIPE)
Depending on the length of the ip address, Exim adds spaces to -bt output, to make all lines the same length (why? Maybe to add port= or mx= later in a nicely aligned manner) compare: host 127.0.0.1 [127.0.0.1] host 10.0.0.1 [10.0.0.1]- vs: host 127.0.0.1 [127.0.0.1]-- host 169.16.16.16 [169.16.16.10]
2019-11-09Remove the daemon pid file when exit is due to SIGTERM. Bug 340Jeremy Harris
2019-10-25Output newline after list of message IDs output by "-Mxxx" operationsJeremy Harris
2019-10-25Support moving messages across named queues. Bug 2456Jeremy Harris
2019-10-19CHUNKING: fix all-RCPTs-rejected, non-pipelined. Bug 2454Jeremy Harris
2019-10-18Testsuite: output changes resultingJeremy Harris
Broken-by: ab0e957b09
2019-10-15Testsuite: output changes resultingJeremy Harris
Broken-by: 2e5d9e711e
2019-10-02DSN: add References: header. Bug 2452Jeremy Harris
2019-09-28Testsuite: src/client.c: handle long lines read back from the serverHeiko Schlittermann (HS12-RIPE)
Increase the buffer for reading data back from the server, and read at least until a '\n' appears in the input.
2019-09-27Testsuite: regression-test for bug. Bug 2449Jeremy Harris
2019-09-26Testsuite: output changes resultingJeremy Harris
Broken-by: e326959e5e
2019-09-20GnuTLS: Move to more-modern stapling APIJeremy Harris
2019-09-10Move the regression test for CVE-2019-15846 to 1100-Basic-TLS/1100Heiko Schlittermann (HS12-RIPE)
2019-09-08string.c: do not interpret '\\' before '\0' (CVE-2019-15846)Heiko Schlittermann (HS12-RIPE)
Add documents about CVE-2019-15846 Add testcase for CVE-2019-15846 Update Changelog Add Announcements (cherry picked from commit 2600301ba6dbac5c9d640c87007a07ee6dcea1f4, 6693563381 and cdc7f9a966)
2019-09-05Testsuite: drop test.ex domain neg-cache ttl to 3000Jeremy Harris
2019-09-05Support TTL from SOA for NXDOMAIN & NODATA cache entries for dnslists. Bug 1395Jeremy Harris
2019-09-01Support TTL from SOA for NXDOMAIN & NODATA cache entries. Bug 1395Jeremy Harris
2019-08-29Testcase for handling of -H files for excessive long '-KEY' linesHeiko Schlittermann (HS12-RIPE)
Thanks to Qualys for their analysis. This bug was fixed independently by JGH. Tidy.
2019-08-27Fix ${domain:} for a bare local-part input. Bug 2375Jeremy Harris
Broken-by: e2ff8e24f4
2019-08-13SPF: use exim facilities for DNS lookupsJeremy Harris
This enables testing with the testsuite
2019-08-10Routers: make retry_use_local_part default true when any non-domain ↵Jeremy Harris
condition is present. Bug 2408
2019-08-03Callouts: filter smtp response for bad chars before using in our smtp ↵Jeremy Harris
response. Bug 2409
2019-07-25Track tainted data and refuse to expand itJeremy Harris
2019-07-20Testsuite: synch log outputJeremy Harris
2019-07-09Expansions: acl expansion error detailJeremy Harris
2019-07-08Routers: named variablesJeremy Harris