summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-19EXPERIMENTAL_DSN: use the SMTP return messsage for Diagnostic-Code lines. ↵Wolfgang Breyha
Bug 1559 Minor tweaking by JH.
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-09Docs clarificationJeremy Harris
2014-12-05Docs typoJeremy Harris
2014-12-04Fail a DANE-mode verify on totally missing certificateJeremy Harris
2014-12-04Docs: clarify interaction of DANE and CA-based certificate verification optionsJeremy Harris
2014-12-03Testsuite: add more DANE testcasesJeremy Harris
2014-12-01Set previous version in doc XMLexim-4_85_RC2Todd Lyons
2014-11-30Docs: update drweb malware scanner interface descriptionJeremy Harris
2014-11-29Compiler quietening. Bug 1555Jeremy Harris
2014-11-29Document interface to f-protd av_scanner type. Bug 923Jeremy Harris
2014-11-29Testsuite: treat ECONNRESET the same as ECONNREFUSED on the new connectionJeremy Harris
2014-11-29Testsuite: fix feature nameJeremy Harris
2014-11-29Compiler quieteningJeremy Harris
2014-11-28Git: ignore a few more nonsource filesJeremy 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-27Fix buffer overrun in spam= acl condition. Bug 1552Jeremy Harris
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-25Error the build if DANE included but DNSSEC not availableJeremy Harris
2014-11-25Docs typo in index entry. Fixes: #1551Nigel Metheringham
2014-11-23Document OpenSSL behaviour on system default CA bundleJeremy Harris
2014-11-22Docs: fix missing quotesJeremy Harris
2014-11-21Docs: crossref $sending_ip_address. Bug 1319Jeremy Harris
2014-11-21Testsuite: case 0601 logging orderingJeremy Harris
2014-11-21Update RFC conformance notesJeremy Harris
2014-11-21Testsuite: debugging Solaris run ordering issue. Log +received_recipientsJeremy Harris
2014-11-20When following a CNAME chain, if any lookup is insecure the whole must be tooJeremy Harris
2014-11-20Const-ificationJeremy Harris
2014-11-20Const-ificationJeremy Harris
2014-11-20Fix copying of host_used in smtp transportJeremy Harris
Following c562f "More regular logging use of H=<name> [<ip>]" there were error cases where a host-item that was being expanded per-call was used. Move the copy earlier so these are covered.
2014-11-18Testsuite: msglog filesJeremy Harris
2014-11-18Compiler quieteningJeremy Harris
2014-11-16Fix debug output of name of transport option list being matchedJeremy Harris
2014-11-16Test case for retry_include_ip_addressJeremy Harris
2014-11-16docs typoJeremy Harris
2014-11-13Add items to NewStuffexim-4_85_RC1Todd Lyons
2014-11-13ChangeLog entries for minor feates and fixes since 4.84Jeremy Harris
2014-11-12Move DANE desgin doc, drop extra dane draftsTodd Lyons
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-05Do not permit multi-component wildcards on certificate names (OpenSSL, ↵Jeremy Harris
EXPERIMENTAL_CERTNAMES)