]> Pileus Git - ~andy/fetchmail/history - sink.c
Minor bug fixes for socket.c
[~andy/fetchmail] / sink.c
2011-04-07 Matthias AndreeRemove extraneous parentheses.
2010-10-21 Sunil ShetyeFix "antispam does not work"
2010-10-09 Matthias AndreeMerge branch 'master' of gitorious.org:fetchmail/fetchmail
2010-10-09 Matthias AndreeRemove excess assignment.
2010-06-03 Matthias AndreeFix some rare or minor issues found with Clang 2.7...
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2010-02-28 Matthias AndreeRemove unused assignments/initializations found with...
2010-02-26 Matthias AndreeCheck seteuid() return value.
2010-02-25 Matthias AndreeFix verbose mode progress formatting regression from...
2010-02-25 Matthias AndreeBSMTP error reporting and stdout handling fixes
2010-02-10 Matthias AndreeRefactoring: Rename smtp_open() to smtp_setup()
2010-01-28 Matthias AndreeDeclare Sunil's new smtp_rset() function static.
2010-01-28 Matthias AndreeRecover from SMTP protocol errors on RSET. (Sunil Shetye)
2009-05-25 Matthias AndreeAlways treat 530 SMTP codes as temporary.
2009-05-25 Matthias AndreeEnforce minimum recommended SMTP timeouts, apply to...
2009-05-25 Matthias AndreeFix compiler warning (unused parameter).
2009-05-25 Matthias AndreeFix bounce message detail regression from 6.3.0.
2009-05-25 Matthias AndreeFix compiler warning. Patch by Prasad J. Pandit, pj...
2009-01-14 Matthias AndreeFix a few compiler warnings around implicit conversion...
2007-07-29 Matthias AndreeFix long-standing (since r2215/v4.6.8) crash on NULL...
2007-03-29 Matthias AndreeMake BSMTP output actually work, it would persistently...
2007-03-29 Matthias AndreeDo not crash with a null pointer dereference when openi...
2007-02-24 Matthias AndreeBack out --smtp list from bouncing. Sunil reports that...
2007-02-21 Matthias AndreeTry --smtp list when bouncing. Reported by Christian...
2006-12-12 Matthias AndreeRemove excess no-op strcpy() after strdup() found by...
2006-11-14 Matthias AndreeFix regression from 6.3.4 that crashes fetchmail -...
2006-08-07 Matthias AndreeFreeaddrinfo() fix for Uli Zappe's bug.
2006-08-06 Matthias AndreeImprove sink error detection and reporting.
2006-04-04 Matthias Andreeset no bouncemail now also prevents 'General SMTP/ESMTP...
2006-03-25 Matthias AndreeMore warning fixes (from FreeBSD 6.1).
2006-03-15 Matthias AndreeFurther cleanups to compile with C++ compiler.
2006-03-14 Matthias AndreeFix more compiler warnings.
2006-01-19 Matthias AndreeYet another bogus free() to be fixed.
2006-01-19 Matthias AndreeFix segfault or bus error after bouncing a message...
2005-12-20 Matthias Andree* SMTP/LMTP cleanup to fix these two bugs:
2005-12-13 Matthias AndreeDo not trash destination domain if multiple messages...
2005-11-14 Matthias AndreeSunil Shetye fixed these problems in a patch posted...
2005-10-30 Matthias AndreeUse new host_fqdn() interface.
2005-09-19 Matthias AndreeRearrange #include directives in an attempt to fix...
2005-08-16 Matthias AndreeWrite RFC-compliant BSMTP envelopes. Reported by Nico...
2005-08-02 Matthias AndreeRemove port/service dualism and make everything a service.
2005-07-31 Matthias AndreeGet rid of alloca() in fetchmail.
2005-07-30 Matthias AndreeINCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY...
2005-07-30 Matthias Andreestrcpy -> strlcpy, strcat -> strlcat
2005-07-23 Matthias AndreeAdd From: header to warning emails. Debian Bug#244828.
2005-07-20 Matthias AndreeReally fix Debian bug #207919 (junk in Received: header...
2005-07-03 Matthias AndreeNalin Dahyabhai's fix for sink.c/transact.c to reserve...
2005-06-29 Matthias AndreeCesar Eduardo Barros's fix to avoid double @ when usern...
2005-04-24 Matthias AndreeFix typo, LSMTP -> LMTP.
2004-11-10 Matthias AndreeMisc. sprintf and pid_t fixes.
2004-11-10 Matthias AndreeClean up the horrible HAVE_[V]SNPRINTF mess, use Trio...
2004-11-07 Matthias AndreeUse iana_charset rather than calling nl_langinfo(CODESET).
2004-10-20 Matthias AndreeLet stuff_warning do the RFC-2047 encoding.
2004-10-20 Matthias AndreeFix miscellaneous warnings.
2004-10-14 Matthias AndreeAdd MIME headers to specify body encoding for mail...
2004-10-12 Matthias AndreeMerge Holger Mauermann's bounce patch, 2003-10-23-6...
2004-07-21 Rob FunkRemove space after "MAIL FROM:" (patch from Phil Endecott)
2004-06-19 Matthias AndreeCast arguments of is*() ctype.h functions to unsigned...
2004-01-13 Eric S. RaymondSunil Shetye's fix for SSL configuration.
2003-10-10 Eric S. RaymondPrevent a SIGSEGV that happens when
2003-10-10 Eric S. RaymondClose a Debian bug.
2003-08-06 Eric S. RaymondReady to ship.
2003-07-17 Eric S. RaymondFirst round ofmlong-delayed bug fixes.
2003-03-01 Eric S. RaymondGuard some buffers.
2003-01-17 Eric S. RaymondSunil changed the sanitization logic.
2002-12-13 Eric S. RaymondReady to ship 6-2-0.
2002-10-31 Eric S. RaymondReady to ship stable.
2002-10-31 Eric S. RaymondSunil Shetye's minor fixes.
2002-10-18 Eric S. Raymondi18n fix.
2002-10-18 Eric S. RaymondDetect and rewrite local paths.
2002-09-13 Eric S. RaymondBetter error return reporting from the MDA.
2002-09-13 Eric S. RaymondSunil Shetye's latest cleanup patch.
2002-09-09 Eric S. RaymondSunil Shetye's latest fix patch.
2002-09-04 Eric S. RaymondSunil Shetye's double-bounce patch.
2002-09-04 Eric S. RaymondCygwin port fix.
2002-06-22 Eric S. RaymondMore patches by Sunil.
2002-06-09 Eric S. RaymondRFC reference.
2002-06-08 Eric S. RaymondScott Gigfford's patch.
2002-06-04 Eric S. RaymondPass back spam filter messages.
2002-04-04 Eric S. RaymondAvoid spurious transient errors.
2002-04-01 Eric S. RaymondDebian 5.9.10 fixes.
2002-03-10 Eric S. RaymondExpose the ESMTP name and password options.
2002-03-09 Eric S. RaymondMinor fixes.
2002-02-15 Eric S. RaymondMinor fixes for 5.9.8.
2002-02-02 Eric S. RaymondGSSAPI and ODMR fixes.
2002-02-01 Eric S. RaymondUse smtpaddress to specify the return path on warning...
2002-02-01 Eric S. RaymondFixes by Matthias Andree.
2002-02-01 Eric S. RaymondSunil Shetye's fixews for IMAP and SMTP edge cases.
2001-12-14 Eric S. RaymondSlight change in bounce logic.
2001-12-14 Eric S. RaymondLMTP fix.
2001-11-08 Eric S. RaymondCosmetic fix.
2001-11-08 Eric S. RaymondEasy bug fixes for this round.
2001-10-01 Eric S. RaymondHMH fixes.
2001-09-30 Eric S. RaymondRefactor sink.c preparatory to changing defaults.
2001-09-30 Eric S. RaymondStart refactoriing.
2001-09-30 Eric S. RaymondRe-enable explicit bounce on bad address.
2001-09-24 Eric S. RaymondMerge the explicit-bounce code back in, conditioned...
2001-09-24 Eric S. Raymond_( -> GT_(
2001-09-23 Eric S. RaymondLMTP problem has been solved.
2001-09-18 Eric S. RaymondBefore tckling the license problem.
next