summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-24Docs: wording fixes.u34
2020-11-23Docs: list $spam_ variables in expansions chapterJeremy Harris
2020-11-19Logging: add I= element to transport-defer lines. Bug 2675Jeremy Harris
2020-11-12More taint notesJeremy Harris
2020-11-10Docs: clarify client-side auth options for smtp transportJeremy Harris
2020-11-10More taint discussion in docsJeremy Harris
2020-11-03tidyingJeremy Harris
2020-11-03Testsuite: ignore cert-rotation debug outputJeremy Harris
2020-11-03Fix spurious logging of select errorJeremy Harris
2020-11-02typoJeremy Harris
2020-11-02kevent: handle OpenBSD API anomaly, reduxJeremy Harris
2020-11-02Pass authenticator pubname through spool. Bug 2648Jeremy Harris
2020-10-30LDAP: fix taint-check in server list walk. Bug 2646Jeremy Harris
2020-10-30Fix build on platforms lacking TIOCOUTQ ioctlJeremy Harris
2020-10-29Fix build on platforms lacking TIOCOUTQ ioctlJeremy Harris
2020-10-29Debug: show stalled send-data count on message-errorsJeremy Harris
2020-10-28Docs: index smtp transport timeoutsJeremy Harris
2020-10-28Avoid manually-counted long stringsJeremy Harris
2020-10-26Docs: another detaint mentionJeremy Harris
2020-10-13Revert "Testsuite: allow 1s timing slop in dumpdb output"Jeremy Harris
This reverts commit 625cd9501315e1010ecbf8718c88c8b79ce09e94.
2020-10-13Testsuite: munge & delay for early selfsign generateJeremy Harris
Broken-by: 48e9099006
2020-10-13 TLS: pre-generate and load server selfsigned cert, when one is to be usedJeremy Harris
2020-10-11Testsuite: case-number shufflingJeremy Harris
2020-10-11Testsuite: more time for loaded test platformsJeremy Harris
2020-10-11Docs: Mention issues with TLS client cert and Exim <= 4.85Heiko Schlittermann (HS12-RIPE)
* cb1d783072c488a4a558607b2ee122efba95aa4b * 8c40856083f3a2e89350ab3aacfb95256fbadd9d > Author: Jeremy Harris <jgh146exb@wizmail.org> > Date: Sun Nov 23 16:10:30 2014 +0000 > > Support use of system default CA bundle
2020-10-10Testsuite & OpenSSL debug: regularise debug output, and fix test mungingJeremy Harris
2020-10-10kevent: handle OpenBSD API anomalyJeremy Harris
2020-10-10kevent: fix directory checkJeremy Harris
2020-10-10OpenBSD, NetBSD: TLS preloadJeremy Harris
NetBSD is not actually really supported by the project, but a user did pop up this year asking for a build
2020-10-10More debug for fail cases in kevent set-watchJeremy Harris
2020-10-09Unbreak no-TLS buildJeremy Harris
Broken-by: dc4ab0a186
2020-10-09FreeBSD: TLS: preload configuration itemsJeremy Harris
2020-10-08Testsuite: allow 1s timing slop in dumpdb outputJeremy Harris
2020-10-05Unbreak non-ipv6 buildJeremy Harris
Broken-by: 261fc93208
2020-10-05GnuTLS: when library too old for system CA bundle support, do not default ↵Jeremy Harris
options to using it
2020-10-05Debug output: regularise host lookup tracingJeremy Harris
2020-10-05Add proxy_protocol_timeout main config option.Heiko Schlittermann (HS12-RIPE)
2020-10-05Testsuite: Allow input lines starting with ":<cmd>:", like ":sleep:".Heiko Schlittermann (HS12-RIPE)
This somehow mimics the behaviour of the client tool, but works for *any* input line that is sent to the application. This reverts the unfortunate take abusing the client's special notation '>>> '. Currently implemented: - :eval: - :neol: - :sleep:
2020-10-05Testsuite: README: improve searchability of ">>> ", "??? ", …Heiko Schlittermann (HS12-RIPE)
2020-10-04Testsuite: missing stdout fileJeremy Harris
Testsuite: library version variances Broken-by: 6a9cf7f890
2020-10-04Unbreak build on non-inotify platformsJeremy Harris
Broken-by: 6a9cf7f890
2020-10-04Fix build on earlier library versionJeremy Harris
Broken-by: 6a9cf7f890
2020-10-04Testsuite: missing log fileJeremy Harris
Broken-by: 6a9cf7f890
2020-10-04Fix non-OCSP buildJeremy Harris
Broken-by: 6a9cf7f890
2020-10-04Testsuite: TLS system CA dirs vary across platformsJeremy Harris
Broken-by: 6a9cf7f890
2020-10-04GnuTLS: fix build on earlier library version.Jeremy Harris
Broken-by: 6a9cf7f890
2020-10-04Merge branch 'hs/fix-proxy-bh' (Closes 2656)Heiko Schlittermann (HS12-RIPE)
2020-10-04Testsuite: Add test for proxy and -bh (Bug 2656)Heiko Schlittermann (HS12-RIPE)
2020-10-04Use ALARM() to set deadline on reading the proxy header (Bug 2656)Heiko Schlittermann (HS12-RIPE)
2020-10-04Replace recv() by read() (Bug 2656)Heiko Schlittermann (HS12-RIPE)