summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-28Fix utilities indexingPhil Pennock
It looks like there used to be another level of hierarchy here, with all three of the hints database commands described in one section. They're now distinct sections in their own right, so fix how they're linked to. Reported by: Peter Gervai Fixes: 2637
2020-08-27Docs: add to A= log-line element descriptionJeremy Harris
2020-08-27Fix non-DANE buildJeremy Harris
2020-08-26DANE: Fix 2 messages from queue caseJeremy Harris
2020-08-26tidyingJeremy Harris
2020-08-24Build: ifdef guard for EXPERIMENTAL_QUEUEFILEJeremy Harris
2020-08-23Fix non-DANE buildJeremy Harris
2020-08-23DANE: Fix 2-rcpt message, diff domins case. Bug 2265Jeremy Harris
2020-08-23tidyingJeremy Harris
2020-08-23Debug: minor updatesJeremy Harris
2020-08-21Taint: fix off-by-one in is_tainted(). Bug 2634Gavan
2020-08-20DANE: force SNI to use $domain. Bug 2265Jeremy Harris
Note: this is not a complete fix for the issue
2020-08-14Fix ${readsocket } eol-replacement. Bug 2630Jeremy Harris
2020-08-10dnslists: hardwired return value check. Bug 2631Jeremy Harris
2020-08-10Build: Split out dnsbl codeJeremy Harris
2020-08-10ConstifyJeremy Harris
2020-08-10Build: tidyingJeremy Harris
2020-08-09Fix spelling of local_part_data in docs and debug outputJeremy Harris
2020-08-02Testsuite: separate cases for TLS resumption with/out OCSPJeremy Harris
2020-08-02Fix lsearch ret=fullJeremy Harris
2020-08-02Enforce STARTTLS sync point, client sideJeremy 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-01SPF: enhance A-R resultJeremy Harris
2020-08-01Testsuite: add EAI local-part testcaseJeremy Harris
2020-07-26GnuTLS: 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-17debug_print_socket(): output formattingHeiko Schlittermann (HS12-RIPE)
(cherry picked from exim-4.94+fixes, commit 73b748711caf8a4b18dd1c0d7c662b5d57798dfe)
2020-07-17Fix 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-14Docs: typos and clarification of DMARC senderHeiko Schlittermann (HS12-RIPE)
2020-07-13Taint: fix ACL "spam" condition, to permit tainted name argumentsJeremy Harris
Follow-on from: 62b2ccce05
2020-07-12Docs: add note on non-functionality of "exists" for de-taintingJeremy Harris
2020-07-10Release unused memory in parse_quote_2047()Jeremy Harris
2020-07-10Command-line option for no notifier socket. Bug 2616Jeremy Harris
2020-07-09Fix taint trap in parse_fix_phrase(). Bug 2617Jeremy Harris
2020-07-09tidyingJeremy Harris
2020-07-06Fix DKIM signing to always ;-terminate. Bug 2295Guillaume Outters
2020-07-05Support ret-full on lsearch. Bug 2611Jeremy Harris
2020-07-05Move errno-protection into string_open_failed()Jeremy Harris
2020-07-03typoesJeremy Harris
2020-06-30Fix message-reception clock usage. Bug 2615Jeremy Harris
Broken-by: 6906c131d1 (4.94)
2020-06-29Taint: fix ACL "spam" condition, to permit tainted name arguments.Jeremy Harris
2020-06-28Sqlite: fix segfault on bad/missing sqlite_dbfile. Bug 2606Jeremy Harris
2020-06-28Testsuite: output changes resultingJeremy Harris
2020-06-28 Remove attempts to quieten compiler static-checking (more)Jeremy Harris
2020-06-27Testsuite: mungingJeremy Harris
2020-06-27Remove attempts to quieten compiler static-checkingJeremy Harris
The rash of output from -Wself-assign on Darwin demonstrates just how pointless this war is
2020-06-27Build: separate guard for futimens()Jeremy Harris
Darwin does not have the data element we manipulate with futimens()
2020-06-27typoJeremy Harris
2020-06-27Fix build for non-Linux platforms having openat.Jeremy Harris
Broken-by: 1077d3c3f9
2020-06-25Docs: list further ways $domain_data &c may be filled inJeremy Harris
2020-06-25Lookups: Fix "subdir" filter on a dsearch.Jeremy Harris