Bug 1454: Option -oMm for message reference
[exim.git] / src / src / transports /
2014-04-23 Todd LyonsMerge branch 'master' of git://git.exim.org/exim
2014-04-20 Jeremy HarrisAdd options dnssec_request_domains, dnssec_require_doma...
2014-04-20 Jeremy HarrisFix handling of $tls_cipher et.al. in (non-verify)...
2014-04-19 Todd LyonsCopyright year updates:
2014-03-15 Wolfgang BreyhaAdd tls_verify_hosts and tls_try_verify_hosts to smtp...
2014-03-05 Wolfgang BreyhaSupport log_selector smtp_confirmation for the lmtp...
2014-02-26 Wolfgang BreyhaAdd tls_verify_hosts and tls_try_verify_hosts to smtp...
2014-01-07 Phil PennockCopyright year updates:
2013-09-30 Todd LyonsMerge branch 'patch-3' of https://github.com/bes-intern...
2013-09-30 Todd LyonsMerge branch 'patch-1' of https://github.com/bes-intern...
2013-09-30 Todd LyonsMerge branch 'master_tpda'
2013-09-30 Jeremy HarrisBug 1031: Experimental TPDA
2013-09-30 Todd LyonsRemove whitespace
2013-05-22 Jeremy HarrisMerge branch 'callout_auth'
2013-05-22 Jeremy HarrisLog AUTH info on cutthrough deliveries.
2013-05-20 Jeremy HarrisSupport AUTH for verify-callout and cutthrough-delivery.
2013-04-07 Jeremy HarrisMerge branch 'ocsp_staple_rollup'
2013-04-02 Phil PennockClean & integrate force_command.
2013-04-01 J. Nick KostonAdd the force_command option to the pipe transport
2013-03-25 Jeremy HarrisOCSP-stapling enhancement and testing.
2013-01-26 Jeremy HarrisPRDR support, if compiled with EXPERIMENTAL_PRDR
2012-11-23 Jeremy HarrisCheck syscall return values.
2012-11-09 Jeremy HarrisAuth info from transports must be tracked per-address.
2012-11-06 Jeremy HarrisAdd optional authenticated_sender info to A= elements...
2012-11-04 Jeremy HarrisAdd A= to delivery log lines, and a client_set_id optio...
2012-10-27 Phil PennockMerge 4.80.1 security fix in.
2012-09-17 Todd LyonsTypo in debug output.
2012-09-12 Phil PennockMinor doc nits re bug 1262.
2012-09-11 Jeremy HarrisAvoid using a waiting db for single-message-only transp...
2012-07-05 Jeremy HarrisDelay expansion of smtp transport option "authenticated...
2012-06-06 Phil PennockBUGFIX: forced-fail smtp option tls_sni would dereferen...
2012-06-04 Jeremy HarrisAdd hosts_verify_avoid_tls option to smtp transport.
2012-06-04 Jeremy HarrisDual-tls - split management of TLS into in- and out...
2012-06-01 Phil PennockDSCP support, tentative
2012-06-01 Phil Pennocktls_dh_min_bits smtp transport option
2012-05-28 Phil PennockMerge openssl_disable_ssl2 branch exim-4_80_RC7
2012-05-17 Phil PennockCopyright year updates.
2012-05-17 Phil Pennock4.78 -> 4.80
2012-05-16 Phil PennockMerge branch 'experimental_ocsp'
2012-05-16 Phil PennockOverhaul of GnuTLS code.
2012-05-09 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-05-09 Jeremy HarrisFix non-TLS build. Detection and fix by Todd Lyons.
2012-05-07 Jeremy HarrisTestsuite: updates for 8bitmime-as-default.
2012-05-05 Jeremy HarrisMerge branch 'master' of git://git.exim.org/exim
2012-05-04 Phil Pennocksilence various compiler complaints; expose NVALGRIND
2012-05-04 Phil PennockMore tls_sni support: outbound, logging.
2011-10-03 Phil PennockPP/12 fix uninitialised greeting string from PP/03 exim-4_77_RC1
2011-08-27 Phil PennockMake maildir_use_size_file expandable.
2011-08-27 Phil PennockAdd protocol=smtps support to smtp transport.
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2011-03-22 Phil PennockCompiler masochism compliance.
2011-02-22 Phil PennockDon't disable quota when maildirsize lost to races. exim-4_75_RC2
2011-02-21 Phil PennockDeal with maildir quota file races.
2011-02-21 Phil PennockUpdate $message_linecount for maildir_tag.
2011-02-14 Tom KistnerBugZilla 1006 - recommit patch from Micha Lenk
2011-02-13 Phil PennockImplement freeze_signal on pipe transport.
2011-01-14 Tony Finchsrc/transports/smtp.c: log LMTP confirmation same as...
2011-01-12 Tom KistnerBugzilla #1067 - DKIM: Fix relaxed header canon for...
2010-07-20 John JetmoreMerge ssh://tahini.csx.cam.ac.uk/home/git/exim
2010-07-19 Tom KistnerBugzilla #1006: Keep EHLO attributes in case STARTTLS...
2010-06-07 Phil PennockClean up compiler warnings from { gcc -Wall }, many...
2010-06-05 Phil PennockAdd permit_coredump pipe transport option. Fixes:...
2010-05-29 Phil PennockProtect against symlink attacks on MBX lockfile in...
2010-05-26 Nigel MetheringhamPrevent hardlink attack on mbox sticky mail directory...
2009-11-16 Nigel MetheringhamUpdate all copyright messages to cover 1995 - 2009...
2009-11-16 Nigel MetheringhamUpdate all copyright messages to cover 1995 - 2009...
2009-11-05 Nigel MetheringhamTransport filter timeout fix. Fixes: #898
2009-10-30 Nigel MetheringhamFurther fix to maildirsize. Fixes: #727
2009-10-20 Nigel MetheringhamImprovements to LMTP delivery logging. Fixes: #807
2009-10-19 Nigel MetheringhamUse transport mode as default mode for maildirsize...
2009-06-10 Tom KistnerMerge native DKIM support (from DEVEL_PDKIM)
2009-01-02 Nigel MetheringhamAdded timeout setting to transport filter. Fixes:...
2008-09-05 Tony FinchProduce a more useful error message if an SMTP transpor...
2008-05-16 Nigel MetheringhamChange creation mode of maildir aux files to prevent...
2008-03-05 Tom Kistnerjoin transport logic for DK and DKIM, making it possibl...
2008-02-14 Tony FinchFix parallel build (make -j). Fixes: bug #668.
2007-09-28 Tom Kistner[Buzilla 376] Preliminary DKIM support
2007-08-22 Philip HazelFix missing quota message for system quota failure...
2007-06-18 Philip HazelAdd client_condition to authenticators.
2007-02-20 Philip HazelMake bounce for system quota error the same as for...
2007-02-08 Philip HazelFix bad outgoing_port in log line for delivery of a...
2007-02-06 Philip HazelImplemented hosts_avoid_pipelining in the smtp transport.
2007-02-06 Philip HazelRetry items for address errors that included the sender...
2007-01-30 Philip HazelMagnus' patch for $sending_ip_address and $sending_port.
2007-01-22 Philip HazelCautiously added ENABLE_DISABLE_FSYNC and disable_fsync...
2007-01-18 Philip HazelAdd gnutls_require_{kx,mac,protocols}.
2007-01-08 Philip HazelUpdate version number and copyright year.
2006-11-07 Philip HazelReturn remote errors for LMTP over pipe (so now it...
2006-11-06 Philip HazelInclude sender address in retry key for 4xx errors.
2006-10-30 Philip HazelFix too-often retry bug after 4xx with more hosts than...
2006-10-09 Philip HazelArrange to call dns_init() for host_find_byname() as...
2006-09-25 Philip HazelChange callout EHLO/HELO from smtp_active_hostname...
2006-04-27 Philip HazelAdd maildirfolder_create_regex to appendfile.
2006-04-25 Philip HazelFix problem with maildir delivery into a folder that...
2006-04-25 Philip HazelMake lockfile_mode apply to MBX lock files.
2006-04-20 Philip HazelMake batch delivery work for files and pipes set up...
2006-03-16 Philip HazelChange HAVE_LOGIN_CAP to HAVE_SETCLASSRESOURCES because...
2006-03-09 Philip HazelAdd new errors mail_4xx, data_4xx, lost_connection...
2006-03-01 Philip HazelBugs in temporary error message handling for smtp in...
2006-03-01 Philip HazelAvoid unnecessary scan of maildir mailbox when mailbox_...
next