summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2021-05-12Named Queues: fix immediate-delivery. Bug 2743Jeremy Harris
2021-05-11TLS DANE to multiple recipients w/ different DNSSec statusHeiko Schlittermann (HS12-RIPE)
2021-05-11Fix DANE + SNI handling (Bug 2265)Heiko Schlittermann (HS12-RIPE)
Broken in d8e99d6047e709b35eabb1395c2046100d1a1dda Thanks to JGH and Wolfgang Breyha for contributions. (cherry picked from commit e8ac8be0a3d56ba0a189fb970c339ac6e84769be)
2021-05-08DNS: Better handling of SOA when negative-caching lookupsJeremy Harris
2021-05-05wipJeremy Harris
2021-05-04Fix ${ipv6norm:}Jeremy Harris
2021-04-25Testsuite: tidyingJeremy Harris
2021-04-18Experimental: ESMTP LIMITS extensionJeremy Harris
2021-04-18Testsuite: output changes arisingJeremy Harris
Somewhere recently (possibly 3f06b9b4c7) we stopped overwriting errno; the "Permission denied" seen now in 4520 for the ${bogus} expansion is as expected.
2021-04-16Log queue_time and queue_time_overall exclusive of receive time. Bug 2672Jeremy Harris
2021-04-14 taint: allow appendfile create_file option to specify a de-tainting safe ↵Jeremy Harris
path
2021-04-10Logging: better tracking of continued-connection useJeremy Harris
2021-04-07Pass proxy addresses/ports to continued trasnports. Bug 2710Jeremy Harris
2021-04-03testsuite: fix runtest (File::Copy used in another place)Heiko Schlittermann (HS12-RIPE)
2021-04-01testsuite: provide cp() if File::Copy is too old.Heiko Schlittermann (HS12-RIPE)
2021-03-31testsuite: use File::Copy "cp" to copy the permissions (x-bit)Heiko Schlittermann (HS12-RIPE)
2021-03-28testsuite: add --fail-any option to runtestHeiko Schlittermann (HS12-RIPE)
This option makes runtest's exit status !0 on any failure in any test. (Useful in -c mode and git-bisect)
2021-03-27testsuite: make runtest exit(!0) on failure in continue modeHeiko Schlittermann (HS12-RIPE)
This makes it possible to use `runtest -c <xx>` for `git bisect run …`
2021-03-27testsuite: tidy runtestHeiko Schlittermann (HS12-RIPE)
2021-03-19testsuite output changes resultingJeremy Harris
Broken-by: 649c209e19
2021-03-17testsuite output changes resultingJeremy Harris
Broken-by: 649c209e19
2021-03-16Pipeline QUIT after dataJeremy Harris
2021-03-16Debug: tag client SMTP output with buffering qualifierJeremy Harris
2021-03-15Fix error messages in dbfn_openHeiko Schlittermann (HS12-RIPE)
2021-03-07wipJeremy Harris
2021-02-22Testsuite: fix error message. Bug 2700Jasen Betts
2021-02-13Testsuite: when generating a bounce message, allow time for exec to run ↵Jeremy Harris
before before feeding the message This is to keep debug output in similar order on different platforms
2021-02-13wipJeremy Harris
2021-02-08Testsuite: expand testcase. Bug 2693Simon Arlott
2021-02-07Testsuite: missing fileJeremy Harris
Broken-by: d6870e76cf
2021-02-06Fix handling of server which follows a RCPT 452 with a 250. Bug 26092Jeremy Harris
2021-02-06Fix daemon-SIGHUP on FreeBSDJeremy Harris
2021-02-02Testsuite: fix testcase for SPF empty-mailfrom-use-helo. Bug 467Jeremy Harris
2021-01-29Lookups: fix $local_part_data for a match on a filename list element. Bug 2691Jeremy Harris
2021-01-25AUTH: avoid logging creds on ACL denialJeremy Harris
2021-01-22Fix getting non-TLS QUIT in FIN segmentJeremy Harris
Linux was behaving oddly with the TCP_CORK method, and using MSG_MORE is one fewer syscall.
2021-01-22TLS: on Linux when sockopt TCP_FASTOPEN_CONNECT is available, use TFO for ↵Jeremy Harris
TLS-on-connect client connections
2021-01-21 Avoid bare TCP ACKs during TLS-on-connect startup.Jeremy Harris
We can't get the QUICKACK turned off on the accepted socket fast enough to stop the ACK for the ClientHello - but we get the rest, under OpenSSL.
2021-01-21Testsuite: TLS server testcase consolidationJeremy Harris
2021-01-21Testsuite: shufflingJeremy Harris
2021-01-21Testsuite: TLS client testcase consolidationJeremy Harris
2021-01-19Testsuite: case for TLS client tls-on-connectJeremy Harris
2021-01-17Testsuite: testcase for ClamAV over TCPJeremy Harris
2020-12-31TFO: better observability (slightly) on FreeBSDJeremy Harris
2020-12-28Logging: make placement of continued-delivery asterisk consistentJeremy Harris
2020-12-24Fix ${listextract } from a tainted listJeremy Harris
2020-12-20Fix local delivery delay when combined with remote callout/hold. Bug 2599Jeremy Harris
2020-12-17Remove the X_ prefix from the PIPE_CONNECT SMTP service extension keyword.Jeremy Harris
2020-12-16Fix matching of long addresses. Bug 2677Jeremy Harris
2020-11-19Logging: add I= element to transport-defer lines. Bug 2675Jeremy Harris