summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-09-01Taint: track SASL auth intermediate inputsJeremy Harris
2023-08-31Taint: de-taint $2 (fixed part of key) from a matching partial-searchJeremy Harris
2023-08-31Avoid sending DSN when message was accepted under fakereject or fakedefer. ↵Jeremy Harris
Bug 3016
2023-08-27DMARC: add ARC info to history recordsJeremy Harris
2023-08-24Re-fix live variable $value free. The inital fix resulted in $value from ↵Jeremy Harris
${run...} not being available later, which is a documented feature. Broken=by: cf3fecb9e873
2023-08-24Revert "Fix free of $value after ${run...}"Jeremy Harris
This reverts commit cf3fecb9e873df38a9245775a3887e73a8716083.
2023-08-24tidying: specified-initializersJeremy Harris
2023-08-20tidyingJeremy Harris
2023-08-20DMARC: for version 1.4.x libraries, add selector to dkim lines in history fileVictor Ustugov
2023-08-20 Testsuite: add with-dkim case to DMARC testcaseJeremy Harris
2023-08-20DMARC: write history file even under testsuiteJeremy Harris
2023-08-14GnuTLS: fix autogen cert expiry date. Bug 3014Andreas Metzler
Broken-by: 48e9099006
2023-08-11Make printf of gstring null-safeJeremy Harris
Broken-by: 00392be0e7cf
2023-08-09typoesJeremy Harris
Broken-by: 3b6774c818ba
2023-08-09typoesJeremy Harris
Briken-by: 3b6774c818ba
2023-08-09Unbreak FreeBSD buldJeremy Harris
Broken-by: 4e871f9b28df
2023-08-09Testsuite: support TLS cross-library testingJeremy Harris
2023-08-09Logging: connection_idJeremy Harris
2023-08-09New $recipients_list. Bug 2726Jeremy Harris
2023-08-07Logging: convert an internal element from static to allocated bufferJeremy Harris
2023-08-03Fix $recipients expansion when used within ${run...}. Bug 3013Jeremy Harris
Broken-by: cfe6acff2ddc
2023-08-03Fix free of $value after ${run...}Jeremy Harris
2023-07-24Fix DYNLOOKUP build for lsearch. Bug 3012Jeremy Harris
2023-07-24GnuTLS: fix crash with "tls_dhparam = none"Jeremy Harris
2023-07-23Fix use of typedef for FreeBSDJeremy Harris
Broken-by: 1209e3e19e29
2023-07-23Expansions: disallow UTF-16 surrogates from ${utf8clean:...}. Bug 2998Jasen Betts
2023-07-15Sieve filters: convert to gstring, massage coding styleJeremy Harris
2023-07-15Testsuite: basic Sieve operationsJeremy Harris
2023-07-15OpenSSL: add remote host info to log line for in-connection TLS error. Bug 3010Jeremy Harris
2023-07-08Fix json extract for strings carrying commas. Bug 3006Jeremy Harris
2023-07-07Support gring as a first-class conversion specifier in internal ↵Jeremy Harris
string-formatting
2023-07-06Explicit log of failiing bind addr & portJeremy Harris
2023-06-30New format for exim_message_idJeremy Harris
2023-06-20Debug old ehlo-resp record date, on noting mismatchJeremy Harris
2023-06-20Cancel early-pipe on an observed advertising changeJeremy Harris
2023-06-20TLS: log input for pipelining violationJeremy Harris
2023-06-11Logging: for callout errors likely to be config problems, include the ↵Jeremy Harris
transport in the log line
2023-06-11DMARC: use growable-stringsJeremy Harris
2023-06-07SRS: fix mismergeJeremy Harris
Broken-by: 9f1a75f126
2023-06-06fix typo in debug outputHeiko Schlittermann (HS12-RIPE)
2023-05-04Fix variable initialisation in smtp transport. Bug 2996Jeremy Harris
2023-04-23tidyingJeremy Harris
2023-04-22Docs: clarify TLS cert name verificationJeremy Harris
2023-04-11Fix ${srs_encode ..} for mod-1024 day zeroJeremy Harris
2023-04-02tidyingJeremy Harris
2023-04-01Expansions: Fix ${readsocket } to do nicer TLS closeJeremy Harris
2023-04-01Cutthrough: fix error message for unexpected response from onward ↵Jeremy Harris
connection. Bug 2912 Only affects debug.
2023-04-01Docs: options after "run" of ${run } may not have space. Bug 2932Jeremy Harris
2023-03-29tidyingJeremy Harris
2023-03-26Make $router_name usable from transportJeremy Harris