More debug in smtp transport
[exim.git] / src / src / transports / smtp.c
2017-01-21 Jeremy HarrisSplit out smtp_setup_conn() from smtp_deliver, in the...
2017-01-18 Josh Soref214 spelling fixes
2016-12-29 Jeremy HarrisSync 4.next from master
2016-12-26 Jeremy HarrisI18N: support IDNA2008. Bug 1911
2016-12-18 Jeremy HarrisFix DKIM information leakage
2016-11-26 Jeremy HarrisI18N: support IDNA2008. Bug 1911
2016-11-25 Heiko Schlitterman... Merge from master into 4.next
2016-11-08 Jeremy HarrisEnsure socket is nonblocking before draining. Bug...
2016-10-22 Jeremy HarrisTCP Fast Open
2016-10-20 Jeremy Harristidying
2016-10-18 Jeremy HarrisAvoid pure-ACK TCP segments during command phase
2016-10-15 Jeremy Harristidying
2016-10-08 Jeremy HarrisFix callouts connection fallback from TLS to cleartext...
2016-09-27 Jeremy HarrisDrain socket to get clean TCP FINs
2016-09-17 Jeremy Harristidying
2016-09-13 Jeremy HarrisLogging: fix errno decodes
2016-09-11 Jeremy HarrisLog EHLO response on getting conn-close response for...
2016-09-11 Jeremy HarrisReduce space used by flags in smtp transport
2016-08-17 Jeremy Harristidying
2016-08-07 Jeremy HarrisCHUNKING/DKIM: fix handling of lines having a leading dot
2016-08-07 Jeremy HarrisCHUNKING: fix transmit with long headers
2016-08-06 Jeremy HarrisMerge branch 'CHUNKING'
2016-08-04 Jeremy HarrisMerge branch 'fakereject'
2016-08-03 Jeremy HarrisDANE: treat a TLSA response having only non-TLSA record...
2016-08-02 Jeremy Harrispass advertised facility to continued-transport process
2016-08-02 Jeremy Harristransmit logging
2016-08-02 Jeremy Harristransmit with DKIM
2016-08-02 Jeremy Harrisbasic & pipelined transmit testcases
2016-08-02 Jeremy HarrisCallback into smtp transport for BDAT commands
2016-08-02 Jeremy Harristidying
2016-08-02 Jeremy Harrisfeed need for BDAT down to write_chunk()
2016-08-02 Jeremy Harristransmit peer capability recognition
2016-07-31 Jeremy HarrisLogging: Fix logging of errors under PIPELINING
2016-07-26 Jeremy Harristidying
2016-07-24 Jeremy Harristidying
2016-06-03 Jeremy HarrisMerge branch 'multiqueue_336': Named queues
2016-05-17 Jeremy HarrisTidying: coverity issues
2016-05-17 Jeremy HarrisTLS: retire obsolete options gnutls_require_{kx,mac...
2016-05-17 Jeremy HarrisDelivery: clarify error log line. Bug 1782
2016-05-12 Jeremy HarrisDANE: for hosts_try_dane (but not _require), on dnssec...
2016-04-26 Jeremy HarrisDelivery: quieten smtp transport conn reuse vs. deliver...
2016-04-24 Jeremy HarrisDANE: Remove fallback from hosts_try_dane. If TLSA...
2016-04-10 Jeremy Harristidying: char signedness
2016-04-08 Jeremy HarrisTestsuite: 0322 (pipelining errors) avoid triggering...
2016-04-06 Jeremy Harrisnicer retry message
2016-04-06 Jeremy HarrisPass on SIZE to cutthrough connection
2016-04-02 Jeremy Harris Copyright year updates (things touched in 2016)
2016-03-12 Jeremy Harristidying: coverity issues
2016-03-09 Jeremy Harrisnicer retry message
2016-02-02 Jeremy HarrisPass on SIZE to cutthrough connection
2015-12-29 Jeremy Harrisupdate to pre-4.87 master
2015-12-14 Jeremy HarrisEvents: move from Experimental to mainline
2015-12-09 Jeremy HarrisI18N: Move EAI support from Experimental to mainline exim-4_87_RC1
2015-12-08 Jeremy HarrisSOCKS: downgrade from DISABLE_SOCKS to SUPPORT_SOCKS...
2015-12-07 Jeremy HarrisSOCKS: move from Experimental to mainline
2015-11-14 Jasen BettsEvents: add recipient-deferred events, both per-host...
2015-11-12 Jeremy HarrisLogging: support +outgoing_port on defer lines and...
2015-10-13 Jeremy Harrismax_parallel transport option. Bug 1698
2015-10-11 Jeremy HarrisHandle >1 parallelism in serialize db entries
2015-09-19 Jeremy HarrisRetry: always use interface, if set, for retry DB key...
2015-09-09 Jeremy HarrisDSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce...
2015-08-21 Heiko Schlitterman... Fix post-transport-crash: safeguard for missing spool...
2015-08-14 Tony FinchOverhaul the debug_selector and log_selector machinery...
2015-06-05 Phil PennockCopyright year updates (things touched in 2015)
2015-05-26 Phil PennockTLS: Enable ECDHE on OpenSSL, just the NIST P-256 curve...
2015-05-23 Jeremy Harristidying
2015-05-22 Jeremy HarrisDANE: do not fail/defer message due to TLSA lookup...
2015-05-21 Jeremy HarrisFix DANE for multiple-MX when all TLSA lookup defer...
2015-05-19 Jeremy Harrisstruct dnssec_domains
2015-05-16 Jeremy Harristidying
2015-04-21 Jeremy HarrisUTF8: MSA downconversions
2015-04-12 Jeremy HarrisMerge branch 'SMTPUTF8_1516'. Bug 1516
2015-04-12 Jeremy Harrisclient helo
2015-04-12 Jeremy HarrisRename substructure for ease of debugging
2015-04-12 Jeremy Harrissender verify callout
2015-04-12 Jeremy Harrisrecipient verify callout
2015-04-12 Jeremy Harrissmtp output, no remote support
2015-04-12 Jeremy Harrissmtp output
2015-03-24 Jeremy HarrisUse TLS by default on callouts/cutthroughs
2015-03-24 Jeremy HarrisFix default-port TLSA lookup done by callout. Bug 1602
2015-03-23 Jeremy HarrisFix compile errors
2015-03-15 Julian BrownWhen trying spooled messages, account for the local...
2015-03-15 Jeremy HarrisSOCKS: as a client, talk SMTP via a socks5 proxy. ...
2015-02-01 Jeremy Harrisconstification
2015-01-21 Jeremy HarrisDANE: if all TLSA records are unusable, retry verificat...
2015-01-12 Jeremy HarrisPropagate more error codes internally
2015-01-12 Jeremy HarrisMove DSN support to mainline
2015-01-12 Jeremy HarrisMake smtp transport try server cert verify by default
2015-01-12 Jeremy HarrisMake "system" location for certificate CA bundle the...
2015-01-12 Jeremy HarrisMove certificate name checking to mainline, default...
2015-01-12 Jeremy HarrisAs client, request PRDR by default if the server offers it
2015-01-12 Jeremy HarrisRefactor common uses of list-checking
2015-01-12 Jeremy HarrisMake the multi_domain smtp transport option expanded
2015-01-12 Jeremy HarrisMake the retry_include_ip_address smtp transport option...
2014-12-20 Jeremy HarrisPropagate more error codes internally
2014-12-16 Wolfgang BreyhaMove DSN support to mainline
2014-11-23 Jeremy HarrisMake smtp transport try server cert verify by default
2014-11-23 Jeremy HarrisMake "system" location for certificate CA bundle the...
2014-11-23 Jeremy HarrisMove certificate name checking to mainline, default...
2014-11-21 Jeremy HarrisAs client, request PRDR by default if the server offers it
next