Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-29 | Adjust my maintainership status to reflect reality | Phil Pennock | |
2015-05-29 | OpenSSL: guard X509_check_host against LibreSSL | Phil Pennock | |
LibreSSL's fork does not have this new function; as well as adding a `LIBRESSL_VERSION_NUMBER` value, that project bumped the OpenSSL version number in such a way as to conflict with our existing version checks. * Add a guard. * Add commentary, suggesting how to avoid getting into twistier knots with API divergence. Reported by Jasper Wallace, who provided a slightly different patch. Fixes bug 1635 | |||
2015-05-27 | Testsuite: Add $USER to env if missing | Heiko Schlittermann (HS12) | |
2015-05-27 | Expand docs re. logs dir, and make eximon logs dir match exim's. Bug 1324 | Andreas Metzler | |
2015-05-27 | Note MAIL commands in -bS batch, to avoid smtp_no_mail logline. Bug 1346 | Jeremy Harris | |
2015-05-26 | Fix some typos in EDITME | Heiko Schlittermann (HS12) | |
2015-05-26 | TLS: Enable ECDHE on OpenSSL, just the NIST P-256 curve. Bug 1397 | Phil Pennock | |
Original by Phil Pennock; tweaked by JH. | |||
2015-05-23 | New ${env {NAME}} expansion. Bug 1604 | Jeremy Harris | |
2015-05-23 | Testsuite: move test.again.dns and test.fail.dns handling to fakens | Jeremy Harris | |
2015-05-23 | tidying | Jeremy Harris | |
2015-05-22 | DANE: do not fail/defer message due to TLSA lookup but dane is only requested | Jeremy Harris | |
2015-05-21 | Fix DANE for multiple-MX when all TLSA lookup defer. Bug 1634 | Jeremy Harris | |
2015-05-20 | Testsuite: Check debug message if we requested AD but got AA | Heiko Schlittermann (HS12) | |
2015-05-20 | Testsuite: Add support for authoritive answer to fakens | Heiko Schlittermann (HS12) | |
2015-05-20 | Add DNS debug aid if we requested AD but got AA | Heiko Schlittermann (HS12) | |
If the resolver we ask is authoritive (AA) for some domain, we never ever get the AD (authentic data) bit in the answer. | |||
2015-05-20 | Add DNS debug aid if we requsted AD but got AA | Heiko Schlittermann (HS12) | |
If the resolver we ask is authoritive (AA) for some domain, we never ever get the AD (authentic data) bit in the answer. | |||
2015-05-19 | Change HELO-verify forward case from byname to bydns and add DNSSEC tracking | Jeremy Harris | |
2015-05-19 | Change host_lookup re-forward from byname to bydns; checking DNSSEC | Jeremy Harris | |
2015-05-19 | struct dnssec_domains | Jeremy Harris | |
2015-05-19 | Testsuite: avoid tryng to run in net 10. | Jeremy Harris | |
2015-05-18 | Testsuite: Add ad= to even more outputs | Heiko Schlittermann (HS12) | |
2015-05-18 | Show the DNSSEC status (ad=) always in -bt/-bv output | Heiko Schlittermann (HS12) | |
2015-05-18 | Fix truncated dns-lookup return record handling | Jeremy Harris | |
2015-05-18 | Testsuite: move manyhome.test,ex handling from exim to fakens | Jeremy Harris | |
2015-05-17 | Remove word "rejected" from ACL-discard log lines. Bug 1632 | Jeremy Harris | |
2015-05-17 | Testsuite: Munge the output to fit the ad=… lines | Heiko Schlittermann (HS12) | |
2015-05-16 | tidying | Jeremy Harris | |
2015-05-15 | Callout: additional debug on cache operations | Jeremy Harris | |
2015-05-15 | Testsuite: reverted: Output of path to fakens | Heiko Schlittermann (HS12) | |
This partially reverts 5f3d09836. | |||
2015-05-14 | Testsuite: missing output file | Jeremy Harris | |
2015-05-13 | Testsuite: Check dnssec_{request,require}_domains for dnslookup | Heiko Schlittermann (HS12) | |
2015-05-12 | Testsuite: locate fakens relative to the config_main_directory | Heiko Schlittermann (HS12) | |
This makes the test configs more intuitive, because the spool_directory=SPOOL/spool does not need to be there anymore, except we really need a spool directory. | |||
2015-05-12 | Output dnssec status in -bt/-bv mode | Heiko Schlittermann (HS12) | |
Currently this feature is enabled only if running_in_test_harness, because I don't want to break anything else. | |||
2015-05-11 | Diagnostic debug message if fakens is not found | Heiko Schlittermann (HS12) | |
2015-05-11 | Do not use the A lookup following an AAAA for setting the FQDN. Bug 1588 | Jeremy Harris | |
Normally benign, it bites when the pair was led to by a CNAME; modern usage is to not canoicalize the domain to a cname target (and we were inconsistent anyway for A-only vs AAAA+A). | |||
2015-05-10 | Docs: Fix a single letter typo | Heiko Schlittermann (HS12) | |
2015-05-10 | Override DISABLE_DNSSEC when EXPERIMENTAL_DANE is in use | Heiko Schlittermann (HS12) | |
2015-05-10 | Add feature tag for DNSSEC | Heiko Schlittermann (HS12) | |
2015-05-10 | Docs: Make build unicode resistant | Heiko Schlittermann (HS12) | |
Force LC_ALL=C for spec.txt. Add an additional build target: spec.utf8. | |||
2015-05-09 | Support SOA lookup in dnsdb lookups. Bug 286 | Jeremy Harris | |
2015-05-09 | Add retrans/retry options to dnsdb lookup. Bug 1539 | Jeremy Harris | |
2015-05-08 | Testsuite: fix build on older Linuxen | Jeremy Harris | |
2015-05-07 | Log lengthy DNS lookups. Bug 514 | Jeremy Harris | |
Original by <derrick.rice@gmail.com>, massaged by JH | |||
2015-05-06 | Testsuite: Fix the [U]pdate for new testcases | Heiko Schlittermann (HS12) | |
2015-05-06 | Log reason for defer, on a hostlist dns-lookup temporary error. Bug 1328 | Jeremy Harris | |
2015-05-05 | Testsuite: fix testcase sequencing | Jeremy Harris | |
Broken-by: f41e05066084 Replaces: 0368847fd98d | |||
2015-05-04 | I18N: new ${imapfolder_<sep>:<string>} expansion item. Bug 420 | Jeremy Harris | |
2015-05-04 | Testsuite: Patch for lost server -> exim interlock | Jeremy Harris | |
This is an interim workaround. Broken-by: f41e05066084 | |||
2015-05-04 | Testsuite: fix scripts for daemon interlock | Jeremy Harris | |
Broken-by: f41e05066084 | |||
2015-05-03 | Testsuite: allow long server startup delay after big file write | Jeremy Harris | |
Needed for running on an SD-card filesystem |