CRL addition returns count of CRLs added
[exim.git] / src / src / smtp_in.c
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).
2006-10-09 Philip HazelArrange to call dns_init() for host_find_byname() as...
2006-09-25 Philip HazelAdd log_reject_target as an ACL modifier.
2006-09-19 Philip HazelApply Jakob Hirsch's patch for arbitrary ACL variable...
2006-09-18 Philip HazelCheck for overflow in numeric expansion conditions...
2006-07-27 Philip HazelExim was not testing for a space following SMTP command...
2006-07-27 Philip HazelMade -oMaa and -oMt work with -bh and -bs to pretend...
2006-07-13 Philip HazelAdd recognition of SMTP error codes in bespoke messages.
2006-04-19 Philip HazelKludge for tcp-wrappers problem during system catastrophes.
2006-03-16 Philip HazelUser, not system, error message for VRFY defer.
2006-03-08 Philip HazelTidies to SMTP dialogue debugging output.
2006-03-06 Philip HazelAdd the add_header modifier for use with all ACL verbs.
2006-03-02 Philip HazelImplemented control=allow_auth_unadvertised.
2006-02-14 Philip HazelAdd log selector sender_verify_fail.
2006-02-13 Philip HazelFix "(during SMTP connection from NULL)" bug.
2006-02-13 Philip HazelAdd control=freeze/no_tell feature.
2006-02-10 Philip HazelAdd $auth1, $auth2, $auth3 variables.
2006-02-07 Philip HazelUpdate copyright year in (most) files (those that my...
2005-12-14 Philip HazelMinor changes for the test harness.
2005-12-12 Philip HazelGo to 20 ACL variables of each type, and make the numbe...
2005-09-13 Philip HazelAdd $smtp_command.
2005-09-12 Philip HazelAdd control=suppress_local_fixups to complete the quartet.
2005-09-07 Philip HazelFix incorrect use of local user name for trusted submis...
2005-08-22 Philip HazelMake $smtp_command_argument available for all SMTP...
2005-08-02 Philip HazelMake verify=helo do the verification on the fly it...
2005-08-02 Philip HazelRemove "violation:" from synchronization error message.
2005-06-27 Philip HazelAdded lots of "(void)" casts to standard function calls.
2005-05-23 Tony FinchAdd the ratelimit ACL condition. This is mostly reasona...
2005-05-23 Tony FinchAdd control=fakedefer to go with control=fakereject.
2005-04-27 Philip HazelInstall Tony's patch for $message_linecount.
2005-04-27 Philip HazelEnsure the value of $authenticated_id contains only...
2005-03-29 Philip HazelFix non-check for read() error in sync check before...
2005-03-22 Philip HazelIncrease incoming SMTP command buffer size from 512...
2005-03-15 Philip HazelRenamed SOCKLEN_T as EXIM_SOCKLEN_T to avoid a problem...
2005-03-08 Tom KistnerAdded DomainKeys support. See doc/experimental-spec...
2005-02-17 Philip Hazel(1) Last-minute sieve patch (updates to latest spec).
2005-01-13 Philip HazelFix what I broke when adding the 127.0.0.2 test-harness...
2005-01-13 Philip HazelAdd the unwanted input to the log line for a synchroniz...
2005-01-04 Philip Hazel(1) Typo in redirect router; (2) Update version number...
2004-12-29 Philip HazelRemoved the WITH_CONTENT_SCAN conditionals from the...
2004-12-16 Tom KistnerMerge from EXISCAN branch.
2004-11-10 Philip HazelSet protocol to "smtps" after EHLO->STARTTLS->HELO...
2004-11-04 Philip HazelAdded a "connect=<time>" option to callouts, for a...
2004-10-19 Philip HazelMake $recipients available in the predata ACL (fixes...
2004-10-19 Philip HazelAdded /sender_retain facility to control=submission...
2004-10-07 Philip HazelStart