Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-04 | tidying | Jeremy Harris | |
2020-10-04 | Testsuite: Use 127.x.x.x for PROXY v2 | Heiko Schlittermann (HS12-RIPE) | |
This avoids depencies on DNS timeouts on the host running the testsuite. | |||
2020-10-03 | Revert "Testsuite: Provide '>>> ' for script input to allow binary data" | Heiko Schlittermann (HS12-RIPE) | |
This reverts commit f7ec095232186edba2b7137594bfdd7d7b7f9504. | |||
2020-10-03 | Testsuite: Provide '>>> ' for script input to allow binary data | Heiko Schlittermann (HS12-RIPE) | |
This mimics the '>>> ' prefix for the test client. Any line prefixed with '>>> ' will be processed by Perl's string eval(). As '>>> ' is generic and documented, it replaces the (undocumented) '\NONL\' tag. | |||
2020-09-28 | Docs: Add note regarding DANE vs. the smtp transport multi_domain option. ↵ | Jeremy Harris | |
Bug 2265 | |||
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-25 | Docs: fix descriptions for dkim_domain, dkim_selector | Jeremy Harris | |
2020-09-25 | Docs: Minor typos in spec and NewStuff (Closes 2649) | Andreas Metzler | |
2020-09-25 | Doc: Fix a typo in NewStuff for 4.94 (Closes 2649) | Nicolas R | |
2020-09-25 | Doc: remove trailing spaces | Heiko Schlittermann (HS12-RIPE) | |
2020-09-20 | Testsuite: avoid cipher vs. cert validity problem | Jeremy Harris | |
2020-09-17 | Docs: add crossref | Jeremy Harris | |
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-11 | Docs: fix typo. | Heiko Schlittermann (HS12-RIPE) | |
Credits to u34@net9.ga | |||
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-28 | Fix utilities indexing | Phil 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-27 | Docs: add to A= log-line element description | 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 | 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) | |