summaryrefslogtreecommitdiff
path: root/src/src/transports
Commit message (Expand)AuthorAgeFilesLines
* Fix variable initialisation in smtp transport. Bug 2996Jeremy Harris2023-05-041-1/+1
* Expand max_rcpt option on smtp transport. Bug 2946Jeremy Harris2022-12-231-5/+7
* tidyingJeremy Harris2022-12-031-2/+2
* SPDX: Mass-update to GPL-2.0-or-laterJeremy Harris2022-11-2715-15/+15
* SPDX: license tags (mostly by guesswork)Jeremy Harris2022-11-2715-0/+15
* GSASL: use tls-exporter for SCRAM*PLUS methods under TLSv1.3Jeremy Harris2022-08-181-1/+4
* Partial workaround for TCP Fast Open issue. Bug 2907Jeremy Harris2022-08-141-0/+11
* Event for auth fail: client sideJeremy Harris2022-07-211-3/+18
* Regex compile cacheingJeremy Harris2022-06-193-37/+10
* Use pool storage for regex operationsJeremy Harris2022-06-103-14/+16
* Unbreak DISABLE_PIPE_CONNECT buildJeremy Harris2022-06-021-35/+37
* TLS resumption: fix for PIPECONNECTJeremy Harris2022-05-241-25/+25
* TLS resumption: disable on continued-connectionJeremy Harris2022-05-231-4/+0
* Debug: clarify SMTP DATA ops in transportJeremy Harris2022-05-231-2/+2
* tidyingJeremy Harris2022-05-151-2/+0
* Copyright updates:exim-4.96-RC0Jeremy Harris2022-04-237-7/+7
* TLS resumption: support Outlook hosts-behind-loadbalancerJeremy Harris2022-04-152-8/+47
* TLS resumption: restrict session re-useJeremy Harris2022-04-121-0/+1
* tidyingJeremy Harris2022-04-101-45/+38
* compiler quieteningJeremy Harris2022-04-071-3/+1
* tidyingJeremy Harris2022-04-051-4/+7
* Support PIPECONNECT with helo_data using the local IP, when interface is known.Jeremy Harris2022-04-042-7/+18
* CHUNKING: fix availability on continued-transportJeremy Harris2022-04-031-16/+16
* Tidying: explicit (de)tainting copiesJeremy Harris2022-03-281-2/+2
* Hints DB interface: convert from macros to inlinable functions.Jeremy Harris2022-03-281-19/+18
* Taintcheck transport-process argumentsJeremy Harris2022-03-273-4/+8
* Debug: build a summary string tracking transport SMTP commands & responsesJeremy Harris2022-03-191-1/+6
* OpenSSL: track shutdown calls. Bug 2864Jeremy Harris2022-03-161-6/+13
* TDB: quieten compiler and testsuiteJeremy Harris2022-03-131-3/+3
* tidyingJeremy Harris2022-03-111-1/+1
* tidyingJeremy Harris2022-03-091-37/+19
* Check query strings of query-style lookups for quoting. Bug 2850Jeremy Harris2022-03-034-5/+12
* Revert introduction of alloc_insecure_tainted_dataJeremy Harris2022-03-014-30/+16
* NDBM: check for bogus name given to create callJeremy Harris2022-02-271-23/+4
* tidyingJeremy Harris2022-02-261-23/+6
* Avoid modifying global errno when raising eventJeremy Harris2022-01-051-10/+14
* smtp transport: poll for trailing data to drain before closeJeremy Harris2021-12-251-2/+5
* tidyingJeremy Harris2021-11-291-2/+2
* Tidy input buffer handlingJeremy Harris2021-11-171-0/+1
* select() -> poll(). Bug 2831Jeremy Harris2021-11-171-24/+13
* tidyingJeremy Harris2021-11-101-3/+5
* Copyright updates:Jeremy Harris2021-10-2311-8/+11
* Change advertised feature name for PIPECONNECTJeremy Harris2021-10-171-5/+5
* Avoid calling gettimeofday(), select() per char for cmdline message submissio...Jeremy Harris2021-10-161-6/+7
* Merge branch '4.next'Jeremy Harris2021-09-286-100/+107
|\
| * Use %ld not %lJeremy Harris2021-09-122-3/+3
| * pcre2Jeremy Harris2021-09-126-97/+104
| * Generalise "send failed" message in smtp transportJeremy Harris2021-09-011-3/+3
* | DKIM: Avoid spurious tls read timeout after signing failureJeremy Harris2021-08-161-0/+15
* | Fix name of option in error log lineJeremy Harris2021-08-111-1/+1
|/