summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-03More fixes to build with DANE support with LibreSSL >= 2.9.0.Kirill Miazine
2019-04-01Fix build with recent LibreSSL, when including DANE. Bug 2386Jeremy Harris
2019-03-31EDITME: Add comment about DMARC_TLD_FILEHeiko Schlittermann (HS12-RIPE)
2019-03-30DMARC: check for empty filename for TLD file. Patch testsuite to not break ↵Jeremy Harris
on missing default TLD file.
2019-03-22Fix "-bP smtp_receive_timeout". Bug 2384Jeremy Harris
2019-03-21Use the DMARC_TLD_FILE from config.h.defaults and Local/MakefileHeiko Schlittermann (HS12-RIPE)
2019-03-21Harden plaintext authenticatorJeremy Harris
2019-03-20Testsuite: tidy removed testcase filesJeremy Harris
2019-03-19OpenSSL: Fix aggregation of messages.Jeremy Harris
Broken-by: a5ffa9b475
2019-03-18Logging: fix initial listening-on log lineJeremy Harris
2019-03-16Add caseless option to verify=not_blind. Bug 2356Simon Arlott
2019-03-15Retire EXPERIMENTAL_REQUIRETLSJeremy Harris
2019-03-15Docs: more indexing for daemon-reloadJeremy Harris
2019-03-14Fix crash from SRV lookup hitting a CNAMEJeremy Harris
2019-03-13doc: Clarify the IPv4-mapped IPv6 lookups.Heiko Schlittermann (HS12-RIPE)
Credits to Andreas Metzler <eximusers@bebt.de>.
2019-03-13Build process: Mention Local/Makefile-<buildname>Heiko Schlittermann (HS12-RIPE)
2019-03-12Fix debug output of TLS keying info, client-side with OpenSSLJeremy Harris
2019-03-12Testsuite: add testcase showing outgoing-conn local interfaceJeremy Harris
2019-03-12Testsuite: munge standard port numbers in logsJeremy Harris
2019-03-08Add missing colon when logging outgoing I=Heiko Schlittermann (HS12-RIPE)
Credits to Larry Rosenman <ler@lerctr.org> for reporting this.
2019-02-26Docs: Add note on lsearch for IPv4-mapped IPv6 addressesJeremy Harris
2019-02-26Docs: Add note on lsearch for IPv4-mapped IPv6 addressesJeremy Harris
2019-02-24Testsuite: fix version mismatch caused by new version schemeHeiko Schlittermann (HS12-RIPE)
2019-02-24Testsuite: fix installation-error messageJeremy Harris
Broken-by: 01c5946016
2019-02-20Fix use of unintialized variableJeremy Harris
Broken-by: c05bdbd6fc
2019-02-20Do not output the version from reversion script runHeiko Schlittermann (HS12-RIPE)
2019-02-20mk_exim_release: enable flexible compressor selectionHeiko Schlittermann (HS12-RIPE)
2019-02-20mk_exim_release: include *full* version in docsHeiko Schlittermann (HS12-RIPE)
This matches the output from exim -bV
2019-02-20mk_exim_release: add --no-sizes optionHeiko Schlittermann (HS12-RIPE)
2019-02-20mk_exim_release: add --quick optionHeiko Schlittermann (HS12-RIPE)
This allows to cut a "release" on any commit
2019-02-19TLS: refactor client-start interfaceJeremy Harris
2019-02-18Fix expansions for RFC 822 addresses having comments in local-part and/or ↵Jasen Betts
domain. Bug 2375
2019-02-16GnuTLS: Fix client detection of server reject of client cert under TLS1.3Jeremy Harris
2019-02-14Fix info on using local_scan() in the default MakefileJeremy Harris
Broken-by: 9723f96673
2019-02-14Docs: update DKIM standards infoJeremy Harris
2019-02-12Fix transport buffer size handlingJeremy Harris
Broken-by: 59932f7dcd
2019-02-12Testsuite: output changes for OpenSSL versionsJeremy Harris
2019-02-12Testsuite: output changes arisingJeremy Harris
2019-02-12Logging: created Message-IDs. Selectors for created and all IDs. Bugs 219, ↵Jeremy Harris
1840, 2339
2019-02-12Merge branch '4.next'Jeremy Harris
2019-02-11Testsuite: account for (now) properly working Perl localeJeremy Harris
2019-02-11GnuTLS: trim error messagesJeremy Harris
2019-02-11Testsuite: harden for TLS1.3 under GnuTLSJeremy Harris
2019-02-11Testsuite: For GnuTLS when we're testing authentications requested via ↵Jeremy Harris
pri-string, disable TLS1.3 On GnuTLS 3.6.5 is appears to ignore the given priority, if it can use 1.3
2019-02-11DKIM: ensure that dkim_domain elements are lowercased before use. Bug 2371Jeremy Harris
(cherry picked from commit f3c73adaa541ae54092467a29668ac32894ef1dc)
2019-02-11Docs: extra detail on proxy-protocolJeremy Harris
(cherry picked from commit 5376b7ca07e9b00e2552f33270e79c59840a9778)
2019-02-11TLS: add variables for the IETF standard name for the connection ciphersuiteJeremy Harris
(cherry picked from commit ffc3d145e3819e1a3762caa1bbe8b07e723fbaf2)
2019-02-11Testsuite: munge GnuTLS and OpenSSL ciphersuite strings to be more similarJeremy Harris
(cherry picked from commit 25d5d9f98ebb30acc8b269c6594f4bc1e1abe654)
2019-02-11tidyingJeremy Harris
2019-02-11Use separate routine for translating return-codes to printable stringsJeremy Harris
(cherry picked from commit 9c5e54499afef5167bee6ecdcbf8dd5f023f51e0)