summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-29Fix bounce generation under RFC 3461 request. Bug 2411Jeremy Harris
Broken-by: ea97267cea
2019-06-29Build: bodge attempt to get Solaris build workingJeremy Harris
2019-06-27Docs: add note on effects of disabling IPv6 lookupsJeremy Harris
2019-06-26Compiler quieteningJeremy Harris
Trying to set an enum (int-sized) with top bit set, needs a cast to (signed) int. Broken-by: ae8f9024d8
2019-06-26Testsuite: output changes resultingJeremy Harris
Broken-by: 436bda2ac0
2019-06-26Fix DSN Final-Recipient: fieldJeremy Harris
2019-06-26tidyingJeremy Harris
2019-06-26Debug: more gentle line-drawing charsJeremy Harris
2019-06-19Add a security page in a place where GitHub will detect itPhil Pennock
2019-06-16Inline the smaller string-handling functionsJeremy Harris
2019-06-07Fix detection of 32b platform at build time. Bug 2405Jeremy Harris
2019-06-05Fix smtp response timeoutJeremy Harris
2019-06-05Use dsn_from for success-DSN messages. Bug 2404Jeremy Harris
2019-06-05Unbreak heimdal_gssapi auth driverPhil Pennock
Commit 251b9eb46 broke heimdal_gssapi by changing the function definition in the `.c` without changing the declaration in the `.h`. Was part of 4.92. Make corresponding `.h` change to reflect newer internal API.
2019-06-04Testsuite: compat vs. older GnuTLSJeremy Harris
2019-06-04Events: avoid evaluating intermediates for unneeded eventsJeremy Harris
2019-05-29Testsuite: platform variancesJeremy Harris
2019-05-28Testsuite: platform variancesJeremy Harris
2019-05-28Testsuite: library variances for ARC testcaseJeremy Harris
2019-05-28PIPE_CONNECT: promote from experimentalJeremy Harris
2019-05-28PIPE_CONNECT: avoid using when the transport helo_data uses $sending_ip_addressJeremy Harris
2019-05-27Testsuite: add missing testcase scriptJeremy Harris
Broken-by: c09dbcfb71
2019-05-26TFO: change the default for hosts_try_fastopen, enabling use by defaultJeremy Harris
2019-05-26Testsuite: workaround older kernelsJeremy Harris
Broken-by: 38da908828
2019-05-26Testsuite: workaround TFO blackhole detectionJeremy Harris
2019-05-26Testsuite: ensure TFO not used when not wantedJeremy Harris
2019-05-26Debug: align tracing out for TFO connections with plain onesJeremy Harris
2019-05-26Logging: avoid claiming a host was used for an addr, when conn refused under TFOJeremy Harris
2019-05-26Logging: fix duplicated transport target info under TFOJeremy Harris
2019-05-25Callouts: simplfy debug outputJeremy Harris
2019-05-25Callouts: simplfy loggingJeremy Harris
2019-05-25Build: libtasn1 and libgcrypt no longer needed for gnutlsJeremy Harris
2019-05-24TLS: introduce USE_OPENSSL as an explicit requirement for the buildJeremy Harris
2019-05-24DANE: remove excess compile-time checksJeremy Harris
2019-05-24TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the buildJeremy Harris
2019-05-24Testsuite: cleanup intermediate results during DANE testcase runJeremy Harris
2019-05-23Build: Enable SUPPORT_TLS by defaultHeiko Schlittermann (HS12-RIPE)
2019-05-23Build: Add gnutls-dane to USE_GNUTLS_PC/TLS_LIBSHeiko Schlittermann (HS12-RIPE)
2019-05-22Clarify libraries needed for GnuTLS buildJeremy Harris
2019-05-22Change the default for hosts_try_dane, enabling use by defaultJeremy Harris
2019-05-21Docs: fix syntaxJeremy Harris
Broken-by: 12e9bb25fc
2019-05-21Expansions: ${sha2_N}Jeremy Harris
2019-05-19Change the default for hosts_noproxy_tls to unset, enabling continued-TLS ↵Jeremy Harris
deliveries as default
2019-05-19GnuTLS: fix the advertising of acceptable certs by the server. Bug 2389Jeremy Harris
2019-05-11Utilities: add -G<queuename> option to exiqgrep. Bug 2397Jeremy Harris
2019-05-10Fix listing a named queue by a non-admin user. Bug 2398Jeremy Harris
2019-05-09Avoid potential crash in close of a verify calloutJeremy Harris
2019-05-09Docs: add index entry for string-concatenationJeremy Harris
2019-05-08OpenSSL: fix build under older library versionJeremy Harris
Broken-by: 4f1d23a1aa
2019-05-07GnuTLS: fix $tls_out_ocsp under hosts_request_ocspJeremy Harris