summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-12Testsuite: case for malware= avastJeremy Harris
2015-01-12Apply timeout to Fsecure malware response. Bug 1549Jeremy Harris
2015-01-12 Add support for avast malware scanner. Bug 1033Jeremy Harris
Originally by Dominic Benson <dominic@lenny.cus.org> Rebased for current malware.c by JGH. Testing by Heiko Schlittermann <hs@schlittermann.de>
2015-01-12Propagate more error codes internallyJeremy 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-12Close dangling file. Bug 1379Jeremy Harris
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-12Code tidyingJeremy Harris
2015-01-12Fix buffer overrun in spam= acl condition. Bug 1552Jeremy Harris
2015-01-12Code tidyingJeremy Harris
2015-01-12Reformat to project standardJeremy Harris
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-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