summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2020-10-09FreeBSD: TLS: preload configuration itemsJeremy Harris
2020-10-08Testsuite: allow 1s timing slop in dumpdb outputJeremy Harris
2020-10-05GnuTLS: when library too old for system CA bundle support, do not default ↵Jeremy Harris
options to using it
2020-10-05Debug output: regularise host lookup tracingJeremy Harris
2020-10-05Add proxy_protocol_timeout main config option.Heiko Schlittermann (HS12-RIPE)
2020-10-05Testsuite: Allow input lines starting with ":<cmd>:", like ":sleep:".Heiko Schlittermann (HS12-RIPE)
This somehow mimics the behaviour of the client tool, but works for *any* input line that is sent to the application. This reverts the unfortunate take abusing the client's special notation '>>> '. Currently implemented: - :eval: - :neol: - :sleep:
2020-10-05Testsuite: README: improve searchability of ">>> ", "??? ", …Heiko Schlittermann (HS12-RIPE)
2020-10-04Testsuite: missing stdout fileJeremy Harris
Testsuite: library version variances Broken-by: 6a9cf7f890
2020-10-04Testsuite: missing log fileJeremy Harris
Broken-by: 6a9cf7f890
2020-10-04Testsuite: TLS system CA dirs vary across platformsJeremy Harris
Broken-by: 6a9cf7f890
2020-10-04Testsuite: Add test for proxy and -bh (Bug 2656)Heiko Schlittermann (HS12-RIPE)
2020-10-04Testsuite: Provide '>>> ' for script input to allow binary data (take 2)Heiko Schlittermann (HS12-RIPE)
This mimics the '>>> ' prefix known for the test client. Any line prefixed with '>>> ' will be processed by Perl's string eval(). As '>>> ' is generic and documented, it replaces the (undocumented) '\NONL\' tag. The client input lines starting with '>>> ' are now changed to '\>>> ' to avoid evaluation by the runtest script. (Test 4030, 1101).
2020-10-04Testsuite: add .editorconfig to keep the trailing spacesHeiko Schlittermann (HS12-RIPE)
2020-10-04TLS: preload configuration itemsJeremy Harris
2020-10-04Testsuite: Use 127.x.x.x for PROXY v2Heiko Schlittermann (HS12-RIPE)
This avoids depencies on DNS timeouts on the host running the testsuite.
2020-10-03Revert "Testsuite: Provide '>>> ' for script input to allow binary data"Heiko Schlittermann (HS12-RIPE)
This reverts commit f7ec095232186edba2b7137594bfdd7d7b7f9504.
2020-10-03Testsuite: Provide '>>> ' for script input to allow binary dataHeiko Schlittermann (HS12-RIPE)
This mimics the '>>> ' prefix for the test client. Any line prefixed with '>>> ' will be processed by Perl's string eval(). As '>>> ' is generic and documented, it replaces the (undocumented) '\NONL\' tag.
2020-09-26OpenSSL: Fix client-side tls_verify_cert_hostnames behaviourJeremy Harris
2020-09-20Testsuite: avoid cipher vs. cert validity problemJeremy Harris
2020-09-06GnuTLS: clear errno before any data i/o op, so error logging does not see ↵Jeremy Harris
stale values
2020-08-31add an internal error code definitionJeremy Harris
2020-08-31Fix non-TLS buildJeremy Harris
2020-08-27Fix non-DANE buildJeremy Harris
2020-08-26DANE: Fix 2 messages from queue caseJeremy Harris
2020-08-23DANE: Fix 2-rcpt message, diff domins case. Bug 2265Jeremy Harris
2020-08-23Debug: minor updatesJeremy Harris
2020-08-20DANE: force SNI to use $domain. Bug 2265Jeremy Harris
Note: this is not a complete fix for the issue
2020-08-14Fix ${readsocket } eol-replacement. Bug 2630Jeremy Harris
2020-08-10dnslists: hardwired return value check. Bug 2631Jeremy Harris
2020-08-09Fix spelling of local_part_data in docs and debug outputJeremy Harris
2020-08-02Testsuite: separate cases for TLS resumption with/out OCSPJeremy Harris
2020-08-02Fix lsearch ret=fullJeremy Harris
2020-08-01SPF: enhance A-R resultJeremy Harris
2020-08-01Testsuite: add EAI local-part testcaseJeremy Harris
2020-07-10Command-line option for no notifier socket. Bug 2616Jeremy Harris
2020-07-09Fix taint trap in parse_fix_phrase(). Bug 2617Jeremy Harris
2020-07-06Fix DKIM signing to always ;-terminate. Bug 2295Guillaume Outters
2020-07-05Support ret-full on lsearch. Bug 2611Jeremy Harris
2020-06-28Sqlite: fix segfault on bad/missing sqlite_dbfile. Bug 2606Jeremy Harris
2020-06-28Testsuite: output changes resultingJeremy Harris
2020-06-27Testsuite: mungingJeremy Harris
2020-06-25Lookups: Fix "subdir" filter on a dsearch.Jeremy Harris
2020-06-24Handle quoted local_part input to ${srs_encode }. Bug 2607Jeremy Harris
2020-06-22Cutthrough: handle request when a callout-hold is active. Bug 2604Jeremy Harris
2020-06-21Testsuite: the munge for SRS must accept a variable-length timestamp elementJeremy Harris
2020-06-14Taint: fix verify. Bug 2598Jeremy Harris
2020-06-11GnuTLS: more info on accept zero-errorJeremy Harris
2020-06-11TLS: use RFC 6125 rules for certifucate name checks when CNAMES are present. ↵Jeremy Harris
Bug 2594
2020-06-08Testsuite: missing file update for 59eee1bc90Jeremy Harris
2020-06-08Filters: fix "vacation" in Exim filter. Bug 2593Jeremy Harris
Broken-by: cfb9cf20cb (4.90)