Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | |||
2015-05-03 | Testsuite: interlock daemon startup with testcase run | Jeremy Harris | |
Required for running on an SD card filesystem, which is subject to obscene delays (possibly flash background processing). | |||
2015-04-26 | MIME: Support RFC2231 for filenames. Bug 466 | Jeremy Harris | |
Patch originally from Alexander Shikoff, heavily reworked by JH. | |||
2015-04-25 | Make dnssec_request_domains/dnssec_require_domains generic | Heiko Schlittermann (HS12) | |
Not only the dnslookup router should use DNSSEC for lookups. The manualroute and even queryprogram router may just generate a host list. The names then need to be resolved, optionally via DNSSEC. | |||
2015-04-25 | Testsuite: add hint about usernames | Heiko Schlittermann (HS12) | |
2015-04-25 | Testsuite: add more help about options to client.c | Heiko Schlittermann (HS12) | |
2015-04-25 | Testsuite: add support for -FLAVOUR option | Heiko Schlittermann (HS12) | |
This feature allows to save test results as as a "flavo(u)r". E.g. Debian/8 uses special lib-OpenSSL settings. This results in less verbose output of some SSL related tests. | |||
2015-04-25 | Testsuite: add support for relative name of exim | Heiko Schlittermann (HS12) | |
The runtest script converts a relative name of the binary to an absolute name. This is mainly a comfort feature. | |||
2015-04-25 | Testsuite: check the TRUSTED_CONFIG_LIST content | Heiko Schlittermann (HS12) | |
The testsuite relies on trusted configs. Exim needs to be compiled with the TRUSTED_CONFIG_LIST option. The file mentioned in the TRUSTED_CONFIG_LIST needs to meet several conditions. | |||
2015-04-25 | Testsuite: Auto-detect missing sbin directories | Heiko Schlittermann (HS12) | |
The runtest script maps bin directories to matching sbin directories, if they are not already included in the $PATH. This is mainly a comfort feature to find ifconfig on some systems automatically. | |||
2015-04-25 | Testsuite: unify the fs dependend error messages | Heiko Schlittermann (HS12) | |
2015-04-25 | Testsuite: wait for queue runner finish (more) | Heiko Schlittermann (HS12) | |
2015-04-25 | Testsuite: wait for queue runner finish | Heiko Schlittermann (HS12) | |
2015-04-24 | Testsuite: Fix check_dir_size() fs dependencies | Jeremy Harris | |
2015-04-21 | UTF8: mua_wrapper | Jeremy Harris | |
2015-04-21 | UTF8: MSA callouts | Jeremy Harris | |
2015-04-21 | UTF8: MSA downconversions | Jeremy Harris | |
2015-04-19 | Testsuite: be more tolerant of slow filesystem | Jeremy Harris | |
2015-04-19 | UTF8: GnuTLS testcase outputs | Jeremy Harris | |
2015-04-19 | Testsuite: fix content-scanner interface tests | Jeremy Harris | |
2015-04-18 | Testsuite: split out tests requiring IPv6 | Jeremy Harris | |
2015-04-18 | UTF8: Avoid treating a punycoded dns lookup as an implicit redirection | Jeremy Harris | |
2015-04-13 | UTF8: split up testcases | Jeremy Harris | |
2015-04-13 | Stabilize test 3000 - Perl hash | Heiko Schlittermann (HS12) | |
A Perl hash in scalar context returns a true value. Nothing else. Currently it's information about the internal storage, something like n/m, used buckets/allocated buckets. But this seems to change from run to run between 1/8 and 2/8. | |||
2015-04-13 | non-smtp input | Jeremy Harris | |
2015-04-12 | tls | Jeremy Harris | |
2015-04-12 | DNS lookups never use UTF-8 | Jeremy Harris | |
2015-04-12 | sender verify callout | Jeremy Harris | |
2015-04-12 | utf8 recipient | Jeremy Harris | |
2015-04-12 | recipient verify callout | Jeremy Harris | |
2015-04-12 | bounce message | Jeremy Harris | |
2015-04-12 | smtp output, no remote support | Jeremy Harris | |
2015-04-12 | smtp output | Jeremy Harris | |
2015-04-12 | received_protocol | Jeremy Harris | |
2015-04-12 | smtp input | Jeremy Harris | |
2015-04-12 | A-label expansion operators | Jeremy Harris | |
2015-03-31 | Fix positive testcase for -oMm | Jeremy Harris | |