Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-14 | Macros: speedup expansion processing | Jeremy Harris | |
2018-02-12 | ACL: Enforce non-usability of control=utf8_downconvert in MAIL ACL. Bug 2239 | Jeremy Harris | |
2018-02-12 | Debug: more detail in dkim processing | Jeremy Harris | |
2018-02-12 | Revert "Macros: convert to tree for speed of lookup" | Jeremy Harris | |
This reverts commit 165acdd1ea3b7399b2279f94c881f8e366efaf71. | |||
2018-02-11 | Solaris 10 compatability, try two | Jeremy Harris | |
2018-02-11 | Solaris 10 compatability | Jeremy Harris | |
2018-02-10 | Update copyright year to 2018 | Heiko Schlittermann (HS12-RIPE) | |
Partly change a single year into a range, starting back in 1995, or later, if indicated by other copyright information. | |||
2018-02-10 | Fix base64d() buffer size (CVE-2018-6789) | Heiko Schlittermann (HS12-RIPE) | |
Credits for discovering this bug: Meh Chang <meh@devco.re> (cherry picked from commit 062990cc1b2f9e5d82a413b53c8f0569075de700) | |||
2018-02-10 | Compiler-quietening | Jeremy Harris | |
2018-02-10 | Macros: return macro-presence status from "exim -bP macro <name>" | Jeremy Harris | |
2018-02-09 | Builtin macros for sha3-hash and ed25519-signing support | Jeremy Harris | |
2018-02-09 | Macros: convert to tree for speed of lookup | Jeremy Harris | |
2018-02-09 | Lose outdated builtin-macro warning | Jeremy Harris | |
2018-02-08 | Fix conversation closedown with the Avast malware scanner. Bug 2113 | Jeremy Harris | |
2018-02-07 | Repair Heimdal GSSAPI authenticator init part 2 | Phil Pennock | |
Broken-by: d185889f4 | |||
2018-02-07 | Repair Heimdal GSSAPI authenticator init | Phil Pennock | |
Broken-by: f2ed27cf5f | |||
2018-02-07 | DKIM: fix buffer overflow in verify | Jeremy Harris | |
Caused crash in free() by corrupting malloc metadata. Reported-by: University of Cambridge Broken-by: 80a47a2c96 | |||
2018-02-07 | Cutthrough: silently ignore ACL control when the message cannot be ↵ | Jeremy Harris | |
cutthrough-routed | |||
2018-02-06 | DKIM: Ed25519 signatures (GnuTLS 3.6.0 and later) | Jeremy Harris | |
2018-02-03 | Debug: more info for string-expansion troubles | Jeremy Harris | |
2018-02-02 | Protect build against LibreSSL. | Jeremy Harris | |
Broken-by: 9c29c48f83 | |||
2018-02-02 | String expansions: support sha3 under OpenSSL (1.1.1+) | Jeremy Harris | |
2018-01-31 | DKIM: share body-hash calculation between multiple signatures for verification | Jeremy Harris | |
2018-01-28 | Routing: dnslookup and manualroute routers: ipv4_only, ipv4_prefer options. ↵ | Jeremy Harris | |
Bug 2149 | |||
2018-01-28 | Debugging: fix potential null-derefs in DSN debug_printfs | Jeremy Harris | |
2018-01-27 | Build: .git may be a file when this repo is a submodule | Heiko Schlittermann (HS12-RIPE) | |
(cherry picked from commit 2dfd20fe244da439b1f6becb4e29c8cb83e2d399) | |||
2018-01-27 | GnuTLS: fix to ignore timeout on unrelated callout connection. Bug 2174 | Jeremy Harris | |
2018-01-26 | Cutthrough: fix for port-number defined by router. Bug 2229 | Jeremy Harris | |
2018-01-25 | Cutthrough: fix multi-message initiating connections. Bug 2230 | Jeremy Harris | |
2018-01-21 | DKIM: use string-allocate facilities for DNS lookup | Jeremy Harris | |
2018-01-20 | Use bitfield macros for acl-where | Jeremy Harris | |
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 |