summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-03-07DANE: add dane:fail eventJeremy Harris
2018-03-06Testsuite: GnuTLS version of DANE/events testcaseJeremy Harris
Followon from: c0635b6dfe
2018-03-06Test suite case for redis cluster MOVED responseGraeme Fowler
2018-03-04Testsuite: make 4560 more testhost-name independentJeremy Harris
2018-03-03Testsuite: for DKIM sha512 verify, use a test signed mail produced by EximJeremy Harris
This is a temporary measure until Mail::DKIM::Signer can handle rsa-sha512 - it gives us the internal consistency check but not we would like the independent confirmation of correctness
2018-03-03Testsuite: for DKIM signing, store resulting mail for comparisonJeremy Harris
2018-03-03ARC initial implementation. Experimental. Bug 2162Jeremy Harris
2018-02-26Testsuite: ensure logging path is setJeremy Harris
2018-02-25Auths: for A-R header, and SMTP auth, note the public-name not the ↵Jeremy Harris
authenticator name Also, for TLS auth use a custom propspec
2018-02-24I18N: Fix utf8_downconvert propagation through a redirect routerJeremy Harris
2018-02-22Testsuite: output changes in SPF testcaseJeremy Harris
2018-02-18Expansions: make ${authresults } usable in a named ACLJeremy Harris
This will be more common than directly in the acl_smtp_data option, and suffers one less expansion in operation.
2018-02-18Expansions: new ${authresults {mch}} for an Authentication-Results headerJeremy Harris
2018-02-17Testsuite: munge for no-DKIM buildsJeremy Harris
2018-02-15DANE: move to mainlineJeremy Harris
2018-02-12Debug: more detail in dkim processingJeremy Harris
2018-02-10Testsuite: move DKIM Ed25519 testcases to seperate feature-test groupJeremy Harris
2018-02-10Testsuite: move sha3 tests to separate testcaseJeremy Harris
2018-02-08Fix conversation closedown with the Avast malware scanner. Bug 2113Jeremy Harris
2018-02-07Testsuite: ignore more SSL library output variancesJeremy Harris
2018-02-06DKIM: Ed25519 signatures (GnuTLS 3.6.0 and later)Jeremy Harris
2018-02-02String expansions: support sha3 under OpenSSL (1.1.1+)Jeremy Harris
2018-01-28Routing: dnslookup and manualroute routers: ipv4_only, ipv4_prefer options. ↵Jeremy Harris
Bug 2149
2018-01-28Debugging: fix potential null-derefs in DSN debug_printfsJeremy Harris
2018-01-27Testsuite: locate.pl: do not try folders we do not have permissions forHeiko Schlittermann (HS12-RIPE)
2018-01-26Cutthrough: fix for port-number defined by router. Bug 2229Jeremy Harris
2018-01-25Cutthrough: fix multi-message initiating connections. Bug 2230Jeremy Harris
2018-01-19Testsuite: munge output for platform variances in postgres server binary ↵Jeremy Harris
location
2018-01-18Testsuite: Try harder to locate the toolsHeiko Schlittermann (HS12-RIPE)
2018-01-18Testsuite: Use cp+chmod instead of installHeiko Schlittermann (HS12-RIPE)
On Solaris, install doesn't seem to behave as expected. (Or, it has different installs and we call the wrong one)
2018-01-18Testsuite: Use more force to find postgresql binariesHeiko Schlittermann (HS12-RIPE)
2018-01-17Testsuite: interlock Postgres server startupJeremy Harris
2018-01-17DB: show the Berkeley DB runtime library version, for "-d -bV"Jeremy Harris
2018-01-16Testsuite: MySQL portabilityJeremy Harris
Community-mysql has no mysqld-safe script, and mysqld has varying locations.
2018-01-16Logging: Receive duration on <= lines. Bug 353Jeremy Harris
2018-01-16Testsuite: MySQL portabilityJeremy Harris
Pre-version-10.1.3 MariaDB has no "IF NOT EXISTS" on "CREATE USER"
2018-01-14Testsuite: MySQL portabilityJeremy Harris
2018-01-14Testsuite: wait for MySQL DB startup before inserting dataJeremy Harris
2018-01-13Lookups: fix mysql lookup returns for no-data "queries",Jeremy Harris
when the number of rows affected is returned. Bug 2223 Broken-by: acec9514b1 Also enhance the testsuite mysql testcase to be standalone and move to standard-run set and add a specific testcase for this bug. Testcase working on Fedora at least - we'll see what happens on other platforms where executable locaation may vary.
2018-01-07DKIM: permit dkim_private_key to override dkim_strict on signing. Bug 2220Jeremy Harris
2018-01-06Logging: disable the verbose DKIM verification line by default; add a tag to ↵Jeremy Harris
<= lines. New log_selector controls "dkim" and "dkim_verbose".
2018-01-05SPF: promote from Experimental to mainline statusJeremy Harris
2018-01-03tidyingJeremy Harris
2018-01-03Testsuite: Better platform portability by searching for Postgres server ↵Jeremy Harris
binaries
2018-01-02Testsuite: SPF testcases. Bug 1789Jeremy Harris
2018-01-01Feature macros, show-supported and build-time selection for malware interfacesJeremy Harris
2018-01-01tidyingJeremy Harris
2017-12-30MIME ACL: fix SMTP response for non-accept result of the ACL. Bug 2214.Jeremy Harris
As far as I can see this was broken back in 2013, f4c1088 for 4.82
2017-12-29Fix crash associated with dnsdb lookup done from DKIM ACL. Bug 2215Jeremy Harris
Broken-by: cc55f4208e
2017-12-28Debug: enhance output from smtp transport entryJeremy Harris