summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix $reccipients after ${run...}. Bug 2929Ruben Jenster2022-11-031-1/+2
* Fix daemon startup. Bug 2930Jeremy Harris2022-11-031-2/+6
* DMARC: fix use-after-free in dmarc_dns_lookupLorenz Brun2022-10-181-1/+2
* Fix: Build with libopendmarc 1.4.x (fixes 2728)Heiko Schlittermann (HS12-RIPE)2022-10-163-3/+12
* Unbreak FreeBSD buildJeremy Harris2022-10-041-1/+1
* Quieten clang buildJeremy Harris2022-10-041-1/+5
* Fix build with older OpenSSL.Jeremy Harris2022-10-041-0/+5
* OpenSSL: fix configuration of older TLS protocol versionsJeremy Harris2022-10-041-3/+10
* GnuTLS: fix for clients offering no TLS extensionsJasen Betts2022-09-302-21/+21
* Fix ${filter } for conditions modifying $valueJeremy Harris2022-09-221-5/+7
* EXPERIMENTAL_DCC: make build without WITH_CONTENT_SCAN failJeremy Harris2022-09-024-37/+25
* Fix non-WITH_CONTENT_SCAN build (3)Jeremy Harris2022-09-011-0/+4
* Fix non-WITH_CONTENT_SCAN build (2)Jeremy Harris2022-08-315-14/+15
* Fix non-WITH_CONTENT_SCAN build.Jeremy Harris2022-08-312-10/+11
* Fix $regex<n> use-after-free. Bug 2915Jeremy Harris2022-08-316-16/+24
* OpenSSL: fix non-OCSP buildJeremy Harris2022-08-231-0/+2
* OpenSSL: fix reload of changed OCSP proofJeremy Harris2022-08-202-4/+12
* OpenSSL: unbreak build with older library versionJeremy Harris2022-08-181-1/+1
* GSASL: use tls-exporter for SCRAM*PLUS methods under TLSv1.3Jeremy Harris2022-08-185-62/+151
* OpenSSL: strip spaces & newlines from cert signature expansionJeremy Harris2022-08-151-1/+9
* Fix symlink-following. Bug 2909Ulrich Landgraf2022-08-151-1/+1
* Partial workaround for TCP Fast Open issue. Bug 2907Jeremy Harris2022-08-142-1/+12
* Dump stack for "bad memory reference". Bug 2904Jeremy Harris2022-08-143-1/+5
* Filter rDNS returns for bad charsJeremy Harris2022-08-093-5/+17
* Symlink following for TLS creds filesJeremy Harris2022-08-081-3/+17
* SPF: fix memory accounting for error caseJeremy Harris2022-08-071-1/+1
* Event for auth fail: client sideJeremy Harris2022-07-212-14/+40
* Event for auth failJeremy Harris2022-07-191-17/+32
* Fix exit on attempt to rewrite a malformed address. Bug 2903Jeremy Harris2022-07-121-5/+4
* OpenSSL: add IP & DN to OCSP fail log lineJeremy Harris2022-07-031-6/+16
* Build: fix commentary describing configuration directivesJeremy Harris2022-06-291-6/+6
* Variable setting in -beJeremy Harris2022-06-264-496/+529
* typoJeremy Harris2022-06-261-1/+1
* Merge branch '4.next'4.nextJeremy Harris2022-06-2635-1040/+1294
|\
| * Regex cache observabilityJeremy Harris2022-06-204-3/+13
| * Args count reduction in expansions codingJeremy Harris2022-06-191-207/+232
| * Regex compile cacheingJeremy Harris2022-06-1928-533/+749
| * tidyingJeremy Harris2022-06-181-112/+114
| * helper fn for daemon notifierJeremy Harris2022-06-114-33/+26
| * Use pool storage for regex operationsJeremy Harris2022-06-1010-58/+74
| * Avoid processing in ${sg...} when skippingJeremy Harris2022-06-051-2/+1
| * Update option defaultsJeremy Harris2022-06-051-2/+2
| * Logging: expand hosts_connection_nolog coverageJeremy Harris2022-06-031-0/+6
| * Unbreak DISABLE_PIPE_CONNECT buildJeremy Harris2022-06-021-35/+37
| * Deduplicate coding between exim and eximonJeremy Harris2022-06-025-117/+97
| * tidyingJeremy Harris2022-06-021-3/+3
| * Fix build on BSDs & SolarisJeremy Harris2022-05-304-2/+8
| * panic_coredump option. Bug 2892Jeremy Harris2022-05-305-8/+40
* | tidyingJeremy Harris2022-06-041-3/+3
* | SRS: avoid expanding ${srs_encode...} when guarded by ${if...}Jeremy Harris2022-06-031-1/+1