Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | Fix non-OCSP build | Jeremy Harris | |
Broken-by: 6a9cf7f890 | |||
2020-10-04 | GnuTLS: fix build on earlier library version. | Jeremy Harris | |
Broken-by: 6a9cf7f890 | |||
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) | |
2020-10-04 | TLS: preload configuration items | Jeremy Harris | |
2020-10-04 | tidying | Jeremy Harris | |
2020-09-26 | OpenSSL: Fix client-side tls_verify_cert_hostnames behaviour | Jeremy Harris | |
2020-09-25 | Docs: Fix various typos (Closes 2650, 2651) | Nicolas R | |
2020-09-17 | default DH prime choice consistency | Phil Pennock | |
A function returning a default and a list which defined the value of "default" disagreed. Switch both to a macro to make it harder for them to fall out of sync. | |||
2020-09-12 | eximon: tidying | Jeremy Harris | |
2020-09-12 | eximon: fix FreeBSD build | Richard Clayton | |
2020-09-06 | GnuTLS: clear errno before any data i/o op, so error logging does not see ↵ | Jeremy Harris | |
stale values | |||
2020-09-01 | ARC: Add basic error-checking on permitted chars in admd & sel for signing. ↵ | Jeremy Harris | |
Bug 2639 | |||
2020-08-31 | Taint: enforce checking of directory creates | Jeremy Harris | |
2020-08-31 | add an internal error code definition | Jeremy Harris | |
2020-08-31 | Fix non-TLS build | Jeremy Harris | |
2020-08-27 | Fix non-DANE build | Jeremy Harris | |
2020-08-26 | DANE: Fix 2 messages from queue case | Jeremy Harris | |
2020-08-26 | tidying | Jeremy Harris | |
2020-08-24 | Build: ifdef guard for EXPERIMENTAL_QUEUEFILE | Jeremy Harris | |
2020-08-23 | Fix non-DANE build | Jeremy Harris | |
2020-08-23 | DANE: Fix 2-rcpt message, diff domins case. Bug 2265 | Jeremy Harris | |
2020-08-23 | tidying | Jeremy Harris | |
2020-08-23 | Debug: minor updates | Jeremy Harris | |
2020-08-21 | Taint: fix off-by-one in is_tainted(). Bug 2634 | Gavan | |
2020-08-20 | DANE: force SNI to use $domain. Bug 2265 | Jeremy Harris | |
Note: this is not a complete fix for the issue | |||
2020-08-14 | Fix ${readsocket } eol-replacement. Bug 2630 | Jeremy Harris | |
2020-08-10 | dnslists: hardwired return value check. Bug 2631 | Jeremy Harris | |
2020-08-10 | Build: Split out dnsbl code | Jeremy Harris | |
2020-08-10 | Constify | Jeremy Harris | |
2020-08-10 | Build: tidying | Jeremy Harris | |
2020-08-09 | Fix spelling of local_part_data in docs and debug output | Jeremy Harris | |
2020-08-02 | Fix lsearch ret=full | Jeremy Harris | |
2020-08-02 | Enforce STARTTLS sync point, client side | Jeremy Harris | |
Tested by appending to the "220 TLS go ahead\r\n" at src/tls-gnu.c line 2500 Testcase 2008, string "synch error before connect" becomes visible in log. To get the debug output: Testcase 2008, initial block; add -d+all to the exi -qf | |||
2020-08-01 | SPF: enhance A-R result | Jeremy Harris | |
2020-07-26 | GnuTLS: in server, detect TCP RST from client after QUIT under SSL, | Jeremy Harris | |
and log different message (under new log_selector) | |||
2020-07-24 | OpenSSL: in server, detect TCP RST from client after QUIT under SSL, | Jeremy Harris | |
and log different message (under new log_selector) | |||
2020-07-17 | debug_print_socket(): output formatting | Heiko Schlittermann (HS12-RIPE) | |
(cherry picked from exim-4.94+fixes, commit 73b748711caf8a4b18dd1c0d7c662b5d57798dfe) | |||
2020-07-17 | Fix debug_print_socket() | Heiko Schlittermann (HS12-RIPE) | |
debug_print_socket() crashed on AF_UNIX sockets (cherry picked from exim-4.94+fixes, commit 81cc39a7f5c17099f93b5c611bde5f58daaab71b) | |||
2020-07-13 | Taint: fix ACL "spam" condition, to permit tainted name arguments | Jeremy Harris | |
Follow-on from: 62b2ccce05 |