summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix exit on attempt to rewrite a malformed address. Bug 2903Jeremy Harris2022-07-126-8/+267
|
* Docs: subsectionsJeremy Harris2022-07-121-134/+146
|
* Docs: subsectionsJeremy Harris2022-07-092-9/+13
|
* Docs: fix tables in PDFJeremy Harris2022-07-051-46/+46
| | | | Broken-by: e73e1b8f9d
* OpenSSL: add IP & DN to OCSP fail log lineJeremy Harris2022-07-031-6/+16
|
* Docs: tidy bug comment; fixed in exim-website gitJeremy Harris2022-07-011-4/+0
|
* Docs: macros for index "see also" entriesJeremy Harris2022-07-011-131/+50
|
* Docs: bug notesJeremy Harris2022-06-301-0/+6
|
* Docs: typoesJeremy Harris2022-06-301-3/+3
|
* Docs: clarify recipient-checking ACL conditions applicabilityJeremy Harris2022-06-301-3/+3
|
* Build: fix commentary describing configuration directivesJeremy Harris2022-06-291-6/+6
|
* Variable setting in -beJeremy Harris2022-06-266-496/+540
|
* typoJeremy Harris2022-06-261-1/+1
|
* Merge branch '4.next'4.nextJeremy Harris2022-06-26561-4160/+5703
|\
| * Regex cache observabilityJeremy Harris2022-06-204-3/+13
| |
| * Args count reduction in expansions codingJeremy Harris2022-06-191-207/+232
| |
| * Regex compile cacheingJeremy Harris2022-06-1946-533/+2002
| |
| * tidyingJeremy Harris2022-06-181-112/+114
| |
| * Testsuite: pid & port numbersJeremy Harris2022-06-1734-376/+376
| |
| * Testsuite: port numbersJeremy Harris2022-06-1721-122/+121
| |
| * Testsuite: pid trackingJeremy Harris2022-06-17502-2665/+2669
| |
| * helper fn for daemon notifierJeremy Harris2022-06-114-33/+26
| |
| * Testsuite: OpenSSL version differencesJeremy Harris2022-06-103-9/+9
| | | | | | | | (cherry picked from commit 4468bfff7dc28b9c54a5225d3f10a6aa6a67a1d9)
| * 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-053-4/+8
| |
| * Logging: expand hosts_connection_nolog coverageJeremy Harris2022-06-033-1/+16
| |
| * Unbreak DISABLE_PIPE_CONNECT buildJeremy Harris2022-06-021-35/+37
| | | | | | | | | | Broken-by: b326f3a87a (cherry picked from commit c2046b73572e3b2ea94b4bf7fea9810b73d606c4)
| * Deduplicate coding between exim and eximonJeremy Harris2022-06-025-117/+97
| |
| * tidyingJeremy Harris2022-06-023-266/+3
| |
| * Fix build on BSDs & SolarisJeremy Harris2022-05-304-2/+8
| | | | | | | | Broken-by: 204a7a2c2e
| * panic_coredump option. Bug 2892Jeremy Harris2022-05-3010-8/+323
| |
* | Docs: tidy for next releaseJeremy Harris2022-06-261-69/+1
| |
* | Docs: more indexingexim-4.96Jeremy Harris2022-06-231-0/+2
| |
* | Testsuite: OpenSSL version differencesexim-4.96-RC2Jeremy Harris2022-06-073-9/+9
| |
* | tidyingJeremy Harris2022-06-041-3/+3
| |
* | SRS: avoid expanding ${srs_encode...} when guarded by ${if...}Jeremy Harris2022-06-031-1/+1
| |
* | Handle a v4mapped sender address given us by a proxy. Bug 2855Jeremy Harris2022-06-027-41/+75
| |
* | Unbreak DISABLE_PIPE_CONNECT buildJeremy Harris2022-06-011-35/+37
| | | | | | | | Broken-by: b326f3a87a
* | SRS: fix encode operation for empty sender addresses.Jeremy Harris2022-06-016-50/+68
|/
* Docs: fix host_require_heloJeremy Harris2022-05-301-5/+7
| | | | Broken-by: 2f8e0a5f6b
* Fix build with DISABLE_TLS_RESUMEJeremy Harris2022-05-261-7/+9
|
* CHUNKING: handle protocol errors during receptionJeremy Harris2022-05-265-32/+117
|
* CHUNKING: fix second message on conn when first rejectedJeremy Harris2022-05-266-14/+226
|
* DEBUG: clarify multiline smtp responsesJeremy Harris2022-05-266-51/+45
|
* TLS resumption: fix for PIPECONNECTJeremy Harris2022-05-244-28/+31
| | | | | | When actively initiating a connection with PIPECONNECT, evaluate the EHLO response for possible lbserver indication when we do eventually reap that response, before acting on the STARTTLS response.
* typoJeremy Harris2022-05-241-1/+1
|
* Logging: distinguish mem-allocation errorsJeremy Harris2022-05-231-3/+3
|
* TLS resumption: disable on continued-connectionJeremy Harris2022-05-233-6/+8
| | | | | | When we have an open TCP connection and are start a second TLS session we do not have the host-lbserver string (being in a freshly exec'd process) needed for session-cache lookup, so resumptino is not safe.
* Docs: more info on PIPECONNECTJeremy Harris2022-05-231-6/+10
|