tidying
[exim.git] / src / src / receive.c
2024-03-26 Jeremy Harristidying
2024-02-28 Jeremy HarrisLookups: avoid leaking user/passwd from server spec...
2024-02-16 Jeremy HarrisDebug: option access for expansion
2024-02-13 Jeremy HarrisExpand recipients_max
2023-12-31 Jeremy HarrisRewrites: avoid a split log line when rewiting hits...
2023-12-31 Jeremy Harrisfdatasync the spool data file
2023-12-23 Jeremy HarrisReject "dot, LF" as ending data phase (pt. 2). Bug...
2023-12-23 Jeremy HarrisUse enum for body data input state-machine
2023-12-22 Jeremy HarrisReject "dot, LF" as ending data phase. Bug 3063
2023-12-16 Jeremy Harristidying
2023-12-01 Jeremy HarrisAvoid trying to send smtp repoonse for non-smtp input...
2023-11-15 Jeremy Harrisconstification
2023-11-11 Jeremy Harrisfix doubled logging of message_id
2023-11-04 Jeremy HarrisMerge branch '4.next' 4.next github/4.next
2023-11-04 Jeremy HarrisCopyright updates: exim-4.97
2023-10-15 Heiko Schlitterman... Merge branch 'exim-4.96+security' into master+security
2023-10-14 Jeremy HarrisHandle error on close of spool data file
2023-10-14 Jeremy HarrisTidying: readability defines
2023-10-02 Jeremy HarrisMerge branch 'exim-4.96+security'
2023-08-31 Jeremy HarrisAvoid sending DSN when message was accepted under faker...
2023-08-09 Jeremy HarrisLogging: connection_id
2023-07-15 Jeremy HarrisOpenSSL: add remote host info to log line for in-connec...
2023-07-07 Jeremy HarrisSupport gring as a first-class conversion specifier...
2023-06-30 Jeremy HarrisNew format for exim_message_id
2023-04-23 Jeremy Harristidying
2023-03-17 Jeremy HarrisACL: patterns for remove_headers. Bug 2985
2023-02-05 Jeremy HarrisMore abstraction of the gstring API
2022-11-27 Jeremy HarrisSPDX: Mass-update to GPL-2.0-or-later
2022-11-27 Jeremy HarrisSPDX: license tags (mostly by guesswork)
2022-05-26 Jeremy HarrisCHUNKING: handle protocol errors during reception
2022-04-23 Jeremy HarrisCopyright updates: exim-4.96-RC0
2022-03-03 Jeremy HarrisCheck query strings of query-style lookups for quoting...
2022-03-02 Jeremy HarrisAnother go at the overlong-addrs versus rewrites problem
2021-11-17 Jeremy Harris Tidy input buffer handling
2021-11-17 Jeremy Harrisselect() -> poll(). Bug 2831
2021-10-23 Jeremy HarrisCopyright updates:
2021-10-15 Jeremy HarrisAvoid calling gettimeofday(), select() per char for...
2021-09-28 Jeremy HarrisMerge branch '4.next'
2021-09-05 Jeremy HarrisFix validation of domain-literals in Message_ID: header...
2021-09-02 Jeremy HarrisAvoid wait-for-tick on single-message connections
2021-09-02 Jeremy HarrisAvoid using CLOCK_MONOTONIC for $received_time. Bug...
2021-08-31 Jeremy HarrisAvoid using CLOCK_MONOTONIC for $received_time. Bug...
2021-05-27 Heiko Schlitterman... Merge branch 'qualys-2020'
2021-05-27 Heiko Schlitterman... Honour the outcome of parse_extract_address(), testsuit...
2021-05-27 Heiko Schlitterman... CVE-2020-28017: Integer overflow in receive_add_recipient()
2021-05-27 Jeremy HarrisFixes for compilation
2021-05-27 Phil PennockSECURITY: Avoid integer overflow on too many recipients
2021-05-25 Jeremy HarrisUse separate line in Received: header for timestamp
2021-04-16 Jeremy HarrisLog queue_time and queue_time_overall exclusive of...
2021-03-16 Jeremy HarrisPipeline QUIT after data
2020-12-24 Jeremy HarrisConvert more cases of list-walking to use self-assigned...
2020-08-19 Jeremy HarrisDANE: force SNI to use $domain. Bug 2265
2020-08-10 Jeremy HarrisConstify
2020-06-30 Jeremy HarrisFix message-reception clock usage. Bug 2615
2020-06-01 Jeremy HarrisMerge branch '4.next'
2020-05-10 Jeremy HarrisMove the TLS resumption support from Experimental to...
2020-04-30 Jeremy HarrisCopyright updates: exim-4_94_RC0
2020-04-20 Erik LaxFix spool space check to account for SIZE. Bug 2552
2020-03-28 Jeremy HarrisTaint enforce: directory open backstops, single-key...
2020-03-22 Jeremy HarrisMerge branch 'debug_fork'
2020-03-22 Jeremy Harrisexit-time debug
2020-03-20 Jeremy HarrisFix segfault on bad cmdline -f (sender) argument. ...
2020-03-08 Jeremy Harristidying
2020-03-08 Heiko Schlitterman... Fix parsing of cmdline -os & -pr options. Bug...
2020-03-01 Jeremy HarrisFix $mime_part_count for non-mime message on multi...
2020-02-29 Jeremy HarrisAdd variables for wildcard portion of local-part affix...
2019-12-13 Jeremy HarrisDMARC: default dmarc_tld_file to unset. Bug 2494
2019-12-08 Jeremy HarrisMerge branch '4.next'
2019-10-20 Jeremy HarrisBuild: include early-pipelining unless disabled
2019-09-22 Jeremy HarrisDMARC: promote the support from Experimental to mainline
2019-09-03 Jeremy Harristidying
2019-08-19 Jeremy Harrisinlining
2019-07-25 Jeremy HarrisTrack tainted data and refuse to expand it
2019-05-28 Jeremy HarrisPIPE_CONNECT: promote from experimental
2019-05-24 Jeremy HarrisTLS: move from SUPPORT_TLS to DISABLE_TLS macro for...
2019-05-02 Jeremy HarrisTLS: Session resumption, under the EXPERIMENTAL_TLS_RES...
2019-04-19 Heiko Schlitterman... Intercept chown()/fchown() failure and emit a pointer...
2019-04-05 Jeremy HarrisLogging: close logfile when non-smtp input is taking...
2019-02-12 Jeremy HarrisLogging: created Message-IDs. Selectors for created...
2019-02-12 Jeremy HarrisMerge branch '4.next'
2019-02-10 Jeremy Harristidying
2019-02-10 Jeremy HarrisUse C99 initialisations for iterators
2019-01-10 Jeremy HarrisMore checks on header line length during reception
2018-12-30 Jeremy Harristidying
2018-12-23 Jeremy HarrisUse C99 initialisations for iterators
2018-12-18 Jeremy HarrisLog failures to extract envelope addresses from message...
2018-12-16 Jeremy HarrisLog failures to extract envelope addresses from message...
2018-11-20 Jeremy Harristidying
2018-11-17 Jeremy HarrisLose more string-copy operations
2018-11-06 Jeremy Harristidying
2018-11-05 Jeremy HarrisSquashed commit of PIPE_CONNECT
2018-10-30 Jeremy HarrisIncrease size of variables for check_spool_space and...
2018-10-21 Jeremy HarrisDebug: provide for SIGALRM tracking
2018-10-21 Jeremy HarrisEnsure unique message-id even for rejected messages
2018-09-23 Jeremy HarrisDSN: tescase for ESMTP DSN extension, RCPT options
2018-08-22 Jeremy HarrisUse single-bit fields for global flags
2018-08-22 Jeremy HarrisLogging: server pipelining offer but no uptake
2018-08-21 Jeremy HarrisLogging: pipelining log_selector
2018-06-24 Jeremy HarrisTLS: rework client-side use with an explicit context...
2018-05-16 Jeremy HarrisContent scanning: Fix locking on message spool files...
next