Generalise "send failed" message in smtp transport
[exim.git] / src / src / transports / smtp.c
2021-09-01 Jeremy HarrisGeneralise "send failed" message in smtp transport
2021-07-22 Jeremy HarrisTLS: fix tls_verify_certificates handling of "system"
2021-07-18 Jeremy HarrisTLS: ALPN options
2021-06-28 Jeremy HarrisLibreSSL: TLS-write-shutdown does not push data
2021-06-27 Jeremy HarrisMerge branch 'readonly_config'
2021-06-27 Jeremy Harrissmtp tpt fallback_hosts list must be mutable
2021-06-25 Heiko Schlitterman... Merge branch 'hs/taintwarn'
2021-06-24 Heiko Schlitterman... smtp
2021-05-27 Heiko Schlitterman... Merge branch 'qualys-2020'
2021-05-27 Heiko Schlitterman... SECURITY: off-by-one in smtp transport (read response)
2021-05-11 Heiko Schlitterman... Fix DANE + SNI handling (Bug 2265)
2021-04-25 Jeremy Harristidying
2021-04-18 Jeremy HarrisExperimental: ESMTP LIMITS extension
2021-04-10 Jeremy HarrisLogging: better tracking of continued-connection use
2021-04-03 Jeremy HarrisTLS: harden error-detection in TLS proxy process
2021-03-27 Jeremy HarrisAvoid all tail-end pipelining on retries
2021-03-16 Jeremy HarrisPipeline QUIT after data
2021-02-23 Jeremy HarrisBulid: fix DISABLE_PIPE_CONNECT build. Bug 270333
2021-02-13 Jeremy Harriswip
2021-02-06 Jeremy HarrisFix handling of server which follows a RCPT 452 with...
2021-01-24 Jeremy HarrisTFO: cleanup the TCP pure ack of SMTP banner
2021-01-22 Jeremy HarrisFix getting non-TLS QUIT in FIN segment
2021-01-22 Jeremy HarrisTLS: on Linux when sockopt TCP_FASTOPEN_CONNECT is...
2021-01-21 Jeremy Harris Avoid bare TCP ACKs during TLS-on-connect startup.
2021-01-15 Jeremy HarrisHints DB: harden against corrupt files by ignoring...
2021-01-04 Jeremy HarrisBSD: avoid delay on continued-connection
2021-01-01 Jeremy HarrisFreeBSD: packet coalescing
2020-11-03 Jeremy Harristidying
2020-10-30 Jeremy HarrisFix build on platforms lacking TIOCOUTQ ioctl
2020-10-29 Jeremy HarrisFix build on platforms lacking TIOCOUTQ ioctl
2020-10-29 Jeremy HarrisDebug: show stalled send-data count on message-errors
2020-10-05 Jeremy HarrisGnuTLS: when library too old for system CA bundle suppo...
2020-10-03 Jeremy HarrisTLS: preload configuration items
2020-08-31 Jeremy HarrisFix non-TLS build
2020-08-27 Jeremy HarrisFix non-DANE build
2020-08-26 Jeremy HarrisDANE: Fix 2 messages from queue case
2020-08-23 Jeremy HarrisFix non-DANE build
2020-08-23 Jeremy HarrisDANE: Fix 2-rcpt message, diff domins case. Bug 2265
2020-08-23 Jeremy Harristidying
2020-08-19 Jeremy HarrisDANE: force SNI to use $domain. Bug 2265
2020-08-02 Jeremy HarrisEnforce STARTTLS sync point, client side
2020-06-28 Jeremy Harris Remove attempts to quieten compiler static-checking...
2020-06-27 Jeremy HarrisRemove attempts to quieten compiler static-checking
2020-06-01 Jeremy HarrisMerge branch '4.next'
2020-05-13 Jeremy HarrisDebug: quieten DSN
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-07 Jeremy HarrisI18N: change default on smtp transport, to downconvert...
2020-04-30 Jeremy HarrisCopyright updates: exim-4_94_RC0
2020-04-19 Jeremy HarrisEvents: Fix msg:defer event for the hosts_max_try_hardl...
2020-04-14 Jeremy HarrisEarly-pipe: invalidate cache on a failure of required...
2020-04-05 Jeremy HarrisTaint: check on supplied buffer vs. list when extractin...
2020-03-22 Jeremy HarrisMerge branch 'debug_fork'
2020-03-22 Jeremy Harrisexit-time debug
2020-03-22 Jeremy Harrisdebug tidying
2020-03-20 Jeremy Harrisconsistent fork-time debug
2020-03-18 Jeremy Harristidying
2020-03-15 Jeremy Harrislabelled-process fork function
2020-03-10 Jeremy HarrisEarly-pipe: retry without pipelining on first-response...
2020-03-05 Jeremy HarrisDocs: tidying
2020-02-17 Jeremy HarrisFix continued-connection SIZE parameter on MAIL commman...
2020-01-26 Jeremy HarrisACL: control = queue/first_pass_route
2020-01-26 Jeremy Harristidying
2020-01-21 Jeremy HarrisUse dedicated union member for option offsets
2019-12-29 Jeremy HarrisLogging: Add DT= to defer & fail message lines. Bug 322
2019-12-22 Jeremy HarrisPIPELINING: break and check for 452 every hundred RCPTs
2019-12-15 Jeremy HarrisEvents: add msg:defer Bug 2477
2019-12-14 Jeremy HarrisZero smtp context structure after allocation
2019-12-13 Jeremy HarrisEarly-pipe: clear unused feature bits
2019-12-11 Jeremy HarrisFix taint issue in transport with DSN. Bug 2491
2019-12-08 Jeremy HarrisMerge branch '4.next'
2019-12-05 Jeremy HarrisTransports: explicit errno values in returns
2019-11-18 Jeremy HarrisTLS: restore TLS protocol version to default Received...
2019-11-14 Jeremy HarrisTLS: variables $tls_(in,out)_tlsver
2019-11-05 Jeremy HarrisDKIM/CHUNKING: support CHUNKING when a transport_filter...
2019-11-01 Jeremy HarrisLogging: TLSA lookups should honor slow_lookup_log
2019-10-20 Jeremy HarrisBuild: include early-pipelining unless disabled
2019-10-19 Jeremy HarrisCHUNKING: fix all-RCPTs-rejected, non-pipelined. Bug...
2019-10-18 Heiko Schlitterman... Change the default of dnssec_request_domains to '*'
2019-10-12 Jeremy HarrisReduce delivery process startup time
2019-10-12 Jeremy HarrisFix errorcheck in smtp transport
2019-10-12 Jeremy HarrisPerformance timing measurements
2019-10-04 Jeremy HarrisEvents: Add smtp:ehlo event
2019-08-01 Jeremy Harristidying
2019-07-29 Jeremy HarrisFix taint-checking on OpenBSD
2019-07-25 Jeremy HarrisTrack tainted data and refuse to expand it
2019-07-06 Jeremy Harrismore function attribute annotation
2019-05-28 Jeremy HarrisPIPE_CONNECT: promote from experimental
2019-05-27 Jeremy HarrisPIPE_CONNECT: avoid using when the transport helo_data...
2019-05-26 Jeremy HarrisTFO: change the default for hosts_try_fastopen, enablin...
2019-05-26 Jeremy HarrisDebug: align tracing out for TFO connections with plain...
2019-05-25 Jeremy HarrisLogging: avoid claiming a host was used for an addr...
2019-05-25 Jeremy HarrisLogging: fix duplicated transport target info under TFO
2019-05-25 Jeremy HarrisCallouts: simplfy debug output
2019-05-25 Jeremy HarrisCallouts: simplfy logging
2019-05-24 Jeremy HarrisTLS: introduce USE_OPENSSL as an explicit requirement...
2019-05-24 Jeremy HarrisDANE: remove excess compile-time checks
2019-05-24 Jeremy HarrisTLS: move from SUPPORT_TLS to DISABLE_TLS macro for...
2019-05-21 Jeremy HarrisChange the default for hosts_try_dane, enabling use...
2019-05-19 Jeremy HarrisChange the default for hosts_noproxy_tls to unset,...
next