Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-08 | docs: typo | Jeremy Harris | |
2017-11-08 | tidying | Jeremy Harris | |
2017-11-08 | DKIM: call ACL once for each signature matching the identity from ↵ | Jeremy Harris | |
dkim_verify_signers. Bug 2189 | |||
2017-11-07 | DKIM: make verification results visible in data ACL | Jeremy Harris | |
2017-11-07 | DKIM: Allow the DKIM ACL to override verification results. Bug 2186 | Jeremy 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-07 | TLS: support multiple certificate files in server. Bug 2092 | Jeremy Harris | |
2017-11-03 | Docs: add index entry | Jeremy Harris | |
2017-11-03 | DKIM: better syntax for control of oversigning. Bug 2180 | Jeremy Harris | |
2017-11-02 | Use LDFLAGS not EXTRALIBS_EXIM; 1.0.2 needs ldl too | Phil Pennock | |
2017-11-01 | exigrep: we need to run with perl 5.8.x | Heiko Schlittermann (HS12-RIPE) | |
The defined-or operator '//' does not exist yet. | |||
2017-11-01 | Use back-compatible variable for perl version | Jeremy Harris | |
The modern $^V is not present in some buildfarm animals' perl versions. | |||
2017-11-01 | Testsuite: Output the --version from exigrep, exinext, eximstats | Heiko Schlittermann (HS12-RIPE) | |
2017-11-01 | Add --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-31 | Lose extraneous line | Jeremy Harris | |
Broken-by: 9650d98a07 | |||
2017-10-31 | Add macro support to -be expansion test mode. Bug 1623 | Jeremy Harris | |
2017-10-30 | Testsuite: notify perl version at runtest startup | Jeremy Harris | |
2017-10-28 | Make exim_monitor build reproducible. | Andreas Metzler | |
Adapt changes to exim for SOURCE_DATE_EPOCH from exim 6e411084a29a7658f7bc88aa5a62ab9016c22c79 to exim_monitor. | |||
2017-10-28 | Do not exit when cwd has no name. Bug 2078 | Jeremy Harris | |
2017-10-28 | Build: fix repeatable-build typo | Andreas Metzler | |
2017-10-28 | Fix build warning. Bug 2181 | Jeremy Harris | |
2017-10-28 | Correct typo "psuedo" in exipick documentation. | Andreas Metzler | |
2017-10-27 | nit: typo-fix in comment (my goof) | Phil Pennock | |
2017-10-26 | Copyright year bumps for substantive changes 2017exim-4_90_RC1 | Jeremy Harris | |
2017-10-26 | Testsuite: OpenSSL version output variances | Jeremy Harris | |
2017-10-26 | Testsuite: support platform variance in debug output | Jeremy Harris | |
Solaris printf %p gives hex without a leading 0x | |||
2017-10-26 | Testsuite: add missing testcase files | Jeremy Harris | |
2017-10-26 | Testsuite: create test db on-the-fliy for LMDB testcase | Jeremy Harris | |
2017-10-26 | Testsuite: more time for slow test platform | Jeremy Harris | |
2017-10-26 | Revert "Build: tidying" | Jeremy Harris | |
This reverts commit 3a40b2f9648ce9737b3f8f542e5079e58c4db3c3. It didn't work with Pmake (FreeBSD/OpenBSD) | |||
2017-10-26 | Debug: add trace in the inlist expansion condition | Jeremy Harris | |
2017-10-25 | Build: tidying | Jeremy Harris | |
2017-10-25 | Testsuite: more time for slow test platform | Jeremy Harris | |
2017-10-25 | Docs: clarify DKIM default signing. Bug 2179 | Jeremy Harris | |
2017-10-25 | Testsuite: ignore timezone-specific debug output | Jeremy Harris | |
2017-10-25 | Unbreak non-DKIM build | Jeremy Harris | |
2017-10-25 | DKIM: add builtin macro with default list of headers for signing | Jeremy Harris | |
2017-10-22 | Docs: expand TFO information | Jeremy Harris | |
2017-10-22 | Testsuite: ignore optional-config output | Jeremy Harris | |
2017-10-21 | tidying | Jeremy Harris | |
2017-10-21 | tidying | Jeremy Harris | |
2017-10-21 | Add equivalent for missing poll(2) #define | Jeremy Harris | |
Needed in FreeBSD and OpenBSD, and probably Solaris | |||
2017-10-21 | CHUNKING: Fix flush of chunk on error | Jeremy Harris | |
2017-10-21 | Testsuite: make debug output for proxied TLS less indeterminate | Jeremy Harris | |
2017-10-20 | Use safer routine for possibly-overlapping copy | Jeremy Harris | |
Fixes a logging bug seen on aarch64 | |||
2017-10-20 | Testsuite: make debug output for proxied TLS less indeterminate | Jeremy Harris | |
2017-10-20 | Debug: output type of process as it terminates | Jeremy Harris | |
2017-10-20 | Testsuite: accept changed output from perl version difference | Jeremy Harris | |
2017-10-20 | Testsuite: ignore optional-config output | Jeremy Harris | |
2017-10-20 | Testsuite: dump stdout for a force-continue | Jeremy Harris | |
2017-10-20 | Add equivalent for missing poll(2) #define in OpenBSD | Jeremy Harris | |