Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-04 | Add expansion variable $headers_added returning newline-sep list of headers | Jeremy Harris | |
added in ACLs. Bug 199. | |||
2012-10-04 | Strip leading/trailing newlines on list of headers for addition; bug 884. | Jeremy Harris | |
NB: this means a bare "X-ACL-Warn:" header is harder to add. | |||
2012-09-24 | Fix expected test output file with return before linefeed. | Jeremy Harris | |
2012-09-05 | Add dnsdb lookup pseudo-type "a+". Addresses bug 1269. | Jeremy Harris | |
2012-07-27 | Bug #198: Add remove_header ACL modifier. | Todd Lyons | |
Used patch from Magnus Holmgren dated 2007-02-20. Added documentation. Added tests to detect proper operation. | |||
2012-07-09 | Add CONTINUE to runtest script | Todd Lyons | |
2012-07-08 | Add check for inlist and !inlist in test 0002. | Todd Lyons | |
2012-07-08 | Merge branch 'master' of git://git.exim.org/exim | Jeremy Harris | |
2012-07-08 | Multiple headers_add/remove options per router/transport - fixes bug 337 | Jeremy Harris | |
2012-07-06 | Make +smtp_confirmation be a default logging option. | Todd Lyons | |
2012-06-27 | Acl expansions: tests and documentation | Jeremy Harris | |
2012-06-12 | Use custom variables for ACL args, up to nine. Add an arg-count variable. | Jeremy Harris | |
2012-06-12 | Add ${acl {name}{arg}} expansion item. | Jeremy Harris | |
2012-06-12 | Change names to "listnamed" and "listcount". | Jeremy Harris | |
2012-06-10 | Add ${list:name} and ${nlist:string} expansion operators. | Jeremy Harris | |
2012-06-05 | Testsuite: add per-testcase munge facility; use for dnssec and gnutls. | Jeremy Harris | |
2012-06-05 | Support "G" modifier on numbers in ${if comparisons. | Jeremy Harris | |
2012-06-04 | Add hosts_verify_avoid_tls option to smtp transport. | Jeremy Harris | |
2012-06-04 | Fix post-rebase merge issues. | Jeremy Harris | |
2012-06-04 | Split out OpenSSL and GnuTLS versions of tests. | Jeremy Harris | |
2012-06-04 | Change use of $tls_cipher in client context to $tls_out_cipher. | Jeremy Harris | |
2012-06-04 | Fix bug verifying certs on dual-tls. | Jeremy Harris | |
2012-06-04 | Support transport hosts_avoid_tls for cutthrough. | Jeremy Harris | |
2012-06-04 | Add testcase for callout fallback from ESMTP to SMTP. | Jeremy Harris | |
2012-06-04 | Fix testsuite cases affected by 8bitmime-as-default. | Jeremy Harris | |
2012-06-04 | Fix tls variables order, and testsuite case 5401 (cutthrough) for changes ↵ | Jeremy Harris | |
that went in with dual-tls. | |||
2012-06-04 | Deal explicitly with attempt to callout via null transport; fixes crash. | Jeremy Harris | |
2012-06-04 | Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts. | Jeremy Harris | |
2012-06-04 | Testsuite cases for basic cutthrough_delivery. | Jeremy Harris | |
Also fixed bug where a predata acl was required for cutthrough. | |||
2012-06-04 | Test for proper parsing of optional MAIL FROM args. | Todd Lyons | |
2012-06-04 | Test system - parse ipv6 addresses with no :: in them. | Todd Lyons | |
2012-05-27 | Test: update for new tls_dhparam (suite used on Scientific Linux 6 test host). | Jeremy Harris | |
2012-05-27 | Test: update for new tls_dhparam | Phil Pennock | |
2012-05-25 | Ignore vim swap files and test/* temporary files/dirs | Todd Lyons | |
2012-05-23 | Manually control locale, setting to "C" in runtest script. | Todd Lyons | |
Fixes the output of 'ls' command to a standard format (test 345). | |||
2012-05-21 | Testsuite: more robust fix for SHELL vs /bin/sh, take two. | Jeremy Harris | |
2012-05-21 | Revert "Testsuite: more robust fix for SHELL vs /bin/sh" | Jeremy Harris | |
This reverts commit 8dedb69a41c30fd82ab6e084fe567f7ee7aaa562. Kills testcase 0137. | |||
2012-05-21 | Testsuite: more robust fix for SHELL vs /bin/sh | Jeremy Harris | |
2012-05-21 | features.h; tls_validate_require_cipher: log flag & testsexim-4_80_RC3 | Phil Pennock | |
Pull in <features.h> on Linux. Switch readconf log from D_all (bug) to D_tls (though D_any would have worked). Modified runtest to handle clamped DH bits and tls_validate_require_cipher added debug logging. | |||
2012-05-20 | Merge branch 'master_testsuite_faq' | Todd Lyons | |
2012-05-20 | FAQ of running test suite | Todd Lyons | |
2012-05-20 | Testsuite: more guidance in README | Jeremy Harris | |
2012-05-19 | Cipher munging continues. | Phil Pennock | |
I omitted log/2025 pending further investigation. | |||
2012-05-20 | Testsuite: munge recorded TLS version &c in output to permit awkward ↵ | Jeremy Harris | |
test-host installations. | |||
2012-05-18 | Test suite fixes, mostly for new certs. | Phil Pennock | |
New cert1 and cert2 but I'd only updated the GnuTLS tests. This fixes OpenSSL ones too. The SHELL vs /bin/sh one also fixed, finally realised that the test output just hadn't been updated to match the munging. | |||
2012-05-17 | Make test-suite client cmd -t<timeout> actually work | Phil Pennock | |
2012-05-17 | CRL addition returns count of CRLs added | Phil Pennock | |
A couple more cert1/2 strings updated, plus some disambiguating rhubarb. | |||
2012-05-17 | fix tls_cipher memory lifetime. | Phil Pennock | |
Some tests had not been updated for the new cert because they were missing an X= log-line. Updated those tests now. | |||
2012-05-17 | More GnuTLS cleanups/fixes. | Phil Pennock | |
Decided "unknown (reason)" in tls_peerdn was wrong, stripped that, added replacement guard. Moved cipherbuf construction to where it makes more sense, where peerdn is extracted, so that setting the exim vars gets back closer to just some pointer switching. Fix missing failure check after handshake in client. Fix tls.c tls_ungetc() and friends by pointing watermark vars at state content. Regenerated test-suite D-H params so we don't have too small values, which was causing connection rejections. Test-suite output where new test cert info is logged (there will be a couple more, when I fix a lingering problem with tls_peerdn being unset in client log-lines). Give test-suite client command some --help. | |||
2012-05-17 | 4.78 -> 4.80 | Phil Pennock | |