summaryrefslogtreecommitdiff
path: root/test/stderr
AgeCommit message (Collapse)Author
2013-05-22Merge branch 'callout_auth'Jeremy Harris
2013-05-20Support AUTH for verify-callout and cutthrough-delivery.Jeremy Harris
Refactored smtp transport to pull out AUTH-related routines so they could be also called from the verify code. Bugs 321, 823.
2013-03-25OCSP-stapling enhancement and testing.Jeremy Harris
Server: Honor environment variable as well as running_in_test_harness in permitting bogus staplings Update server tests Add "-ocsp" option to client-ssl. Server side: add verification of stapled status. First cut server-mode ocsp testing. Fix some uninitialized ocsp-related data. Client (new): Verify stapling using only the chain that verified the server cert, not any acceptable chain. Add check for multiple responses in a stapling, which is not handled Refuse verification on expired and revoking staplings. Handle OCSP client refusal on lack of stapling from server. More fixing in client OCSP: use the server cert signing chain to verify the OCSP info. Add transport hosts_require_ocsp option. Log stapling responses. Start on tests for client-side. Testing support: Add CRL generation code and documentation update Initial CA & certificate set for testing. BUGFIX: Once a single OCSP response has been extracted the validation routine return code is no longer about the structure, but the actual returned OCSP status.
2013-01-26PRDR support, if compiled with EXPERIMENTAL_PRDRJeremy Harris
2013-01-06Restrict lifetime of $router_name and $transport_name. Bug 308.Jeremy Harris
The router name is explicitly nulled after the router exits; the transport name is set only in the subprocess it runs in.
2012-12-25Add $router_name and $transport_name variables. Bug 308.Jeremy Harris
2012-12-23Update testsuite (gnutls) outputs to match 6822b9.Jeremy Harris
2012-12-09Fix tests 5400, 5401, 5410, 5420 to work under any user.Jeremy Harris
2012-12-07Fix tests 5401 and 5410 when not run under a user named eximtest.Tony Finch
2012-12-07Fix test 5400 when not run under a user named eximtest.Tony Finch
2012-12-07More test updates following the retry fix.Tony Finch
Most of these are due to the changes in the logging of ultimate timeout checks. Test 0548 is more meaningfully affected. The test originally failed to spot that the recipient-specific deferrals pushed past the ultimate retry timeout.
2012-12-06Update test 0357 following the retry fix.Tony Finch
2012-11-04Add A= to delivery log lines, and a client_set_id option to authenticators.Jeremy Harris
2012-10-27Update testsuite outputs to match 333b9d.Jeremy Harris
2012-07-06Make +smtp_confirmation be a default logging option.Todd Lyons
2012-06-04Add hosts_verify_avoid_tls option to smtp transport.Jeremy Harris
2012-06-04Fix post-rebase merge issues.Jeremy Harris
2012-06-04Split out OpenSSL and GnuTLS versions of tests.Jeremy Harris
2012-06-04Support transport hosts_avoid_tls for cutthrough.Jeremy Harris
2012-06-04Add testcase for callout fallback from ESMTP to SMTP.Jeremy Harris
2012-06-04Fix tls variables order, and testsuite case 5401 (cutthrough) for changes ↵Jeremy Harris
that went in with dual-tls.
2012-06-04Deal explicitly with attempt to callout via null transport; fixes crash.Jeremy Harris
2012-06-04Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts.Jeremy Harris
2012-06-04Testsuite cases for basic cutthrough_delivery.Jeremy Harris
Also fixed bug where a predata acl was required for cutthrough.
2012-05-20Testsuite: munge recorded TLS version &c in output to permit awkward ↵Jeremy Harris
test-host installations.
2012-05-18Test 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-17fix 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-13Make integer values 64bit (bug 1171).Jeremy Harris
2012-05-07Testsuite: updates for 8bitmime-as-default.Jeremy Harris
2012-05-05Fix bug 1225: Accept new testsuite case output.Jeremy Harris
Having looked further at the ratelimit code, the new output looks reasonable. The obscure values of "19" derive from testing "per-byte", being the size of the test message.
2012-05-01Update testsuite output files for GnuTLS version update and fixes.Jeremy Harris
2012-04-25Add ACL name to debug output of condition result (bug 1238).Jeremy Harris
2012-04-23Update testsuite case enabled by fix for bug 1227, with changes require by ↵Jeremy Harris
bug 1224.
2012-04-22Bug 1224: fixup testsuite case output from testdb.Jeremy Harris
2012-04-19Fix bug 1224.Jeremy Harris
Replace the lookup index char in sterr traces with a zero; update testcase expected stderr files to match.
2012-04-18Fix bug 1229.Jeremy Harris
Update testcase output with now-expected info.
2012-04-17Testcase changes to match changes introduced by bug 1214.root
Additional "A=" authenticator info was added to log lines for rejections.
2010-06-08another change related to Date/Message-Id order, just took me a while to ↵John Jetmore
realize how it was related.
2010-06-05munge caller's GECOS in output to make more portable across test accountsJohn Jetmore
2010-06-05runtest - trim trailing whitespace from otherwise un-rewritten host lines in ↵John Jetmore
munge function 0190, 0244, 0297, 0350, 0430 - standardize trailing whitespace 0403 - lingering header order fix, fix change in lookup type encoding after dkim lookup type removal
2010-06-04With a few minor exceptions for tests that had additional concerns and tests ↵John Jetmore
I don't have working in my environment yet, this should be the last of the header-order-related changes
2010-06-03updates to test suite - roll back lookup changes after dkim lookup removed, ↵John Jetmore
strip OpenSSL version info
2009-11-23Correct header sorting for testsuite. Required manual patching, so maybe ↵Nigel Metheringham
errors. Fixes: #919
2008-02-07Some test output changes caused by the addition of the DKIP lookup type.Tony Finch
2008-02-07Some test output changes caused by the addition of the DKIP lookup type.Tony Finch
2008-02-07Add regression test for bug#615Tony Finch
2007-08-29Test update.Philip Hazel
2007-08-23Add "server=" feature to MySQL and PostgreSQL lookups.Philip Hazel
2007-08-22Add the NOTQUIT ACL.Philip Hazel
2007-07-05Yet another (hope the last for now) minor test tweak.Philip Hazel