Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-24 | Docs: wording fixes. | u34 | |
2020-11-23 | Docs: list $spam_ variables in expansions chapter | Jeremy Harris | |
2020-11-19 | Logging: add I= element to transport-defer lines. Bug 2675 | Jeremy Harris | |
2020-11-12 | More taint notes | Jeremy Harris | |
2020-11-10 | Docs: clarify client-side auth options for smtp transport | Jeremy Harris | |
2020-11-10 | More taint discussion in docs | Jeremy Harris | |
2020-11-03 | tidying | Jeremy Harris | |
2020-11-03 | Testsuite: ignore cert-rotation debug output | Jeremy Harris | |
2020-11-03 | Fix spurious logging of select error | Jeremy Harris | |
2020-11-02 | typo | Jeremy Harris | |
2020-11-02 | kevent: handle OpenBSD API anomaly, redux | Jeremy Harris | |
2020-11-02 | Pass authenticator pubname through spool. Bug 2648 | Jeremy Harris | |
2020-10-30 | LDAP: fix taint-check in server list walk. Bug 2646 | Jeremy Harris | |
2020-10-30 | Fix build on platforms lacking TIOCOUTQ ioctl | Jeremy Harris | |
2020-10-29 | Fix build on platforms lacking TIOCOUTQ ioctl | Jeremy Harris | |
2020-10-29 | Debug: show stalled send-data count on message-errors | Jeremy Harris | |
2020-10-28 | Docs: index smtp transport timeouts | Jeremy Harris | |
2020-10-28 | Avoid manually-counted long strings | Jeremy Harris | |
2020-10-26 | Docs: another detaint mention | Jeremy Harris | |
2020-10-13 | Revert "Testsuite: allow 1s timing slop in dumpdb output" | Jeremy Harris | |
This reverts commit 625cd9501315e1010ecbf8718c88c8b79ce09e94. | |||
2020-10-13 | Testsuite: munge & delay for early selfsign generate | Jeremy Harris | |
Broken-by: 48e9099006 | |||
2020-10-13 | TLS: pre-generate and load server selfsigned cert, when one is to be used | Jeremy Harris | |
2020-10-11 | Testsuite: case-number shuffling | Jeremy Harris | |
2020-10-11 | Testsuite: more time for loaded test platforms | Jeremy Harris | |
2020-10-11 | Docs: Mention issues with TLS client cert and Exim <= 4.85 | Heiko 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-10 | Testsuite & OpenSSL debug: regularise debug output, and fix test munging | Jeremy Harris | |
2020-10-10 | kevent: handle OpenBSD API anomaly | Jeremy Harris | |
2020-10-10 | kevent: fix directory check | Jeremy Harris | |
2020-10-10 | OpenBSD, NetBSD: TLS preload | Jeremy Harris | |
NetBSD is not actually really supported by the project, but a user did pop up this year asking for a build | |||
2020-10-10 | More debug for fail cases in kevent set-watch | Jeremy Harris | |
2020-10-09 | Unbreak no-TLS build | Jeremy Harris | |
Broken-by: dc4ab0a186 | |||
2020-10-09 | FreeBSD: TLS: preload configuration items | Jeremy Harris | |
2020-10-08 | Testsuite: allow 1s timing slop in dumpdb output | Jeremy Harris | |
2020-10-05 | Unbreak non-ipv6 build | Jeremy Harris | |
Broken-by: 261fc93208 | |||
2020-10-05 | GnuTLS: when library too old for system CA bundle support, do not default ↵ | Jeremy Harris | |
options to using it | |||
2020-10-05 | Debug output: regularise host lookup tracing | Jeremy Harris | |
2020-10-05 | Add proxy_protocol_timeout main config option. | Heiko Schlittermann (HS12-RIPE) | |
2020-10-05 | Testsuite: 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-05 | Testsuite: README: improve searchability of ">>> ", "??? ", … | Heiko Schlittermann (HS12-RIPE) | |
2020-10-04 | Testsuite: missing stdout file | Jeremy Harris | |
Testsuite: library version variances Broken-by: 6a9cf7f890 | |||
2020-10-04 | Unbreak build on non-inotify platforms | Jeremy Harris | |
Broken-by: 6a9cf7f890 | |||
2020-10-04 | Fix build on earlier library version | Jeremy Harris | |
Broken-by: 6a9cf7f890 | |||
2020-10-04 | Testsuite: missing log file | Jeremy Harris | |
Broken-by: 6a9cf7f890 | |||
2020-10-04 | Fix non-OCSP build | Jeremy Harris | |
Broken-by: 6a9cf7f890 | |||
2020-10-04 | Testsuite: TLS system CA dirs vary across platforms | Jeremy Harris | |
Broken-by: 6a9cf7f890 | |||
2020-10-04 | GnuTLS: fix build on earlier library version. | Jeremy Harris | |
Broken-by: 6a9cf7f890 | |||
2020-10-04 | Merge branch 'hs/fix-proxy-bh' (Closes 2656) | Heiko Schlittermann (HS12-RIPE) | |
2020-10-04 | Testsuite: Add test for proxy and -bh (Bug 2656) | Heiko Schlittermann (HS12-RIPE) | |
2020-10-04 | Use ALARM() to set deadline on reading the proxy header (Bug 2656) | Heiko Schlittermann (HS12-RIPE) | |
2020-10-04 | Replace recv() by read() (Bug 2656) | Heiko Schlittermann (HS12-RIPE) | |