Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Testsuite: separate cases for TLS resumption with/out OCSP | 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-08-01 | Testsuite: add EAI local-part testcase | 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-14 | Docs: typos and clarification of DMARC sender | Heiko Schlittermann (HS12-RIPE) | |
2020-07-13 | Taint: fix ACL "spam" condition, to permit tainted name arguments | Jeremy Harris | |
Follow-on from: 62b2ccce05 | |||
2020-07-12 | Docs: add note on non-functionality of "exists" for de-tainting | Jeremy Harris | |
2020-07-10 | Release unused memory in parse_quote_2047() | Jeremy Harris | |
2020-07-10 | Command-line option for no notifier socket. Bug 2616 | Jeremy Harris | |
2020-07-09 | Fix taint trap in parse_fix_phrase(). Bug 2617 | Jeremy Harris | |
2020-07-09 | tidying | Jeremy Harris | |
2020-07-06 | Fix DKIM signing to always ;-terminate. Bug 2295 | Guillaume Outters | |
2020-07-05 | Support ret-full on lsearch. Bug 2611 | Jeremy Harris | |
2020-07-05 | Move errno-protection into string_open_failed() | Jeremy Harris | |
2020-07-03 | typoes | Jeremy Harris | |
2020-06-30 | Fix message-reception clock usage. Bug 2615 | Jeremy Harris | |
Broken-by: 6906c131d1 (4.94) | |||
2020-06-29 | Taint: fix ACL "spam" condition, to permit tainted name arguments. | Jeremy Harris | |
2020-06-28 | Sqlite: fix segfault on bad/missing sqlite_dbfile. Bug 2606 | Jeremy Harris | |
2020-06-28 | Testsuite: output changes resulting | Jeremy Harris | |
2020-06-28 | Remove attempts to quieten compiler static-checking (more) | Jeremy Harris | |
2020-06-27 | Testsuite: munging | Jeremy Harris | |
2020-06-27 | Remove attempts to quieten compiler static-checking | Jeremy Harris | |
The rash of output from -Wself-assign on Darwin demonstrates just how pointless this war is | |||
2020-06-27 | Build: separate guard for futimens() | Jeremy Harris | |
Darwin does not have the data element we manipulate with futimens() | |||
2020-06-27 | typo | Jeremy Harris | |
2020-06-27 | Fix build for non-Linux platforms having openat. | Jeremy Harris | |
Broken-by: 1077d3c3f9 | |||
2020-06-25 | Docs: list further ways $domain_data &c may be filled in | Jeremy Harris | |
2020-06-25 | Lookups: Fix "subdir" filter on a dsearch. | Jeremy Harris | |
2020-06-25 | Build: guards on openat() | Jeremy Harris | |
2020-06-24 | Handle quoted local_part input to ${srs_encode }. Bug 2607 | Jeremy Harris | |
2020-06-22 | Cutthrough: handle request when a callout-hold is active. Bug 2604 | Jeremy Harris | |