summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-02String expansions: support sha3 under OpenSSL (1.1.1+)Jeremy Harris
2018-01-31Doc update: RFC 8314 submissions servicePhil Pennock
Using TLS-on-connect is no longer a legacy mode for bad clients, but instead standards-track-RFC-compliant best current practice. Plus ça change, plus c'est la même chose.
2018-01-31DKIM: share body-hash calculation between multiple signatures for verificationJeremy Harris
2018-01-28Routing: dnslookup and manualroute routers: ipv4_only, ipv4_prefer options. ↵Jeremy Harris
Bug 2149
2018-01-28Debugging: fix potential null-derefs in DSN debug_printfsJeremy Harris
2018-01-27Build: .git may be a file when this repo is a submoduleHeiko Schlittermann (HS12-RIPE)
(cherry picked from commit 2dfd20fe244da439b1f6becb4e29c8cb83e2d399)
2018-01-27Testsuite: locate.pl: do not try folders we do not have permissions forHeiko Schlittermann (HS12-RIPE)
2018-01-27GnuTLS: fix to ignore timeout on unrelated callout connection. Bug 2174Jeremy Harris
2018-01-26Cutthrough: fix for port-number defined by router. Bug 2229Jeremy Harris
2018-01-25Cutthrough: fix multi-message initiating connections. Bug 2230Jeremy Harris
2018-01-21DKIM: use string-allocate facilities for DNS lookupJeremy Harris
2018-01-20Use bitfield macros for acl-whereJeremy Harris
2018-01-20Docs: Update DKIM section with RFC 8301 requirementsJeremy Harris
2018-01-19Testsuite: munge output for platform variances in postgres server binary ↵Jeremy Harris
location
2018-01-18Testsuite: Try harder to locate the toolsHeiko Schlittermann (HS12-RIPE)
2018-01-18Testsuite: Use cp+chmod instead of installHeiko Schlittermann (HS12-RIPE)
On Solaris, install doesn't seem to behave as expected. (Or, it has different installs and we call the wrong one)
2018-01-18Testsuite: Use more force to find postgresql binariesHeiko Schlittermann (HS12-RIPE)
2018-01-17Testsuite: interlock Postgres server startupJeremy Harris
2018-01-17DB: show the Berkeley DB runtime library version, for "-d -bV"Jeremy Harris
2018-01-16Testsuite: MySQL portabilityJeremy Harris
Community-mysql has no mysqld-safe script, and mysqld has varying locations.
2018-01-16Logging: Receive duration on <= lines. Bug 353Jeremy Harris
2018-01-16Testsuite: MySQL portabilityJeremy Harris
Pre-version-10.1.3 MariaDB has no "IF NOT EXISTS" on "CREATE USER"
2018-01-16Fix %D string expansion to not use millisecHeiko 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-14DKIM: DNS records having no v= tag are acceptable. Bug 2207Jeremy Harris
Broken-by c73a4d073e
2018-01-14Testsuite: MySQL portabilityJeremy Harris
2018-01-14Testsuite: wait for MySQL DB startup before inserting dataJeremy Harris
2018-01-13Lookups: 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-13Docs: SPF no longer ExperimentalJeremy Harris
2018-01-07OpenSSL: fix OCSP stapling under DANEJeremy Harris
2018-01-07OpenSSL: better debug info for OCSPJeremy Harris
2018-01-07DKIM: permit dkim_private_key to override dkim_strict on signing. Bug 2220Jeremy Harris
2018-01-06Logging: 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-05SPF: promote from Experimental to mainline statusJeremy Harris
2018-01-05Docs: remove extraneous options from variables indexJeremy Harris
2018-01-03tidyingJeremy Harris
2018-01-03Testsuite: Better platform portability by searching for Postgres server ↵Jeremy Harris
binaries
2018-01-02Testsuite: SPF testcases. Bug 1789Jeremy Harris
2018-01-02coding standardsJeremy Harris
2018-01-01Docs: remove mention of the ClamAV "STREAM" methodJeremy Harris
2018-01-01Content scan: Remove support for the 7-year deprecated ClamAV "STREAM" methodJeremy Harris
2018-01-01Content scan: Disable "aveserver", "kavdaemon" and "mksd" in the template ↵Jeremy Harris
makefile. Bugs 1143, 1594
2018-01-01Feature macros, show-supported and build-time selection for malware interfacesJeremy Harris
2018-01-01refactor show-supported codingJeremy Harris
2018-01-01tidyingJeremy Harris
2017-12-31Enable header_syntax verify in the example configJeremy Harris
2017-12-30MIME 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-29Fix issue with continued-connections when the DNS shifts unreliablyJeremy Harris
2017-12-29Fix crash associated with dnsdb lookup done from DKIM ACL. Bug 2215Jeremy Harris
Broken-by: cc55f4208e
2017-12-28Use common routine for building tagstring for dns-fail cacheJeremy Harris
2017-12-28Debug: enhance output from smtp transport entryJeremy Harris