summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-09Remove the daemon pid file when exit is due to SIGTERM. Bug 340Jeremy Harris
2019-11-09Testsuite: fix testcase use of pathsJeremy Harris
Broken-by: 179ed8c31e
2019-11-08Dsearch: Fix taint-handling in lookup. Bug 2465Jeremy Harris
(cherry picked from commit 13e70f5530fc3fd376e1397c76e073a339e738aa)
2019-11-08Regard command-line recipients as taintedJeremy Harris
2019-11-05DKIM/CHUNKING: support CHUNKING when a transport_filter is used, if DKIM ↵Jeremy Harris
signing is being done
2019-10-23DKIM: disallow default acceptance of sha1 for verifyJeremy Harris
2019-10-23Testsuite: munge for WITH_LOCAL_SCANJeremy Harris
2019-10-22Testsuite: munge for WITH_LOCAL_SCANJeremy Harris
2019-10-20Build: include early-pipelining unless disabledJeremy Harris
2019-10-19Fix HAVE_LOCAL_SCAN build. Bug 2457Jeremy Harris
Broken-by: f3ebb786e4 (cherry picked from commits d48326c00b, 1352e600b8)
2019-10-13Testsuite: munging for SRS testcaseJeremy Harris
2019-10-13Testsuite: output changes resultingJeremy Harris
2019-10-13Fix no-ssl buildJeremy Harris
Broken-by: d85cdeb5e5
2019-10-13SRS: native implementation. Bug 1649Jeremy Harris
2019-10-13Dummies for Solaris buildJeremy Harris
2019-10-12Reduce delivery process startup timeJeremy Harris
2019-10-12Dummies for Solaris buildJeremy Harris
2019-10-12Fix errorcheck in smtp transportJeremy Harris
2019-10-12SRS: add basic documentationJeremy Harris
2019-10-12Performance timing measurementsJeremy Harris
2019-10-06Testsuite: handle OpenBSD version of ifconfigJeremy Harris
2019-10-06Testsuite: interface number is optionalJeremy Harris
2019-10-06OpenSSL: explicit add for sha256 digest method no longer needed for recent ↵Jeremy Harris
library versions
2019-10-06GnuTLS: pkcs11-init no longer needed for recent library versionsJeremy Harris
2019-10-06GnuTLS: global-init call not needed for recent library versionsJeremy Harris
2019-10-06Docs: fix syntaxJeremy Harris
2019-10-06GnuTLS: lose DH-param setup, for recent library versions where no longer neededJeremy Harris
2019-10-06Testsuite: output changes resultingJeremy Harris
Broken-by: 8e78571a8b
2019-10-05release process: bzip is actually bzip2Heiko Schlittermann (HS12-RIPE)
2019-10-05release process: Use --use-compress-program for tar.Heiko Schlittermann (HS12-RIPE)
Gzip declares the use of environment variables as deprecated.
2019-10-04Events: Add smtp:ehlo eventJeremy Harris
2019-10-04PRDR: add implementation notes in sample configurationJeremy Harris
2019-10-03Testsuite: use a %ifname appended to fe80:: ipv6 address when using suchJeremy Harris
2019-10-02DSN: add References: header. Bug 2452Jeremy Harris
2019-10-01Testsuite: take care with the net-10 zonefile when operating in that areaJeremy Harris
2019-10-01OpenSSL: clearer log message for TCP conn close at SSL_acceptJeremy Harris
2019-09-30tidyingJeremy Harris
2019-09-30Testsuite: dynamic libraries are usable on SolarisMartin Preen
2019-09-29Build: linux only needs libnsl for LOOKUP_NISJeremy Harris
2019-09-29OpenSSL: fix build on earlier library versionsJeremy Harris
2019-09-29OpenSSL: support OCSP stapling on multi-cert serversJeremy Harris
2019-09-29tidyingJeremy Harris
2019-09-29DKIM: fix errorcheck in signing, lilbgcrypt version. Bug 2450Jeremy Harris
2019-09-28Testsuite: src/client.c: handle long lines read back from the serverHeiko Schlittermann (HS12-RIPE)
Increase the buffer for reading data back from the server, and read at least until a '\n' appears in the input.
2019-09-28Docs: add dmarc_tld_file linkHeiko Schlittermann (HS12-RIPE)
2019-09-27Testsuite: regression-test for bug. Bug 2449Jeremy Harris
2019-09-26Testsuite: disallow :: as a usable ipv6 addressJeremy Harris
2019-09-26Testsuite: output changes resultingJeremy Harris
Broken-by: e326959e5e
2019-09-26GnuTLS: full-chain OCSP stapling. Bug 1466Jeremy Harris
2019-09-22DNS: do not skip initial two components of SRV & TLSA lookups before ↵Simon Arlott
checking name syntax. The introduction of DKIM added _ to the permitted chars, so those components will pass.