Pass authenticator pubname through spool. Bug 2648
[exim.git] / src / src / smtp_in.c
2020-11-02 Jeremy HarrisPass authenticator pubname through spool. Bug 2648
2020-10-28 Jeremy HarrisAvoid manually-counted long strings
2020-10-05 Heiko Schlitterman... Add proxy_protocol_timeout main config option.
2020-10-04 Heiko Schlitterman... Merge branch 'hs/fix-proxy-bh' (Closes 2656)
2020-10-04 Heiko Schlitterman... Use ALARM() to set deadline on reading the proxy header...
2020-10-04 Heiko Schlitterman... Replace recv() by read() (Bug 2656)
2020-10-03 Jeremy HarrisTLS: preload configuration items
2020-08-19 Jeremy HarrisDANE: force SNI to use $domain. Bug 2265
2020-07-24 Jeremy Harris OpenSSL: in server, detect TCP RST from client after...
2020-06-28 Jeremy Harris Remove attempts to quieten compiler static-checking...
2020-06-17 Jeremy HarrisTaint: treat $message_body & $message_body_end as tainted
2020-06-04 Jeremy HarrisFix -bi. Bug 2590
2020-06-04 Jeremy Harristidying
2020-06-01 Jeremy HarrisMerge branch '4.next'
2020-05-26 Jeremy HarrisQuota checking during reception. Bug 163
2020-05-16 Jeremy HarrisLog additional command-history on too-many-syntax-errors
2020-05-13 Jeremy HarrisDebug: quieten DSN exim-4.94-RC1
2020-05-13 Jeremy Harrissmtp transport: message_linelength_limit option. Bug...
2020-05-10 Jeremy HarrisMove the TLS resumption support from Experimental to...
2020-05-05 Jeremy Harris Ensure lookup-result variables are dropped between...
2020-04-30 Jeremy HarrisCopyright updates: exim-4_94_RC0
2020-04-23 Jeremy HarrisLogging: bump limit on initial-connect synch-error...
2020-04-20 Erik LaxFix spool space check to account for SIZE. Bug 2552
2020-04-04 Jeremy Harristidying: skip_whitespace
2020-03-22 Jeremy HarrisMerge branch 'debug_fork'
2020-03-22 Jeremy Harrisexit-time debug
2020-03-22 Jeremy Harrisdebug tidying
2020-03-15 Jeremy Harrislabelled-process fork function
2020-03-12 Jeremy HarrisDebug: _exit() process-termination
2020-01-15 Jeremy Harrisgsasl authenticator: support crypted secrets, server...
2019-12-17 Jeremy Harris ARC: Reset received ARC instance counter before...
2019-12-08 Jeremy HarrisMerge branch '4.next'
2019-12-08 Jeremy HarrisFix macOS build
2019-12-08 Jeremy HarrisFix macOS build
2019-12-08 Jeremy HarrisFreeBSD: better support for TFO
2019-11-30 Jeremy HarrisMake smtp_flush() work for TLS channel
2019-11-24 Jeremy HarrisDocs: smtp_printf() in the local_scan API
2019-11-21 Jeremy Harristidying
2019-11-18 Jeremy HarrisTLS: restore TLS protocol version to default Received...
2019-11-14 Jeremy HarrisTLS: variables $tls_(in,out)_tlsver
2019-10-20 Jeremy HarrisBuild: include early-pipelining unless disabled
2019-09-22 Jeremy HarrisDMARC: promote the support from Experimental to mainline
2019-08-13 Jeremy HarrisSPF: split library init from per-connection init
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-03-15 Jeremy HarrisRetire EXPERIMENTAL_REQUIRETLS
2019-02-12 Jeremy HarrisMerge branch '4.next'
2019-02-10 Jeremy HarrisUse single TCP segment for SMTP, TLS and TCP closes.
2019-02-10 Jeremy HarrisUse C99 initialisations for iterators
2019-01-30 Mad AlexFix dkim_verify_signers option. Bug 2366 exim-4.92 exim-4.92-RC6 exim-4.92-jgh
2018-12-29 Jeremy HarrisUse single TCP segment for SMTP, TLS and TCP closes.
2018-12-23 Jeremy HarrisUse C99 initialisations for iterators
2018-11-24 Jeremy HarrisAvoid leaving $domain live with bogus info, during...
2018-11-20 Jeremy Harristidying
2018-11-17 Jeremy HarrisLose more string-copy operations
2018-11-15 Jeremy HarrisRecast more internal string routines to use growable...
2018-11-06 Jeremy HarrisFix build on FreeBSD 11
2018-11-05 Jeremy HarrisSquashed commit of PIPE_CONNECT
2018-10-27 Jeremy HarrisAvoid trying to talk TLS over a known-closed channel
2018-10-21 Jeremy HarrisDebug: provide for SIGALRM tracking
2018-10-14 Jeremy HarrisTestsuite: client script faciility for handling optiona...
2018-09-23 Jeremy HarrisDSN: tescase for ESMTP DSN extension, RCPT options
2018-09-16 Jeremy HarrisTidying and compiler-silencing
2018-08-23 Jeremy HarrisUse single-bit fields for file-global flags in smtp_in
2018-08-22 Jeremy HarrisUse single-bit fields for global flags
2018-08-22 Jeremy HarrisLogging: server pipelining offer but no uptake
2018-08-22 Jeremy Harristidying
2018-08-21 Jeremy HarrisTidying: indentation
2018-08-21 Jeremy HarrisLogging: pipelining log_selector
2018-07-27 Jeremy HarrisSupport REQUIRETLS
2018-07-18 Jeremy HarrisI18N: reject SMTPUTF8 MAIL command when facility not...
2018-07-18 Jeremy HarrisI18N: Fix protocol recorded for a multi-SMTPUTF8-messag...
2018-06-24 Jeremy HarrisTLS: rework client-side use with an explicit context...
2018-05-20 Jeremy HarrisDMARC: do not wipe values set by config options, betwee...
2018-04-23 Jeremy HarrisDKIM: enforce limit of 20 on received DKIM-Signature...
2018-04-16 Jeremy HarrisFix merge artifacts
2018-04-15 Jeremy HarrisMerge branch '4.next'
2018-04-15 Jeremy HarrisClear more globals between messages
2018-04-15 Jeremy HarrisAvoid doing logging in signal-handlers. Bug 1007
2018-04-09 Jeremy HarrisDMARC: fix history file
2018-04-07 Jeremy HarrisClear more globals between messages
2018-04-06 Jeremy HarrisLogging: fix DKIM precis received log line element.
2018-03-30 Jeremy HarrisAvoid doing logging in signal-handlers. Bug 1007
2018-03-22 Jeremy HarrisSPF: additional variable $spf_result_guessed; tweak...
2018-03-18 Jeremy HarrisUnbreak DMARC
2018-03-18 Jeremy HarrisDMARC: add results to generic authres string; remove...
2018-03-17 Jeremy HarrisDMARC: add variables to list of those now-unused at...
2018-03-16 Jeremy HarrisFix heavy-pipeline SMTP command input corruption. ...
2018-03-15 Jeremy HarrisMark variables that are unused before release of store...
2018-03-13 Jeremy HarrisARC: add $arc_state, $arc_state_reason and add reason...
2018-03-13 Jeremy HarrisMark variables unused before release of store in the...
2018-03-10 Jeremy HarrisExtra checks on inbound SMTP stream buffer refill
2018-02-25 Jeremy HarrisAuths: for A-R header, and SMTP auth, note the public...
2018-02-20 Wolfgang BreyhaOpenSSL: Fix memory leak during multi-message connectio...
2018-02-18 Jeremy HarrisExpansions: make ${authresults } usable in a named ACL
2018-02-18 Jeremy HarrisExpansions: new ${authresults {mch}} for an Authenticat...
2018-02-17 Jeremy HarrisAvoid minor memleak during multi-message STARTTLS'd...
2018-02-17 Jeremy Harristidying
next