Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-06-21 | Extract NS/SOA in dns_extract_auth_name() more precisly. | Heiko Schlittermann (HS12) | |
2015-06-21 | Fix and extend the checks in dns_is_secure() | Heiko Schlittermann (HS12) | |
2015-06-21 | Change note | Jeremy Harris | |
2015-06-21 | Before importing a certificate, free any previous one. Bug 1648 | Jeremy Harris | |
Because the SSL libraries do not use Exim's heap management this was a memory-leak in "exim -bp". | |||
2015-06-21 | Docs: add warning on list-sep in headerss_remove | Jeremy Harris | |
2015-06-20 | Docs typoexim-4_86_RC3 | Jeremy Harris | |
2015-06-20 | Fix build script. Bug 1646 | Gedalya | |
2015-06-20 | Add docs and massage coding standards for dns_trust_aa | Jeremy Harris | |
2015-06-20 | Add dns_trust_aa | Heiko Schlittermann (HS12) | |
This new global option allows to trust the AA bit for specific domains the same way we'd trust the AD bit. | |||
2015-06-16 | Docs: clarify notes on .ifdef Bug 1155 | Jeremy Harris | |
2015-06-15 | Docs: clarify notes on Events | Jeremy Harris | |
2015-06-15 | DSN: fix null deref when bounce is due to conn-timeout. Bug 1630 | Wolfgang Breyha | |
2015-06-15 | Clarify that preceding 10ca4f was provided by Wolfgang Breyha | Wolfgang Breyha | |
Massaged by JH | |||
2015-06-14 | Add tls_eccurve main config option. Bug 1397 | Jeremy Harris | |
Patch from Suse, massaged by JH | |||
2015-06-14 | minor tidying | Jeremy Harris | |
2015-06-13 | Doc fix: server_secret expansions should failexim-4_86_RC2 | Phil Pennock | |
The `cyrusless_sasl` authenticator example failed to explicitly fail if no result was found from the lookup. Using `server_secret`, we should _always_ fail instead of expanding to an empty string. Doc-fix only. | |||
2015-06-10 | Testsuite: additional EC encryptions seen | Jeremy Harris | |
2015-06-10 | Testsuite: Increase test delays and retry rule times | Jeremy Harris | |
to allow slow hosts more reliable testing | |||
2015-06-09 | Testsuite: less agressive PID-hiding | Jeremy Harris | |
2015-06-09 | Testsuite: quietening | Jeremy Harris | |
2015-06-09 | Revert "Show the DNSSEC status (ad=) always in -bt/-bv output" | Heiko Schlittermann (HS12) | |
This reverts commit e7a1b6ff65f1bebbc290f2a4fd7554fde00ae2f6. It's not production grade, since the wording (ad vs. trusted) is not final yet. | |||
2015-06-09 | Testsuite: avoid IPv6 to avoid "no route to host" log lines | Jeremy Harris | |
2015-06-09 | Tighter guard for POLLRDHUP | Jeremy Harris | |
2015-06-08 | Truncate delay when peer closes connection. Bug 348 | Jeremy Harris | |
This is now possible on Linux, at least. | |||
2015-06-07 | Testsuite: avoid IPv6 interfaces to avoid extra debug stderr lines | Jeremy Harris | |
2015-06-07 | Content scan: Use ETIMEDOUT not ETIME, as having better portability. Bug 1640 | Andreas Metzler | |
2015-06-06 | PRDR: enable server-side in the default config | Jeremy Harris | |
2015-06-06 | Logging: add log_selector items in the default config. Bug 1333 | Jeremy Harris | |
2015-06-06 | Doc: Add DKIM info in main sections. Bug 1607 | Jeremy Harris | |
2015-06-06 | DSN: fix null deref when bounce is due to conn-timeout. Bug 1630 | Wolfgang Breyha | |
2015-06-06 | Spamd: add missing initialiser. Rspamd mode was incorrectly sometimes seen. | Jeremy Harris | |
Reported-by: Andreas Metzler | |||
2015-06-05 | Guard routing against a null-deref. Bug 1639 | Jeremy Harris | |
2015-06-05 | release tooling: unbreak website build when not verbose | Phil Pennock | |
2015-06-04 | release tooling: let make cmd be overridenexim-4_86_RC1 | Phil Pennock | |
Also let tar flag actually take an argument |