summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2015-01-13Make smtp_receive_timeout main option expanded. Bug 564Jeremy Harris
2015-01-13Add cmdline option to append a log message. Bug 418Jeremy Harris
2015-01-12Testsuite: fix leftover in mime testingJeremy Harris
2015-01-12Support timeout option on malware=Jeremy Harris
2015-01-12Testsuite: case for malware= avastJeremy Harris
2015-01-12DSN: use the SMTP return messsage for Diagnostic-Code lines. Bug 1559Wolfgang Breyha
Minor tweaking by JH.
2015-01-12Testsuite: random number used for DSN MIME boundary can have few digitsJeremy Harris
2015-01-12Move DSN support to mainlineJeremy Harris
Affects bug 893
2015-01-12Emphasize whitespace in hostnames in debug outputJeremy Harris
2015-01-12Disable identd (rfc1413) lookups by defaultJeremy Harris
2015-01-12New variable $exim_version. Bug 306Jeremy Harris
2015-01-12New variable $config_dir, $config_file. Bug 1553Heiko Schlittermann
2015-01-12Log certificate verification status by defaultJeremy Harris
2015-01-12Make smtp transport try server cert verify by defaultJeremy Harris
This is an exim client checking a server certificate.
2015-01-12Move certificate name checking to mainline, default enabledJeremy Harris
This is an exim client checking a server certificate.
2015-01-12Make the multi_domain smtp transport option expandedJeremy Harris
2015-01-12Make the retry_include_ip_address smtp transport option expanded. Bug 1545Jeremy Harris
2015-01-01Avoid crash with badly-terminated non-recognised mime parameterJeremy Harris
2014-12-30Fix crash in mime acl when a parameter is unterminatedJeremy Harris
Verified-by: Wolfgang Breyha <wbreyha@gmx.net>
2014-12-27Testsuite: case for malware= cmdlineJeremy Harris
2014-12-25Fix null-indirection in certextract expansionJeremy Harris
Found-by: Roman Rybalko
2014-12-21Testsuite: cases for malware= interfaces to f-protd, aveserver, fsecure, ↵Jeremy Harris
soophie & clamav There are running against scripts not the rea thing so only useful for spotting gross breakage.
2014-12-16Testsuite: move testcase (requires plaintext authenticator)exim-4_85_RC3Jeremy Harris
2014-12-14Testsuite: additional crypto cypher useableJeremy Harris
Seen on Fedora 21 / OpenSSL 1.0.1j-fips
2014-12-14Revert "Testsuite: Use explicit interface for send to localhost"Jeremy Harris
This reverts commit 30079bc1d20c0473d012ef33654358cfadb0a2ff. The buildfarm member running FreeBSD 10.0 was not fixed by that commit, as was hoped.
2014-12-14Account properly for quoted or 2047-encoded MIME parameters while walking ↵Jeremy Harris
headers. Bug 1558
2014-12-13Testsuite: Use explicit interface for send to localhostJeremy Harris
FreeBSD is more lax in its choice of local address to bind; the difference is just noise in testcase output.
2014-12-03Testsuite: add more DANE testcasesJeremy Harris
2014-11-29Testsuite: treat ECONNRESET the same as ECONNREFUSED on the new connectionJeremy Harris
2014-11-29Testsuite: fix feature nameJeremy Harris
2014-11-28Testsuite: avoid ipv6 when testing retry dataJeremy Harris
Some test hosts cannot do ipv6. We assume that ipv4 is available.
2014-11-26Testsuite: sort output of retry DB dumpsJeremy Harris
Different systems will have dump output in different order so to tidy up the Solaris runs, sort pairs of lines by the leading "word".
2014-11-25Testsuite: "echo -n" portability - use printf(1) if possibleJeremy Harris
2014-11-21Testsuite: case 0601 logging orderingJeremy Harris
2014-11-21Testsuite: debugging Solaris run ordering issue. Log +received_recipientsJeremy Harris
2014-11-18Testsuite: msglog filesJeremy Harris
2014-11-16Test case for retry_include_ip_addressJeremy Harris
2014-11-12Testsuite: munge for unrelated test affected by EXPERIMENTAL_CERTNAMESJeremy Harris
2014-11-12Testsuite: 0393 intermittently spits an extra stderr line. UnimportantJeremy Harris
for the testcase, so ignore it.
2014-11-11Handle UTC vs specified-timezone for certificate extractors. Bug 1541Jeremy Harris
2014-11-08Testsuite: additional dns zone for certificate name testingJeremy Harris
2014-11-08Fix smtp transport certificate-verification option matching to use correct hostJeremy Harris
Fix certificate name verification done with tls_try_verify_hosts Affected tls_verify_hosts, tls_try_verify_hosts, tls_verify_cert_hostnames.
2014-11-06EXPERIMENTAL_CERTNAMES: Hostlist for cert name checks should match hostJeremy Harris
connected-to, not be list of acceptable names. The name checked is the host name.
2014-11-03Testsuite: tidyingJeremy Harris
2014-11-01Testsuite: tidyingJeremy Harris
2014-10-30Test suite: disable OCSP for old openssl part 3Jeremy Harris
2014-10-29Test suite: disable OCSP for old openssl part 2Todd Lyons
Make sure to only disable this if building for openssl, allow gnutls to build with OCSP for all versions that support it.
2014-10-29Test suite: disable OCSP for old OpenSSL versionsTodd Lyons
OpenSSL 0.9.8 in CentOS 5.x has early OCSP support, but not stapling so just completely disable OCSP using the same logic that exists in tls-openssl.c.
2014-10-29Testsuite: compiler quieteningJeremy Harris
2014-10-29Testsuite: tidyingJeremy Harris