summaryrefslogtreecommitdiff
path: root/test/stderr
AgeCommit message (Collapse)Author
2019-02-10Authenticators: refactor SASL support codeJeremy Harris
(cherry picked from commit a310a8d09c56e6049714ae4e4070c16ecb6aa2b1)
2018-12-31PIPE_CONNECT: fix feature-cache refreshJeremy Harris
2018-12-18Log failures to extract envelope addresses from message headers. Bug 2351Jeremy Harris
(cherry picked from commit 60c02b350a7d325e64ae0a656cfd37a9fbd162a7)
2018-12-14Fix parsing of option type Kint (integer, stored in K). Bug 2348Jeremy Harris
Broken-by: a45431fa71
2018-12-05Send delay-MDN for any queurun past delay_warning, even if not retry time ↵Jeremy Harris
yet. Bug 2341
2018-12-02tidyingJeremy Harris
2018-12-02More debug in smtp transportJeremy Harris
2018-12-02Logging: outgoing_port on temporary errors for non-last hostsJeremy Harris
Also show nonstandard ports in process info for exiwhat
2018-11-25Testsuite: ignore OCSP option output; fixes runs on non-OCSP buildsJeremy Harris
2018-11-11Testsuite: account for hostname-dependent output in debug outputJeremy Harris
2018-11-09Testsuite: avoid time-quantization issueJeremy Harris
2018-11-05Squashed commit of PIPE_CONNECTJeremy Harris
2018-10-30Testsuite: adjust for 64b-int compatabilityJeremy Harris
2018-10-30Increase size of variables for check_spool_space and check_log_spaceJeremy Harris
2018-10-26Testsuite: variances for OpenSSL 1.1.1Jeremy Harris
2018-10-21MacOS: fix spurious "child process failure"Jeremy Harris
2018-10-12Increase buffer size used for DNS responses. Bug 2329Jeremy Harris
2018-10-02Debug: noutf8 selector. Bug 2324Jeremy Harris
2018-09-19Testsuite: output changes resulting from timing change.Jeremy Harris
Broken-by: 8008accd32
2018-09-17DANE: fix TA-mode verify under GnuTLS. Bug 2311Jeremy Harris
2018-09-09DANE - testcase for fail under GnuTLS with TA-mode to a selfsigned server certJeremy Harris
2018-08-21Debug: indent builtin-DB operationsJeremy Harris
2018-08-21Logging: pipelining log_selectorJeremy Harris
2018-06-25Expansions: A tls option on ${readsocket }. Bug 2282Jeremy Harris
2018-05-16Testsuite: output changes arisingJeremy Harris
2018-05-16Callouts: record succeeding random local-part tests. Bug 177Jeremy Harris
2018-04-16Testsuite: output changes arisingJeremy Harris
Broken-by: 777e3beace
2018-04-15Testsuite: syslog testcaseJeremy Harris
2018-04-15Avoid doing logging in signal-handlers. Bug 1007Jeremy Harris
2018-04-02Avast: improve compliance with avast-protocol(5)Heiko Schlittermann (HS12-RIPE)
Treat scanner errors as malware. Defer on scanner tmpfail only.
2018-03-30Testcases for dane_require_tls_ciphersJeremy Harris
2018-03-16Fix heavy-pipeline SMTP command input corruption. Bug 2250Jeremy Harris
2018-03-12Update to protocol used by avast 2.2.0 (Multiline responses) (Bug 2112)Heiko Schlittermann (HS12-RIPE)
Based on a patch by Victor Ustugov.
2018-03-03Testsuite: for DKIM signing, store resulting mail for comparisonJeremy Harris
2018-03-03ARC initial implementation. Experimental. Bug 2162Jeremy Harris
2018-02-18Expansions: make ${authresults } usable in a named ACLJeremy Harris
This will be more common than directly in the acl_smtp_data option, and suffers one less expansion in operation.
2018-02-18Expansions: new ${authresults {mch}} for an Authentication-Results headerJeremy Harris
2018-02-17Testsuite: munge for no-DKIM buildsJeremy Harris
2018-02-12Debug: more detail in dkim processingJeremy Harris
2018-02-06DKIM: Ed25519 signatures (GnuTLS 3.6.0 and later)Jeremy Harris
2018-01-28Debugging: fix potential null-derefs in DSN debug_printfsJeremy Harris
2018-01-14Testsuite: MySQL portabilityJeremy Harris
2018-01-13Lookups: fix mysql lookup returns for no-data "queries",Jeremy Harris
when the number of rows affected is returned. Bug 2223 Broken-by: acec9514b1 Also enhance the testsuite mysql testcase to be standalone and move to standard-run set and add a specific testcase for this bug. Testcase working on Fedora at least - we'll see what happens on other platforms where executable locaation may vary.
2018-01-07DKIM: permit dkim_private_key to override dkim_strict on signing. Bug 2220Jeremy Harris
2018-01-06Logging: disable the verbose DKIM verification line by default; add a tag to ↵Jeremy Harris
<= lines. New log_selector controls "dkim" and "dkim_verbose".
2018-01-01Feature macros, show-supported and build-time selection for malware interfacesJeremy Harris
2017-12-28Debug: enhance output from smtp transport entryJeremy Harris
2017-12-27Testtsuite: output changes resultingJeremy Harris
2017-12-24Lookups: fix pgsql multiple-row, single-column returnJeremy Harris
Report & fix from James <list@xdrv.co.uk>; additional tidying and testcase by JGH Broken-by: acec9514b1
2017-12-24Testsuite: shift pgsql tests to the standard-run setJeremy Harris