LDAP: Fix comment about delimiter
[exim.git] / src / src / smtp_in.c
2015-11-01 Heiko Schlitterman... Source: Remove trailing whitespaces from src/*.{h,c}
2015-10-13 Jeremy Harrismax_parallel transport option. Bug 1698
2015-10-11 Jeremy HarrisHandle >1 parallelism in serialize db entries
2015-09-13 Jeremy Harris TLS: downgrade fail of cert-based authentication...
2015-08-14 Tony FinchOverhaul the debug_selector and log_selector machinery...
2015-08-11 Heiko Schlitterman... Fix ESMTP MAIL command option processing
2015-07-26 Jeremy HarrisCompiler quietening
2015-07-15 Jeremy HarrisAdd check on tls_auth pseudo-command. Bug 1659
2015-07-12 Phil PennockCompile with DISABLE_PRDR set
2015-06-05 Phil PennockCopyright year updates (things touched in 2015)
2015-06-04 Jeremy HarrisTLS authenticator
2015-05-27 Jeremy HarrisNote MAIL commands in -bS batch, to avoid smtp_no_mail...
2015-05-19 Jeremy HarrisChange HELO-verify forward case from byname to bydns...
2015-05-19 Jeremy HarrisChange host_lookup re-forward from byname to bydns...
2015-05-17 Jeremy HarrisRemove word "rejected" from ACL-discard log lines....
2015-04-12 Jeremy HarrisMerge branch 'SMTPUTF8_1516'. Bug 1516
2015-04-12 Jeremy Harrissmtp output
2015-04-12 Jeremy Harrisreceived_protocol
2015-04-12 Jeremy Harrisprotocol prep
2015-04-12 Jeremy Harrissmtp input
2015-04-12 Jeremy Harrisfeature negotiation
2015-04-06 Simon AmorCare with printability of logged information. Bug...
2015-02-01 Jeremy Harrisconstification
2015-01-20 Jeremy HarrisMulti-recipient cutthrough delivery. Bug 1542
2015-01-13 Jeremy HarrisMake smtp_receive_timeout main option expanded. Bug 564
2015-01-12 Jeremy HarrisMove DSN support to mainline
2014-11-18 Jeremy HarrisCompiler quietening
2014-06-06 Jeremy HarrisMore care with time types
2014-05-28 Todd LyonsMerge tag 'exim-4_82_1' exim-4_83_RC1
2014-05-21 Wolfgang BreyhaRFC3461 support - MIME DSN messages. Bug 118
2014-05-13 Todd LyonsBug 1394: PPv2 header modifed
2014-05-13 Todd LyonsMerge branch 'master' of ssh://git.exim.org/home/git...
2014-05-13 Jeremy HarrisMove PRDR out of EXPERIMENTAL
2014-05-06 Jeremy HarrisOCSP observability: variables $tls_{in,out}_ocsp
2014-05-02 Jeremy HarrisCertificate variables and field-extractor expansions...
2014-04-23 Todd LyonsMerge branch 'master' of git://git.exim.org/exim
2014-04-19 Todd LyonsCopyright year updates:
2014-04-19 Todd LyonsFix Proxy Protocol v2 handling
2014-04-19 Jeremy HarrisFix logging of nomail
2014-03-15 Wolfgang BreyhaAdd tls_verify_hosts and tls_try_verify_hosts to smtp...
2014-03-09 Jeremy HarrisLog port and TLS details for a failed delivery
2014-03-09 Jeremy HarrisLog incoming-TLS details on rejects. Bug 305
2014-01-07 Phil PennockCopyright year updates:
2014-01-05 Jeremy HarrisExplicitly disable cutthrough on transports having...
2013-12-30 Todd LyonsProxy negotiation saves socket timeout values.
2013-11-30 Todd LyonsProxy Protocol - Server support
2013-09-22 Todd LyonsAdd expansion $authenticated_fail_id
2013-01-26 Jeremy HarrisPRDR support, if compiled with EXPERIMENTAL_PRDR
2012-11-23 Jeremy HarrisCheck syscall return values.
2012-10-28 Jeremy HarrisQuieten complaining compilers.
2012-10-27 Phil PennockMerge 4.80.1 security fix in.
2012-10-16 Todd LyonsMerge branch 'master' of ssh://git.exim.org/home/git...
2012-10-06 Jeremy HarrisLogging-only patch for 8BITMIME; bug 817.
2012-07-27 Todd LyonsBug #198: Add remove_header ACL modifier.
2012-06-06 Phil PennockBUGFIX: forced-fail smtp option tls_sni would dereferen...
2012-06-04 Jeremy HarrisAdd testcase for callout fallback from ESMTP to SMTP.
2012-06-04 Jeremy HarrisBetter debug.
2012-06-04 Jeremy HarrisDual-tls - split management of TLS into in- and out...
2012-06-04 Jeremy HarrisTestsuite cases for basic cutthrough_delivery.
2012-06-04 Jeremy HarrisBasic cutthrough delivery.
2012-06-04 Todd LyonsRefactor optional MAIL FROM args
2012-06-04 Phil PennockImplement -G => "control=suppress_local_fixups"
2012-05-28 Phil PennockMerge openssl_disable_ssl2 branch exim-4_80_RC7
2012-05-17 Phil PennockCopyright year updates.
2012-05-16 Phil PennockMerge branch 'experimental_ocsp'
2012-05-16 Phil PennockOverhaul of GnuTLS code.
2012-05-05 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-05-04 Phil PennockMore tls_sni support: outbound, logging.
2012-04-23 Jeremy HarrisEnsure $smtp_command is initialized before it can be...
2012-04-16 rootMerge remote branch 'origin'
2012-04-13 Phil PennockHandle TAB, not just SP, in MAIL args.
2012-02-19 Phil PennockLog auth data in rejectlog.
2011-08-27 Phil PennockRaise smtp_cmd_buffer_size to 16384.
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2011-03-24 Phil PennockAlso memset(.., 0, ..) the pre-TLS input buffer.
2011-03-24 Phil PennockExtra paranoia around STARTTLS-with-data-in-buffer.
2011-03-22 Phil PennockCompiler masochism compliance.
2010-12-15 David WoodhouseKil va_copy(). It isn't present on some ancient systems.
2010-06-12 John JetmoreAdd tcp_wrappers_daemon_name (closes: bug #278)
2009-11-16 Nigel MetheringhamUpdate all copyright messages to cover 1995 - 2009...
2009-10-15 Tom KistnerFix dkim_signers condition logic / Renamed dkim_signing...
2009-06-10 Tom KistnerMerge native DKIM support (from DEVEL_PDKIM)
2008-09-29 Nigel MetheringhamFix to EXPN not working under TLS. Fixes bug #744
2007-09-28 Tom Kistner[Buzilla 376] Preliminary DKIM support
2007-08-22 Philip HazelEscape funny characters when logging DN=
2007-08-22 Philip HazelAdd the NOTQUIT ACL.
2007-07-04 Philip HazelRemove unwanted (int) case when reading SIZE. Fix runte...
2007-04-16 Philip HazelDo not advertise STARTTLS in response to HELP unless...
2007-04-13 Philip HazelCheck for lost connection or unexpected input at end...
2007-03-21 Philip HazelAdd RCPT error text to unexpected DATA error.
2007-02-20 Philip HazelAdd extra sync checks after ACLs that might delay.
2007-02-20 Philip Hazel$smtp_command and $smtp_command_argument were incomplet...
2007-01-30 Philip HazelAdd control=no_pipelining.
2007-01-23 Philip HazelAdd $smtp_count_at_connection_start.
2007-01-18 Philip HazelAdd gnutls_require_{kx,mac,protocols}.
2007-01-15 Philip HazelAdded log selector +smtp_no_mail to log when no MAIL...
2007-01-08 Philip HazelUpdate version number and copyright year.
2006-11-20 Philip HazelFix space bug in previous patch for "message" used...
2006-11-14 Philip HazelApplied a modified version of Brad Jorsch's patch for...
2006-10-23 Philip HazelFix crash for verify=helo when no IP address (-bs).
next