summaryrefslogtreecommitdiff
path: root/test/stderr
AgeCommit message (Collapse)Author
2015-04-12bounce messageJeremy Harris
2015-03-31Fix positive testcase for -oMmJeremy Harris
2015-03-24Use TLS by default on callouts/cutthroughsJeremy Harris
2015-03-24Fix default-port TLSA lookup done by callout. Bug 1602Jeremy Harris
2015-03-15When trying spooled messages, account for the local-interface in grouping ↵Julian Brown
for a connection. Bug 1141
2015-02-22Relax rules on verb use in QUIT/not-QUIT ACLs. Bug 608Jeremy Harris
2015-02-09tidyingJeremy Harris
2015-02-04Openssl: add peer IP to cert verify log linesJeremy Harris
2015-02-01constificationJeremy Harris
2015-01-24Testsuite: remove old testcase for reverse_host_lookup/defer_okJeremy Harris
2015-01-24Support /defer_ok on verify=reverse_host_lookup. Bug 344Jeremy Harris
2015-01-20Testsuite: add testcase for <>-mismatch in To:/From: headersJeremy Harris
2015-01-20Multi-recipient cutthrough delivery. Bug 1542Jeremy Harris
Testing and fixes by: Heiko Schlittermann <hs@schlittermann.de>
2015-01-18Log local IP on delivery log line, under the incoming_interface log ↵Jeremy Harris
selector. Bug 507
2015-01-13Make smtp_receive_timeout main option expanded. Bug 564Jeremy Harris
2015-01-12Support timeout option on malware=Jeremy Harris
2015-01-12Testsuite: case for malware= avastJeremy Harris
2015-01-12Move DSN support to mainlineJeremy Harris
Affects bug 893
2015-01-12Emphasize whitespace in hostnames in debug outputJeremy Harris
2015-01-12Disable identd (rfc1413) lookups by defaultJeremy Harris
2015-01-12Log certificate verification status by defaultJeremy Harris
2015-01-12Make smtp transport try server cert verify by defaultJeremy Harris
This is an exim client checking a server certificate.
2015-01-12Move certificate name checking to mainline, default enabledJeremy Harris
This is an exim client checking a server certificate.
2014-12-21Testsuite: cases for malware= interfaces to f-protd, aveserver, fsecure, ↵Jeremy Harris
soophie & clamav There are running against scripts not the rea thing so only useful for spotting gross breakage.
2014-12-14Revert "Testsuite: Use explicit interface for send to localhost"Jeremy Harris
This reverts commit 30079bc1d20c0473d012ef33654358cfadb0a2ff. The buildfarm member running FreeBSD 10.0 was not fixed by that commit, as was hoped.
2014-12-13Testsuite: Use explicit interface for send to localhostJeremy Harris
FreeBSD is more lax in its choice of local address to bind; the difference is just noise in testcase output.
2014-11-12Testsuite: 0393 intermittently spits an extra stderr line. UnimportantJeremy Harris
for the testcase, so ignore it.
2014-11-08Fix smtp transport certificate-verification option matching to use correct hostJeremy Harris
Fix certificate name verification done with tls_try_verify_hosts Affected tls_verify_hosts, tls_try_verify_hosts, tls_verify_cert_hostnames.
2014-10-29Testsuite: tidyingJeremy Harris
2014-10-25Rename facility to Event Actions, ifdeffed on EXPERIMENTAL_EVENTJeremy Harris
2014-10-22More regular logging use of H=<name> [<ip>]Jeremy Harris
Note this may affect utilities which parse logs.
2014-10-22Testsuite outputs: ipv6Jeremy Harris
2014-10-16Handle certificate dir under GnuTLS, if recent enoughJeremy Harris
Add testcases for certificate directories The GnuTLS implementation has been tested on Fedora 21 (alpha), using GnuTLS 3.3.9. The testsuite case is here but with the script commented-out. When enabled, the log/mail/stdout/stderr files will be created fresh.
2014-08-20Expanded EXPERIMENTAL_TPDA featureJeremy Harris
Note this introduces incompatible changes; users who are compiling the feature in, and with configuration files using it, will need to change their configurations appropriately. See the experimental-spec.txt file.
2014-06-06Fix testcase for 984702 - the buffer boundary was deliberatelyJeremy Harris
being explored by the test
2014-05-06OCSP observability: variables $tls_{in,out}_ocspJeremy Harris
and smtp transport option hosts_request_ocsp
2014-05-06Refactor tls_client_init interfaceJeremy Harris
2014-05-03More debug outputJeremy Harris
2014-04-29Bug 1454: Option -oMm for message referenceHeiko Schlichting
Includes docs and test suite
2014-04-09More care with headers add/remove lists. Bug 1452Jeremy Harris
As a side-effect, playing games with newlines no longer gives an altered message body/ Testcase 0324 is questionable (though passing)
2014-03-19Fix testsuite GnuTLS case for 511a6c1Jeremy Harris
2014-03-16Support transport-added headers under cutthrough delivery. Bug 1431Jeremy Harris
2014-03-06Code for verify=header_names_asciiMichael Fischer v. Mollard
Documentation and test included. Fixed Conflicts: doc/doc-txt/ChangeLog
2013-09-30Bug 1031: Experimental TPDAJeremy Harris
Remove whitespace
2013-07-21Remove ACL-config skip so that ${acl } expansions work from queue-runs.Jeremy Harris
Previously we skipped parsing the ACL section when not needed. Now it is potentially needed in all cases. The skip was ~5% faster than a full parse so probably not a large part of the exim process startup. Fix up testsuite output files affected by the removal and add a regression test.
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.