summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-16OpenSSL: avoid using now-deprecated routines on newer versionsJeremy Harris
2017-11-15Testsuite: OpenSSL/LibreSSL version output variancesJeremy Harris
2017-11-15Testsuite: OpenSSL/LibreSSL version output variancesJeremy Harris
2017-11-15Testsuite: OpenSSL/LibreSSL version output variancesJeremy Harris
2017-11-15Testsuite: better debug output from "server" script-runnerJeremy Harris
2017-11-15Testsuite: delays for debug output orderingJeremy Harris
OpenBSD seems to prioritize the child of a fork; Linux & FreeBSD the parent
2017-11-15Testsuite: force RSA auth for testcase loading dual certsJeremy Harris
More recent OpenSSL versions (1.1.0) reasonably prefer ECDSA when available, where older (1.0.2) preferred RSA
2017-11-15Typo in sample configurationJeremy Harris
2017-11-14Docs: PRVS validity. Bug 2033exim-4_90_RC2Jeremy Harris
2017-11-14Testsuite output updatesJeremy Harris
2017-11-12Add host detail on all deferred deliveries, not only the last oneHeiko Schlittermann (HS12-RIPE)
2017-11-11Testsuite: another go at munging cipher-suite stringsJeremy Harris
2017-11-11Debug: remove router DSN config dump on startupJeremy Harris
2017-11-11Testsuite: another go at munging cipher-suite stringsJeremy Harris
2017-11-11Downgrade an unfound-list name from panic to DEFER. Bug 1645Jeremy Harris
2017-11-09Testsuite: another go at munging cipher-suite stringsJeremy Harris
2017-11-09Testsuite: another go at munging cipher-suite stringsJeremy Harris
2017-11-08docs: typoJeremy Harris
2017-11-08tidyingJeremy Harris
2017-11-08DKIM: call ACL once for each signature matching the identity from ↵Jeremy Harris
dkim_verify_signers. Bug 2189
2017-11-07DKIM: make verification results visible in data ACLJeremy Harris
2017-11-07DKIM: Allow the DKIM ACL to override verification results. Bug 2186Jeremy Harris
This provides generic support, though is covers the need introduced by https://datatracker.ietf.org/doc/draft-ietf-dcrup-dkim-usage/?include_text=1 (deprecating sha-1 and RSA keys shorter than 1024 bits).
2017-11-07TLS: support multiple certificate files in server. Bug 2092Jeremy Harris
2017-11-03Docs: add index entryJeremy Harris
2017-11-03DKIM: better syntax for control of oversigning. Bug 2180Jeremy Harris
2017-11-02Use LDFLAGS not EXTRALIBS_EXIM; 1.0.2 needs ldl tooPhil Pennock
2017-11-01exigrep: we need to run with perl 5.8.xHeiko Schlittermann (HS12-RIPE)
The defined-or operator '//' does not exist yet.
2017-11-01Use back-compatible variable for perl versionJeremy Harris
The modern $^V is not present in some buildfarm animals' perl versions.
2017-11-01Testsuite: Output the --version from exigrep, exinext, eximstatsHeiko Schlittermann (HS12-RIPE)
2017-11-01Add --version to all installed Perl and Shell scripts.Heiko Schlittermann (HS12-RIPE)
This option outputs the build info, and for Perl scripts it additionally outputs the Perl version that is running the current script.
2017-10-31Lose extraneous lineJeremy Harris
Broken-by: 9650d98a07
2017-10-31 Add macro support to -be expansion test mode. Bug 1623Jeremy Harris
2017-10-30Testsuite: notify perl version at runtest startupJeremy Harris
2017-10-28Make exim_monitor build reproducible.Andreas Metzler
Adapt changes to exim for SOURCE_DATE_EPOCH from exim 6e411084a29a7658f7bc88aa5a62ab9016c22c79 to exim_monitor.
2017-10-28Do not exit when cwd has no name. Bug 2078Jeremy Harris
2017-10-28Build: fix repeatable-build typoAndreas Metzler
2017-10-28Fix build warning. Bug 2181Jeremy Harris
2017-10-28Correct typo "psuedo" in exipick documentation.Andreas Metzler
2017-10-27nit: typo-fix in comment (my goof)Phil Pennock
2017-10-26Copyright year bumps for substantive changes 2017exim-4_90_RC1Jeremy Harris
2017-10-26Testsuite: OpenSSL version output variancesJeremy Harris
2017-10-26Testsuite: support platform variance in debug outputJeremy Harris
Solaris printf %p gives hex without a leading 0x
2017-10-26Testsuite: add missing testcase filesJeremy Harris
2017-10-26Testsuite: create test db on-the-fliy for LMDB testcaseJeremy Harris
2017-10-26Testsuite: more time for slow test platformJeremy Harris
2017-10-26Revert "Build: tidying"Jeremy Harris
This reverts commit 3a40b2f9648ce9737b3f8f542e5079e58c4db3c3. It didn't work with Pmake (FreeBSD/OpenBSD)
2017-10-26Debug: add trace in the inlist expansion conditionJeremy Harris
2017-10-25Build: tidyingJeremy Harris
2017-10-25Testsuite: more time for slow test platformJeremy Harris
2017-10-25Docs: clarify DKIM default signing. Bug 2179Jeremy Harris