Logging: fix errno decodes
[exim.git] / src / src / transports / smtp.c
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
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-11-20 Jeremy HarrisConst-ification
2014-11-20 Jeremy HarrisFix copying of host_used in smtp transport
2014-11-18 Jeremy HarrisCompiler quietening
2014-11-05 Jeremy HarrisDo not permit multi-component wildcards on certificate...
2014-10-30 Jeremy HarrisFix cert-try-verify when denied by event action
2014-10-30 Jeremy HarrisFix dnssec indication variable when used from smtp...
2014-10-30 Jeremy HarrisFor connects and certificate-verifies denied by event...
2014-10-25 Jeremy HarrisRename facility to Event Actions, ifdeffed on EXPERIMEN...
2014-10-22 Todd LyonsMerge branch 'master' of ssh://git.exim.org/home/git...
2014-10-22 Jeremy HarrisMore regular logging use of H=<name> [<ip>]
2014-09-23 Todd LyonsMerge remote-tracking branch 'exim_github/pr/18'
2014-09-06 Todd LyonsMerge branch 'master_condition_description'
2014-09-04 Jeremy HarrisEnforce TLS under DANE when host has TLSA records
2014-09-02 Jeremy HarrisIntroduce EXPERIMENTAL_DANE feature
2014-08-20 Jeremy HarrisMerge branch 'master' into dane
2014-08-20 Jeremy HarrisExpanded EXPERIMENTAL_TPDA feature
2014-08-17 Jeremy HarrisOverride an unchanged default hosts_request_ocsp when...
2014-08-08 Jeremy HarrisTest development
2014-07-29 Todd LyonsCreate a hosts_try_dane transport option, does nothing yet
2014-06-04 Jeremy HarrisEnsure output buffer big enough for DSN additions to...
2014-05-30 Jeremy HarrisFix no-ssl build
2014-05-29 Jeremy HarrisLog warnings on presence of deperecated options
2014-05-28 Todd LyonsMerge tag 'exim-4_82_1' exim-4_83_RC1
2014-05-23 Jeremy HarrisMove OCSP out of EXPERIMENTAL
next