summaryrefslogtreecommitdiff
path: root/src/src/transports
Commit message (Expand)AuthorAgeFilesLines
* SECURITY: off-by-one in smtp transport (read response)Heiko Schlittermann (HS12-RIPE)2021-04-281-2/+2
* Bulid: fix DISABLE_PIPE_CONNECT build. Bug 2703Jeremy Harris2021-02-231-1/+3
* Fix build for platforms not having ulongJeremy Harris2021-02-191-1/+1
* Fix weight calculation for socks_proxy. Bug 2694Heiko Schlichting2021-02-191-1/+1
* Fix FreeBSD 13 buildJeremy Harris2021-02-131-2/+2
* Fix handling of server which follows a RCPT 452 with a 250. Bug 26092Jeremy Harris2021-02-061-4/+7
* Fix non-TLS buildJeremy Harris2020-09-061-9/+9
* Fix non-DANE buildJeremy Harris2020-08-271-5/+10
* DANE: Fix 2 messages from queue caseJeremy Harris2020-08-272-11/+80
* Fix non-DANE buildJeremy Harris2020-08-271-4/+11
* DANE: Fix 2-rcpt message, diff domins case. Bug 2265Jeremy Harris2020-08-261-10/+61
* DANE: force SNI to use $domain. Bug 2265Jeremy Harris2020-08-261-0/+1
* Build: ifdef guard for EXPERIMENTAL_QUEUEFILEJeremy Harris2020-08-241-0/+4
* Filters: fix "vacation" in Exim filter. Bug 2593Jeremy Harris2020-06-081-3/+3
* I18N: change default on smtp transport, to downconvert-when-neededJeremy Harris2020-05-071-1/+1
* Copyright updates:exim-4_94_RC0Jeremy Harris2020-04-306-1/+6
* Events: Fix msg:defer event for the hosts_max_try_hardlimit case. Bug 2554Jeremy Harris2020-04-191-1/+6
* Early-pipe: invalidate cache on a failure of required-authJeremy Harris2020-04-141-0/+1
* Taint: check on supplied buffer vs. list when extracting elementsJeremy Harris2020-04-052-6/+4
* tidying: skip_whitespaceJeremy Harris2020-04-041-2/+2
* Taint enforce: directory open backstops, single-key search filenameJeremy Harris2020-03-282-8/+6
* Merge branch 'debug_fork'Jeremy Harris2020-03-224-21/+14
|\
| * exit-time debugJeremy Harris2020-03-221-1/+1
| * debug tidyingJeremy Harris2020-03-222-7/+3
| * child-open debugJeremy Harris2020-03-222-4/+5
| * consistent fork-time debugJeremy Harris2020-03-201-2/+0
| * tidyingJeremy Harris2020-03-181-2/+2
| * labelled-process fork functionJeremy Harris2020-03-153-8/+6
* | Fix segfault on bad cmdline -f (sender) argument. Bug 2541Jeremy Harris2020-03-201-1/+1
|/
* Early-pipe: retry without pipelining on first-response failureJeremy Harris2020-03-101-1/+5
* Docs: tidyingJeremy Harris2020-03-051-2/+3
* Fix continued-connection SIZE parameter on MAIL commmand. Bug 2525Jeremy Harris2020-02-171-2/+1
* ACL: control = queue/first_pass_routeJeremy Harris2020-01-261-1/+3
* tidyingJeremy Harris2020-01-261-4/+6
* Use dedicated union member for option offsetsJeremy Harris2020-01-216-362/+198
* taint enforce: file access backstopsJeremy Harris2020-01-111-2/+2
* autoreply transport: taint-enfoce optionsJeremy Harris2020-01-111-11/+39
* pipe transport: taint-enforce commandJeremy Harris2020-01-111-13/+17
* appendfile: taint-enforce file & directory optionsJeremy Harris2020-01-111-0/+7
* appendfile: refactorJeremy Harris2020-01-111-17/+13
* appendfile: tidyingJeremy Harris2020-01-111-120/+89
* tidying: CCSS macroJeremy Harris2020-01-112-7/+4
* Logging: Add DT= to defer & fail message lines. Bug 322Jeremy Harris2019-12-292-54/+67
* PIPELINING: break and check for 452 every hundred RCPTsJeremy Harris2019-12-222-76/+108
* Events: add msg:defer Bug 2477Jeremy Harris2019-12-151-5/+13
* Zero smtp context structure after allocationJeremy Harris2019-12-141-20/+19
* Early-pipe: clear unused feature bitsJeremy Harris2019-12-131-2/+4
* Fix taint issue in transport with DSN. Bug 2491Jeremy Harris2019-12-111-158/+158
* Merge branch '4.next'Jeremy Harris2019-12-084-53/+102
|\
| * Transports: explicit errno values in returnsJeremy Harris2019-12-053-14/+13