Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-29 | Debug: quieten environment-cleaning | Jeremy Harris | |
2022-12-29 | Debug: list searching | Jeremy Harris | |
2022-12-28 | Fix recursion on dns_again_means_nonexist. Bug 2911 | Jeremy Harris | |
2022-12-25 | FreeBSD: fix notifier socket use | Jeremy Harris | |
2022-12-23 | Expand max_rcpt option on smtp transport. Bug 2946 | Jeremy Harris | |
2022-12-20 | Rework "compiler quietening" | Jeremy Harris | |
This partially reverts commit 0da41dc541d0f2536f9d2afc7188e9dfb97b0c09. | |||
2022-12-20 | cppcheck sliencing | Jeremy Harris | |
2022-12-19 | Fix logging of max-size log line | Jeremy Harris | |
Broken-by: d12746bc15d8 | |||
2022-12-18 | Add template lines for alternate DBM libraries, in the teplate Makefile | Jeremy Harris | |
2022-12-13 | ACL: Permit the "encrypted" condition to be used in a HELO/EHLO ACL | Jeremy Harris | |
2022-12-13 | GnuTLS: fix cert loading | Jeremy Harris | |
Broken-by: 520ef00f56ce | |||
2022-12-12 | tidying | Jeremy Harris | |
2022-12-11 | TLS: Fix handling for server cert/key file SNI re-expansion forced-fail | Jeremy Harris | |
2022-12-10 | Allow a forced-fail for banner expansion to close connection without panic-log | Jeremy Harris | |
2022-12-10 | Move connect ACL before TLS-on-connect | Jeremy Harris | |
2022-12-04 | Fix ${run } arg parsing | Jeremy Harris | |
Broken-by: cfe6acff2ddc | |||
2022-12-03 | compiler quietening | Jeremy Harris | |
2022-12-03 | tidying | Jeremy Harris | |
2022-11-29 | Add variable $sender_helo_verified | Jeremy Harris | |
2022-11-29 | Add predefined macros for expansions | Jeremy Harris | |
2022-11-29 | Tweak debug output | Jeremy Harris | |
2022-11-29 | tidying | Jeremy Harris | |
2022-11-27 | SPDX: Mass-update to GPL-2.0-or-later | Jeremy Harris | |
This is based on the text in src/NOTICE which is taken to override text in individual files | |||
2022-11-27 | SPDX: license tags (mostly by guesswork) | Jeremy Harris | |
2022-11-27 | Fix LibreSSL build | Jeremy Harris | |
2022-11-25 | OpenSSL: fix build on older library version | Jeremy Harris | |
2022-11-23 | OpenSSL: OCSP under DANE | Jeremy Harris | |
2022-11-22 | OpenSSL: fix double-expansion of tls_verify_certificates | Jeremy Harris | |
2022-11-22 | OpenSSL: when preloading creds do the server certs before the OCSP proofs so ↵ | Jeremy Harris | |
that the latter can ve verified before loading | |||
2022-11-12 | tidy segv stacktrace logging | Jeremy Harris | |
2022-11-12 | Fix regex substring capture - commentary. Bug 2933 | Jeremy Harris | |
Broken-by (corrected): 22ed7a5295f1 | |||
2022-11-11 | Fix regex substring capture variables for null matches (again). Bug 2933 | Jeremy Harris | |
Broken-by: 59d66fdc13f0 | |||
2022-11-11 | Fix regext substring capture variables for null matches. Bug 2933 | Jeremy Harris | |
broken-by: 59d66fdc13f0 | |||
2022-11-05 | typo: code comment signture -> signature | Tim Gates | |
There is a small typo in src/src/globals.h. Should read `signature` rather than `signture`. | |||
2022-11-05 | typo: error message referenced wrong option | Mehmet Suslu | |
Fix typo, -oMas -> -oMai (cherry picked from commit 330ab60ef29c01fb472b6ce14e935ccb93e905ac) | |||
2022-11-03 | Fix $reccipients after ${run...}. Bug 2929 | Ruben Jenster | |
Broken-by: cfe6acff2d | |||
2022-11-03 | Fix daemon startup. Bug 2930 | Jeremy Harris | |
Broken-by: 7d5055276a | |||
2022-10-18 | DMARC: fix use-after-free in dmarc_dns_lookup | Lorenz Brun | |
This fixes a use-after-free in dmarc_dns_lookup where the result of dns_lookup in dnsa is freed before the required data is copied out. Fixes: 9258363 ("DNS: explicit alloc/free of workspace") | |||
2022-10-16 | Fix: Build with libopendmarc 1.4.x (fixes 2728) | Heiko Schlittermann (HS12-RIPE) | |
2022-10-04 | Unbreak FreeBSD build | Jeremy Harris | |
Broken-by: 96751ae76e | |||
2022-10-04 | Quieten clang build | Jeremy Harris | |
2022-10-04 | Fix build with older OpenSSL. | Jeremy Harris | |
Broken-by: 96751ae76e | |||
2022-10-04 | OpenSSL: fix configuration of older TLS protocol versions | Jeremy Harris | |
2022-09-30 | GnuTLS: fix for clients offering no TLS extensions | Jasen Betts | |
2022-09-22 | Fix ${filter } for conditions modifying $value | Jeremy Harris | |
2022-09-02 | EXPERIMENTAL_DCC: make build without WITH_CONTENT_SCAN fail | Jeremy Harris | |
rather than auto-include the support | |||
2022-09-01 | Fix non-WITH_CONTENT_SCAN build (3) | Jeremy Harris | |
Broken-by: d8ecc7bf97 | |||
2022-08-31 | Fix non-WITH_CONTENT_SCAN build (2) | Jeremy Harris | |
Broken-by: d8ecc7bf97 | |||
2022-08-31 | Fix non-WITH_CONTENT_SCAN build. | Jeremy Harris | |
Broken-by: 4e9ed49f8f | |||
2022-08-31 | Fix $regex<n> use-after-free. Bug 2915 | Jeremy Harris | |