Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-21 | Fix post-transport-crash: safeguard for missing spool BUG 1671 | Heiko Schlittermann (HS12-RIPE) | |
Based on a proposal from Wolfgang Breyha. | |||
2015-08-21 | Add a .ctags file to src | Heiko Schlittermann (HS12-RIPE) | |
2015-08-19 | Testsuite: auto-detect the Exim binary in ../src/build* | Heiko Schlittermann (HS12) | |
2015-08-19 | Testsuite: Update README about flavours | Heiko Schlittermann (HS12-RIPE) | |
2015-08-19 | Testsuite: Update debian8 flavour for 5600 | Heiko Schlittermann (HS12-RIPE) | |
2015-08-19 | Fix post-transport-crash. | Heiko Schlittermann (HS12-RIPE) | |
The crash probably was introduced in a39bd74d3e94 and needs 'split_spool_directory=yes' to expose. Thanks to Wolfgang Breyha, who found the same fix. | |||
2015-08-17 | Docs: add note on spf lookup type, in experimental-spec | Jeremy Harris | |
2015-08-17 | Docs: Remove trailing whitespace | Heiko Schlittermann (HS12-RIPE) | |
2015-08-17 | Docs: Clarify white space in $h_<name> expansion | Heiko Schlittermann (HS12-RIPE) | |
2015-08-14 | Improve the consistency of logging incoming and outgoing interfaces. | Tony Finch | |
The I= interface field on outgoing lines is now after the H= remote host field, same as incoming lines. There is a separate outgoing_interface log selector which allows you to disable the outgoing I= field. (slight massaging by JH) | |||
2015-08-14 | Overhaul the debug_selector and log_selector machinery to support ↵ | Tony Finch | |
variable-length bit vectors. No functional change. | |||
2015-08-13 | Fix timeout adjustment in c528cec4 | Heiko Schlittermann (HS12-RIPE) | |
2015-08-13 | Testsuite: Add short help to server | Heiko Schlittermann (HS12) | |
2015-08-12 | Adjust the timeout after interrupted select() | Heiko Schlittermann (HS12-RIPE) | |
2015-08-11 | GnuTLS: avoid whining about OCSP when not requested by config | Jeremy Harris | |
2015-08-11 | Fix ESMTP MAIL command option processing | Heiko Schlittermann (HS12-RIPE) | |
If the address containes spaces, the option processing was confused. | |||
2015-08-11 | Build: Make test_{os,parse,dbfn,string} work | Heiko Schlittermann (HS12-RIPE) | |
2015-08-10 | Testsuite: Add test for MAIL with spaces + options | Heiko Schlittermann (HS12) | |
2015-08-10 | Really re-select() when interrupted. | Heiko Schlittermann (HS12-RIPE) | |
2015-08-09 | Compiler quietening | Heiko Schlittermann (HS12-RIPE) | |
2015-08-06 | OpenSSL: fix complile on pre-EC-capable library versions | Jeremy Harris | |
2015-08-06 | Dup GnuTLS test to OpenSSL | Jeremy Harris | |
2015-08-05 | Testsuite: Avoid requesting TLS cert-status requests from GnuTLS test ↵ | Jeremy Harris | |
utility unless wanted | |||
2015-08-02 | Testsuite: pass GnuTLS despite OCSP whining | Jeremy Harris | |
2015-08-02 | Docs: add notes on library version limitations on OCSP stapling. Bug 1664 | Jeremy Harris | |
2015-08-02 | GnuTLS: avoid using OCSP on buggy library versions. Bug 1664 | Jeremy Harris | |
2015-08-02 | Testsuite: Add testcase for OCSP-nonaware client, to supporting server. Bug ↵ | Jeremy Harris | |
1664 The logfile here is for (I hope) the passing case, though the fixed GnuTLS library is not yet available. Also due to the bug, client-gnutls is not usable for the test; client-openssl must be used - meaning that a GnuTLS-only system cannot run the testcase: OCSP-GnuTLS/5650 OCSP stapling, server ** Command 15 ("client-ssl", starting at line 98) ** Return code 127 (expected 0) | |||
2015-07-30 | Docs: Add a note about the maximum spam bar length | Heiko Schlittermann (HS12-RIPE) | |
2015-07-29 | Docs: Clarify the "any output" phrase | Heiko Schlittermann (HS12-RIPE) | |
2015-07-26 | Add ref from logging chapter to slow_lookup_log main config option | Jeremy Harris | |
2015-07-26 | Compiler quietening | Jeremy Harris | |
2015-07-26 | Docs: add detail on keys for lookups | Jeremy Harris | |
2015-07-26 | Clean docs for next release | Jeremy Harris | |
2015-07-23 | Doc: parallel builds (make -j) workexim-4_86 | Heiko Schlittermann (HS12-RIPE) | |
2015-07-16 | Docs: emphasize that the smtp_connection log selector applies to inboundexim-4_86_RC5 | Jeremy Harris | |
2015-07-15 | Add check on tls_auth pseudo-command. Bug 1659 | Jeremy Harris | |
2015-07-12 | Compile with DISABLE_PRDR set | Phil Pennock | |
2015-07-04 | Multiple typo fixes. | Andreas Metzler | |
2015-07-04 | Bump LOCAL_SCAN_ABI_VERSION. | Andreas Metzler | |
In 4.86 the size of struct recipient_item changed when EXPERIMENTAL_DSN was made default. This broke the local scan ABI (rebuild required). See <http://bugs.debian.org/790616>. | |||
2015-06-27 | Change noteexim-4_86_RC4 | Jeremy Harris | |
2015-06-25 | Docs: add note on string lists | Jeremy Harris | |
2015-06-23 | Fix error message for router headers_remove expansion failure | Jeremy Harris | |
Associated with Bug 1533 | |||
2015-06-22 | Doc: Fix typo | Heiko Schlittermann (HS12-RIPE) | |
2015-06-22 | Doc: Update dns_trust_aa documentation | Heiko Schlittermann (HS12) | |
2015-06-22 | Docs: mark up with changebars | Jeremy Harris | |
2015-06-22 | Fix support of $spam_ variables at delivery time. Bug 1647 | Jeremy Harris | |
This change is forced on us by the documentation claiming clearly the support is there, though the code does not and never has. The doc change that introduced the claim is 7d9f747b5ef8 | |||
2015-06-22 | Testsuite: fix operator precedence in dns_extract_auth_name() | Jeremy Harris | |
2015-06-22 | Testsuite: Add a first test for dns_trust_aa | Heiko Schlittermann (HS12) | |
2015-06-22 | Testsuite: fakens may return AUTHORITY records | Heiko Schlittermann (HS12) | |
If an entry in db.<zone> is prefixed with "AA ", fakens will put a valid NS record into the AUTHORITY section of the returned packet. This will be used by dns_trust_aa checks. | |||
2015-06-22 | Before importing a certificate, free any previous one. Bug 1648 | Jeremy Harris | |
Second try |