summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-04-21UTF8: MSA downconversionsJeremy Harris
2015-04-19Testsuite: be more tolerant of slow filesystemJeremy Harris
2015-04-19UTF8: GnuTLS testcase outputsJeremy Harris
2015-04-19Testsuite: fix content-scanner interface testsJeremy Harris
2015-04-18Fix signedness bug in SPA authenticatorJeremy Harris
2015-04-18Testsuite: split out tests requiring IPv6Jeremy Harris
2015-04-18UTF8: Avoid treating a punycoded dns lookup as an implicit redirectionJeremy Harris
2015-04-13Fix more build dependenciesHeiko Schlittermann (HS12)
2015-04-13UTF8: split up testcasesJeremy Harris
2015-04-13Stabilize test 3000 - Perl hashHeiko 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-13Fix build dependency. Bug 1611Heiko Schlittermann
2015-04-13Fix with-TLS non-International buildJeremy Harris
2015-04-13Do not build International by defaultJeremy Harris
2015-04-13Merge branch 'SMTPUTF8_1516'. Bug 1516Jeremy Harris
This adds limited support for the ESMTP option SMTPUTF8 under the EXPERIMENTAL_INTERNATIONAL compile define
2015-04-13tidyingJeremy Harris
2015-04-13non-smtp inputJeremy Harris
2015-04-12client heloJeremy Harris
2015-04-12tlsJeremy Harris
2015-04-12DNS lookups never use UTF-8Jeremy Harris
2015-04-12Permit underbar in dns name component; needed for srv, csa, dane...Jeremy Harris
2015-04-12forwardingJeremy Harris
2015-04-12Rename substructure for ease of debuggingJeremy Harris
2015-04-12sender verify calloutJeremy Harris
2015-04-12utf8 recipientJeremy Harris
2015-04-12recipient verify calloutJeremy Harris
2015-04-12bounce messageJeremy Harris
2015-04-12smtp output, no remote supportJeremy Harris
2015-04-12smtp outputJeremy Harris
2015-04-12received_protocolJeremy Harris
2015-04-12protocol prepJeremy Harris
2015-04-12smtp inputJeremy Harris
2015-04-12A-label expansion operatorsJeremy Harris
2015-04-12A-label transform functionsJeremy Harris
2015-04-12feature negotiationJeremy Harris
2015-04-06Care with printability of logged information. Bug 1609Simon Amor