summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-12Make "system" location for certificate CA bundle the defaultJeremy Harris
2015-01-12Support use of system default CA bundleJeremy Harris
2015-01-12Move certificate name checking to mainline, default enabledJeremy Harris
This is an exim client checking a server certificate.
2015-01-12As client, request PRDR by default if the server offers itJeremy Harris
2015-01-12Update RFC conformance notesJeremy Harris
2015-01-12Refactor common uses of list-checkingJeremy Harris
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-12Clean docs for next releaseJeremy Harris
2015-01-05Docs: move description of modifiers on dnsdb lookups to a separate sectionexim-4_85Jeremy Harris
2015-01-04Docs: expand/reword entry on cutthrough delivery optionJeremy 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-30Update ChangeLogexim-4_85_RC4Jeremy Harris
2014-12-27Testsuite: case for malware= cmdlineJeremy Harris
2014-12-25Fix null-indirection in certextract expansionJeremy Harris
Found-by: Roman Rybalko
2014-12-24Docs thinkoJeremy Harris
2014-12-23Use TIME_T_FMT for formatting tv_sec. Bug 1561Jeremy Harris
2014-12-22Bug 1547: Omit RFCs from release tarball docs dirTodd Lyons
RFC Drafts and RFCs have licenses which are problematic for Debian distribution. Omit them from the release tarball.
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-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