summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-18Show the DNSSEC status (ad=) always in -bt/-bv outputHeiko Schlittermann (HS12)
2015-05-18Fix truncated dns-lookup return record handlingJeremy Harris
2015-05-18Testsuite: move manyhome.test,ex handling from exim to fakensJeremy Harris
2015-05-17Remove word "rejected" from ACL-discard log lines. Bug 1632Jeremy Harris
2015-05-17Testsuite: Munge the output to fit the ad=… linesHeiko Schlittermann (HS12)
2015-05-16tidyingJeremy Harris
2015-05-15Callout: additional debug on cache operationsJeremy Harris
2015-05-15Testsuite: reverted: Output of path to fakensHeiko Schlittermann (HS12)
This partially reverts 5f3d09836.
2015-05-14Testsuite: missing output fileJeremy Harris
2015-05-13Testsuite: Check dnssec_{request,require}_domains for dnslookupHeiko Schlittermann (HS12)
2015-05-12Testsuite: locate fakens relative to the config_main_directoryHeiko 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-12Output dnssec status in -bt/-bv modeHeiko Schlittermann (HS12)
Currently this feature is enabled only if running_in_test_harness, because I don't want to break anything else.
2015-05-11Diagnostic debug message if fakens is not foundHeiko Schlittermann (HS12)
2015-05-11Do not use the A lookup following an AAAA for setting the FQDN. Bug 1588Jeremy 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-10Docs: Fix a single letter typoHeiko Schlittermann (HS12)
2015-05-10Override DISABLE_DNSSEC when EXPERIMENTAL_DANE is in useHeiko Schlittermann (HS12)
2015-05-10Add feature tag for DNSSECHeiko Schlittermann (HS12)
2015-05-10Docs: Make build unicode resistantHeiko Schlittermann (HS12)
Force LC_ALL=C for spec.txt. Add an additional build target: spec.utf8.
2015-05-09Support SOA lookup in dnsdb lookups. Bug 286Jeremy Harris
2015-05-09Add retrans/retry options to dnsdb lookup. Bug 1539Jeremy Harris
2015-05-08Testsuite: fix build on older LinuxenJeremy Harris
2015-05-07 Log lengthy DNS lookups. Bug 514Jeremy Harris
Original by <derrick.rice@gmail.com>, massaged by JH
2015-05-06Testsuite: Fix the [U]pdate for new testcasesHeiko Schlittermann (HS12)
2015-05-06Log reason for defer, on a hostlist dns-lookup temporary error. Bug 1328Jeremy Harris
2015-05-05Testsuite: fix testcase sequencingJeremy Harris
Broken-by: f41e05066084 Replaces: 0368847fd98d
2015-05-04I18N: new ${imapfolder_<sep>:<string>} expansion item. Bug 420Jeremy Harris
2015-05-04Testsuite: Patch for lost server -> exim interlockJeremy Harris
This is an interim workaround. Broken-by: f41e05066084
2015-05-04Testsuite: fix scripts for daemon interlockJeremy Harris
Broken-by: f41e05066084
2015-05-03Testsuite: allow long server startup delay after big file writeJeremy Harris
Needed for running on an SD-card filesystem
2015-05-03Testsuite: interlock daemon startup with testcase runJeremy Harris
Required for running on an SD card filesystem, which is subject to obscene delays (possibly flash background processing).
2015-04-26exigrep: fallback to $PATH if zcat is missing. BUG 1575Heiko Schlittermann (HS12)
2015-04-26Invert default for iconv() 2nd arg type, to match SUSv3. Bug 1161Jeremy Harris
Probably most of the lesser-used builds are already broken; this won't fix them
2015-04-26MIME: recode 2231-to-2047 safely. Bug 466Jeremy Harris
The original expansion was vulnerable to odd filenames.
2015-04-26MIME: Support RFC2231 for filenames. Bug 466Jeremy Harris
Patch originally from Alexander Shikoff, heavily reworked by JH.
2015-04-25Make dnssec_request_domains/dnssec_require_domains genericHeiko 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-25Testsuite: add hint about usernamesHeiko Schlittermann (HS12)
2015-04-25Testsuite: add more help about options to client.cHeiko Schlittermann (HS12)
2015-04-25Testsuite: add support for -FLAVOUR optionHeiko 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-25Testsuite: add support for relative name of eximHeiko Schlittermann (HS12)
The runtest script converts a relative name of the binary to an absolute name. This is mainly a comfort feature.
2015-04-25Testsuite: check the TRUSTED_CONFIG_LIST contentHeiko 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-25Testsuite: Auto-detect missing sbin directoriesHeiko 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-25Testsuite: unify the fs dependend error messagesHeiko Schlittermann (HS12)
2015-04-25Testsuite: wait for queue runner finish (more)Heiko Schlittermann (HS12)
2015-04-25Testsuite: wait for queue runner finishHeiko Schlittermann (HS12)
2015-04-24DKIM: Wrap signature header (more) in line with RFC 5322 and RFC 4871Jasen Betts
2015-04-24Testsuite: Fix check_dir_size() fs dependenciesJeremy Harris
2015-04-22UTF8: Cert namechecks always use a-labelJeremy Harris
2015-04-22UTF8: docs update. Bug 1516Jeremy Harris
2015-04-21UTF8: mua_wrapperJeremy Harris
2015-04-21UTF8: MSA calloutsJeremy Harris