Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | DB: show the Berkeley DB runtime library version, for "-d -bV" | Jeremy Harris | |
2018-01-16 | Logging: Receive duration on <= lines. Bug 353 | Jeremy Harris | |
2018-01-16 | Fix %D string expansion to not use millisec | Heiko Schlittermann (HS12-RIPE) | |
log_selector +millisec should not change the expansion of %D (used in log_file_path and maybe other places) (cherry picked from commit d2fe8622a815e36bf66b04eb772d5ec0ba8e13af) | |||
2018-01-14 | DKIM: DNS records having no v= tag are acceptable. Bug 2207 | Jeremy Harris | |
Broken-by c73a4d073e | |||
2018-01-13 | Lookups: 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-07 | OpenSSL: fix OCSP stapling under DANE | Jeremy Harris | |
2018-01-07 | OpenSSL: better debug info for OCSP | Jeremy Harris | |
2018-01-07 | DKIM: permit dkim_private_key to override dkim_strict on signing. Bug 2220 | Jeremy Harris | |
2018-01-06 | Logging: 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-05 | SPF: promote from Experimental to mainline status | Jeremy Harris | |
2018-01-03 | tidying | Jeremy Harris | |
2018-01-02 | coding standards | Jeremy Harris | |
2018-01-01 | Content scan: Remove support for the 7-year deprecated ClamAV "STREAM" method | Jeremy Harris | |
2018-01-01 | Content scan: Disable "aveserver", "kavdaemon" and "mksd" in the template ↵ | Jeremy Harris | |
makefile. Bugs 1143, 1594 | |||
2018-01-01 | Feature macros, show-supported and build-time selection for malware interfaces | Jeremy Harris | |
2018-01-01 | refactor show-supported coding | Jeremy Harris | |
2018-01-01 | tidying | Jeremy Harris | |
2017-12-31 | Enable header_syntax verify in the example config | Jeremy Harris | |
2017-12-30 | MIME 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-29 | Fix issue with continued-connections when the DNS shifts unreliably | Jeremy Harris | |
2017-12-29 | Fix crash associated with dnsdb lookup done from DKIM ACL. Bug 2215 | Jeremy Harris | |
Broken-by: cc55f4208e | |||
2017-12-28 | Use common routine for building tagstring for dns-fail cache | Jeremy Harris | |
2017-12-28 | Debug: enhance output from smtp transport entry | Jeremy Harris | |
2017-12-28 | DKIM: tighter checking while parsing signature headers. Bug 2217 | Jeremy Harris | |
2017-12-28 | Check ARGV before subscripting it | Geraint Edwards | |
2017-12-24 | Lookups: fix pgsql multiple-row, single-column return | Jeremy Harris | |
Report & fix from James <list@xdrv.co.uk>; additional tidying and testcase by JGH Broken-by: acec9514b1 | |||
2017-12-23 | Delivery: remove restriction on dirname length on having to create ↵ | Jeremy Harris | |
directories. Bug 2213 | |||
2017-12-22 | DANE/GnuTLS: split verification of mixed sets of TLSA records by usage | Jeremy Harris | |
This is because we cannot do the required CA-anchor and names checks for TA-mode and not for EE-mode, without knowing which usage TLSA was used. | |||
2017-12-22 | Constification | Jeremy Harris | |
2017-12-22 | Fix const issue in nisplus lookup | Jeremy Harris | |
2017-12-22 | Fix build of nisplus lookup | Andreas Piesk | |
2017-12-21 | exim: regularize exim -bI:help output | Josh Soref | |
2017-12-21 | exiwhat: use RM_COMMAND | tv | |
2017-12-20 | DANE/GnuTLS: filter TLSA records for usability | Jeremy Harris | |
2017-12-20 | DANE/GnuTLS: ignore traditional CA anchor validation in DANE-EE mode | Jeremy Harris | |
Not quite right for a mixed TA+EE set of TLSA records, but better than always-enforcing | |||
2017-12-20 | ACL: Disallow '/' characters in queue names specified for "queue=" | Jeremy Harris | |
2017-12-19 | Merge branch '4.next' | Jeremy Harris | |
2017-12-19 | Fix nossl build | Jeremy Harris | |
2017-12-19 | DANE: support under GnuTLS. Bug 1523 | Jeremy Harris | |
GnuTLS version 3.0.0 onwards; still Experimental | |||
2017-12-16 | DANE: fix type-2xx TLSA under older OpenSSL versions Bug 2198 | Viktor Dukhovni | |
OpenSSL 1.0.1t is known bad. 1.0.2 and 1.1.0 are apparently ok. | |||
2017-12-16 | Testsuite: testcase for Bug 2198 | Jeremy Harris | |
2017-12-12 | CHUNKING: flush input stream after message-fatal error detection. Bug 2201exim-4_90_RC4exim-4_90 | Jeremy Harris | |
2017-12-08 | tidying | Jeremy Harris | |
2017-12-08 | Add compile-time guard against BDB library version 6 | Jeremy Harris | |
2017-12-04 | Fix non-OCSP OpenSSL build | Jeremy Harris | |
Issue found by: Frank Elsner | |||
2017-12-03 | GnuTLS: multiple server certs, OCSP stapling. Bug 2092 | Jeremy Harris | |
2017-12-03 | DKIM: Ignore non-DKIM TXT records in DNS response. Bug 2207 | Heiko Schlittermann (HS12-RIPE) | |
2017-12-03 | Fix initialiser in smtp transport | Jeremy Harris | |
Broken-by: 838d897c8e | |||
2017-12-03 | Chunking: do not treat the first lonely dot special. CVE-2017-16944, Bug 2201 | Heiko Schlittermann (HS12-RIPE) | |
2017-12-03 | Logging: fix log line for local_scan() rejection | Jeremy Harris | |