summaryrefslogtreecommitdiff
path: root/src/src/smtp_in.c
Commit message (Expand)AuthorAgeFilesLines
* Experimental_XCLIENT. Bug 2702Jeremy Harris2023-03-251-7/+67
* Move Proxy-Protocol impl to separate srcfileJeremy Harris2023-03-211-516/+10
* TidyingJeremy Harris2023-03-191-54/+59
* More abstraction of the gstring APIJeremy Harris2023-02-051-17/+21
* Logging: Add "D=" to more connection closure log lines. Bug 2434Jeremy Harris2023-01-191-19/+22
* Debug: show received Proxy Protocol bytesJeremy Harris2023-01-061-8/+23
* Close server smtp socket explicitly on connect ACL "drop"Jeremy Harris2022-12-311-0/+13
* cppcheck sliencingJeremy Harris2022-12-201-70/+76
* Allow a forced-fail for banner expansion to close connection without panic-logJeremy Harris2022-12-101-7/+12
* Move connect ACL before TLS-on-connectJeremy Harris2022-12-101-14/+38
* SPDX: Mass-update to GPL-2.0-or-laterJeremy Harris2022-11-271-1/+1
* SPDX: license tags (mostly by guesswork)Jeremy Harris2022-11-271-0/+1
* Fix non-WITH_CONTENT_SCAN build (2)Jeremy Harris2022-08-311-0/+2
* Fix $regex<n> use-after-free. Bug 2915Jeremy Harris2022-08-311-0/+2
* Event for auth fail: client sideJeremy Harris2022-07-211-11/+22
* Event for auth failJeremy Harris2022-07-191-17/+32
* CHUNKING: handle protocol errors during receptionJeremy Harris2022-05-261-3/+4
* CHUNKING: fix second message on conn when first rejectedJeremy Harris2022-05-261-9/+5
* DEBUG: clarify multiline smtp responsesJeremy Harris2022-05-261-18/+12
* Copyright updates:exim-4.96-RC0Jeremy Harris2022-04-231-1/+1
* Taintcheck transport-process argumentsJeremy Harris2022-03-271-1/+1
* Add backstop check for taint of executable name when calling exec()Jeremy Harris2022-03-091-0/+1
* Check query strings of query-style lookups for quoting. Bug 2850Jeremy Harris2022-03-031-4/+11
* tidyingJeremy Harris2022-02-261-1/+1
* TLS: event for daemon accept failJeremy Harris2022-01-031-2/+2
* Tidy input buffer handlingJeremy Harris2021-11-171-197/+204
* select() -> poll(). Bug 2831Jeremy Harris2021-11-171-15/+3
* Copyright updates:Jeremy Harris2021-10-231-1/+1
* Avoid calling gettimeofday(), select() per char for cmdline message submissio...Jeremy Harris2021-10-161-2/+22
* Merge branch '4.next'Jeremy Harris2021-09-281-10/+9
|\
| * pcre2Jeremy Harris2021-09-121-10/+9
* | DKIM: fix verify under TLS & chunking, with pipelined next commandJeremy Harris2021-08-111-3/+5
|/
* tidyingJeremy Harris2021-07-071-2/+2
* avoid mofying config textJeremy Harris2021-06-281-1/+1
* hosts_require_heloJeremy Harris2021-06-151-17/+17
* Fix BDAT issue for body w/o trailing CRLF (again Bug 1974)Heiko Schlittermann (HS12-RIPE)2021-05-271-0/+1
* CVE-2020-28024: Heap buffer underflow in smtp_ungetc()Qualys Security Advisory2021-05-271-0/+3
* CVE-2020-28022: Heap out-of-bounds read and write in extract_option()Heiko Schlittermann (HS12-RIPE)2021-05-271-9/+14
* CVE-2020-28019: Failure to reset function pointer after BDAT errorJeremy Harris2021-05-271-1/+14
* SECURITY: Check overrun rcpt_count integerHeiko Schlittermann (HS12-RIPE)2021-05-271-1/+5
* Inline four often-called new functionsPhil Pennock2021-05-271-4/+4
* Fixes for compilationJeremy Harris2021-05-271-18/+36
* SECURITY: rework BDAT receive function handlingPhil Pennock2021-05-271-19/+48
* SECURITY: fix SMTP verb option parsingPhil Pennock2021-05-271-2/+3
* Experimental: ESMTP LIMITS extensionJeremy Harris2021-04-181-0/+13
* Disable server-side close timing sophistication on MacOSJeremy Harris2021-04-051-2/+12
* Make smtp_accept_max_per_connection expandedJeremy Harris2021-04-031-9/+22
* DKIM: verify using separate pool-pair, reset per messageJeremy Harris2021-03-201-1/+6
* Pipeline QUIT after dataJeremy Harris2021-03-161-4/+17
* AUTH: avoid logging creds on ACL denialJeremy Harris2021-01-251-28/+40