Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-08-23 | OpenSSL: fix non-OCSP build | Jeremy Harris | |
Broken-by: 9641b6648d | |||
2022-08-20 | OpenSSL: fix reload of changed OCSP proof | Jeremy Harris | |
2022-08-18 | OpenSSL: unbreak build with older library version | Jeremy Harris | |
Broken-by: 4e3a01c260 | |||
2022-08-18 | GSASL: use tls-exporter for SCRAM*PLUS methods under TLSv1.3 | Jeremy Harris | |
2022-08-15 | OpenSSL: strip spaces & newlines from cert signature expansion | Jeremy Harris | |
2022-08-15 | Fix symlink-following. Bug 2909 | Ulrich Landgraf | |
Broken-by: ef57b25bfa | |||
2022-08-14 | Partial workaround for TCP Fast Open issue. Bug 2907 | Jeremy Harris | |
2022-08-14 | Dump stack for "bad memory reference". Bug 2904 | Jeremy Harris | |
2022-08-09 | Filter rDNS returns for bad chars | Jeremy Harris | |
2022-08-08 | Symlink following for TLS creds files | Jeremy Harris | |
2022-08-07 | SPF: fix memory accounting for error case | Jeremy Harris | |
2022-07-21 | Event for auth fail: client side | Jeremy Harris | |
2022-07-19 | Event for auth fail | Jeremy Harris | |
2022-07-12 | Fix exit on attempt to rewrite a malformed address. Bug 2903 | Jeremy Harris | |
2022-07-03 | OpenSSL: add IP & DN to OCSP fail log line | Jeremy Harris | |
2022-06-29 | Build: fix commentary describing configuration directives | Jeremy Harris | |
2022-06-26 | Variable setting in -be | Jeremy Harris | |
2022-06-26 | typo | Jeremy Harris | |
2022-06-26 | Merge branch '4.next' | Jeremy Harris | |
2022-06-20 | Regex cache observability | Jeremy Harris | |
2022-06-19 | Args count reduction in expansions coding | Jeremy Harris | |
2022-06-19 | Regex compile cacheing | Jeremy Harris | |
2022-06-18 | tidying | Jeremy Harris | |
2022-06-11 | helper fn for daemon notifier | Jeremy Harris | |
2022-06-10 | Use pool storage for regex operations | Jeremy Harris | |
2022-06-05 | Avoid processing in ${sg...} when skipping | Jeremy Harris | |
2022-06-05 | Update option defaults | Jeremy Harris | |
2022-06-04 | tidying | Jeremy Harris | |
2022-06-03 | Logging: expand hosts_connection_nolog coverage | Jeremy Harris | |
2022-06-03 | SRS: avoid expanding ${srs_encode...} when guarded by ${if...} | Jeremy Harris | |
2022-06-02 | Unbreak DISABLE_PIPE_CONNECT build | Jeremy Harris | |
Broken-by: b326f3a87a (cherry picked from commit c2046b73572e3b2ea94b4bf7fea9810b73d606c4) | |||
2022-06-02 | Deduplicate coding between exim and eximon | Jeremy Harris | |
2022-06-02 | tidying | Jeremy Harris | |