]> Pileus Git - ~andy/fetchmail/history - driver.c
Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.
[~andy/fetchmail] / driver.c
2012-05-10 Sunil Shetyefetchmail workaround for a bug in Microsoft Exchange
2011-05-26 Matthias AndreeFix missed disabling of alarm when SSL-wrapped connect...
2011-05-26 Matthias AndreeFix missed disabling of alarm when SSL-wrapped connect...
2011-05-11 Sunil ShetyeDo not print "skipping message" for old messages even...
2011-04-29 Matthias AndreeRemove unused code.
2010-12-11 Matthias AndreeAllow linking Hesiod on Fedora 14 when compiled with...
2010-09-25 Matthias AndreeRefer user to FAQ item #R15 on authfail with automatic...
2010-08-04 Matthias AndreeApply timeout to getauth() methods.
2010-04-29 Matthias AndreeAlso run Kerberos errors through sdump().
2010-04-18 Matthias AndreeAdd --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_...
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2010-02-28 Matthias AndreeRemove unused assignments/initializations found with...
2010-02-10 Matthias AndreeCleanup: change " \n" to "\n" where appropriate.
2009-08-19 Matthias AndreeFix error reporting for GSSAPI on Heimdal krb5 (extra...
2009-06-14 Matthias AndreeMerge and extend Redhat's AI_ADDRCONFIG patch.
2009-05-24 Matthias AndreeTreat permanent delivery errors as temporary (configura...
2009-05-04 Matthias AndreeRevert incompatible pre/post-connect cmd fix part.
2009-05-04 Matthias AndreeMajor progress ticker bugfix/overhaul.
2009-04-09 Matthias AndreeFix pre-/post-connect error/signal reporting.
2008-12-15 Matthias AndreeFix Debian Bug#508667: do not lose PS_MAXFETCH (13...
2008-06-13 Matthias AndreeFIXME: (driver.c::fetchmessages) mark wholesize and...
2008-03-07 Matthias AndreeMerge Daniel Richard G.'s --sslcommonname option.
2007-02-18 Matthias AndreeFix pluralization in oversized-messages warning.
2006-12-16 Matthias AndreeDrop PS_TRUNCATED (27), which is never returned.
2006-09-26 Matthias AndreeWhen the server name cannot be canonicalized, log the...
2006-08-14 Matthias AndreeAdd IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.
2006-08-14 Matthias AndreeWrap getaddrinfo() and block SIGALRM where needed.
2006-08-14 Matthias AndreeIgnore SIGPIPE, EPIPE must suffice as error.
2006-08-13 Matthias Andreeswitch setjmp/longjmp to sigsetjmp/siglongjmp
2006-08-07 Matthias AndreeFreeaddrinfo() fix for Uli Zappe's bug.
2006-08-01 Matthias AndreeKeep all non-error syslog messages on one line per...
2006-05-21 Matthias Andree* IMAP4 patch by Sunil Shetye:
2006-05-10 Matthias AndreeConsistency: rename preprocessor label.
2006-05-08 Matthias AndreeDocument that qmail-pop3d miscalculates the message...
2006-04-01 Matthias AndreeAdd folder information to headers in tracepoll mode.
2006-03-21 Matthias AndreeWork around C libraries that return a NULL in getaddrin...
2006-03-15 Matthias AndreeFurther cleanups to compile with C++ compiler.
2006-03-14 Matthias AndreeFix lost if ().
2006-03-14 Matthias AndreeFix more compiler warnings.
2006-03-14 Matthias Andreemerge Mirek's fetchmail-signed.patch
2006-03-13 Matthias AndreeRename a methods and some variables to steer clear...
2006-03-03 Matthias AndreeStop printing blank lines in verbose syslog mode.
2006-01-11 Matthias AndreeFix a few compiler warnings through casts.
2005-12-13 Matthias AndreeDrop line from 6.4.0 patch that accidentally hit the...
2005-12-13 Matthias AndreeMerge patch by Sunil Sheteye to fix five bugs:
2005-12-08 Matthias AndreePlug potential memory and socket leak when polling...
2005-11-17 Matthias AndreeIn oversized warning messages, print the account name...
2005-11-10 Matthias AndreeRevise some error messages so they are less confusing...
2005-11-09 Matthias AndreePass the tag to ->trail method.
2005-09-25 Matthias AndreeRename isafile -> is_a_file, isidletimout -> is_idletimeout
2005-09-21 Matthias AndreeMake SSL connection failures PS_SOCKET (not PS_AUTHFAIL...
2005-09-21 Matthias AndreeExpunge between IMAP folders when polling multiple...
2005-09-17 Matthias AndreeMerge Sunil Shetye's --limitflush patch.
2005-08-28 Matthias AndreeLarge protocol independence patch.
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-31 Matthias AndreePlug memory leaks.
2005-07-30 Matthias AndreeINCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY...
2005-07-30 Matthias Andreestrcpy -> strlcpy, strcat -> strlcat
2005-07-26 Matthias AndreeAdd a comment.
2005-07-23 Matthias AndreeDelete oversized messages with --flush when daemon...
2005-07-23 Matthias AndreeAdd a comment.
2005-07-20 Matthias AndreeFix Debian bug #301964, socket leak.
2005-07-03 Matthias AndreeFix memset() argument order.
2005-07-03 Matthias AndreeUse getaddrinfo to canonicalize hostnames if INET6_ENAB...
2005-07-03 Matthias Andreei18n fixes, cs.po updates, by Miloslav Trmac.
2005-07-03 Matthias AndreeNalin Dahyabhai's fix for driver.c to not call the...
2004-12-22 Matthias AndreeAdd two comments to lengthy setjmp() code.
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-19 Matthias AndreeRFC-2047 subjects of warning messages.
2004-10-14 Matthias AndreeReformat oversized message warning.
2004-10-12 Matthias AndreeRemainder of 2003-11-07-6.2.5-shetye-bugfixes.diff:
2004-09-10 Matthias AndreeAdd FIXME comment WRT i18n.
2004-08-20 Matthias AndreeFix bogus plural form.
2004-06-20 Matthias AndreeFix HESIOD compile failure on FreeBSD 5-CURRENT,
2004-06-18 Matthias AndreeCompiler warnings fixes, preprocessor and minor general...
2004-06-18 Matthias AndreeFix various compiler warnings.
2004-06-11 Matthias AndreeQuench some GCC 3.4 warnings by making sure that all...
2004-01-12 Eric S. RaymondFetchseizelimit must be 1 for all POP-family protocols.
2003-10-15 Eric S. RaymondSunil's transaction patches.
2003-10-10 Eric S. RaymondMinor bug fix from Sunil.
2003-08-06 Eric S. RaymondReady to ship.
2003-07-17 Eric S. RaymondClean up after some header fetches.
2003-07-17 Eric S. RaymondMore explicit error message.
2003-02-28 Eric S. RaymondIDLE and CYgwin fix patch.
2002-12-26 Eric S. RaymondRoutine updates, including the latest Shetye patch.
2002-12-13 Eric S. RaymondReady to ship 6-2-0.
2002-10-31 Eric S. RaymondSunil Shetye's minor fixes.
2002-10-31 Eric S. RaymondImprove processing of truncated messages.
2002-10-31 Eric S. RaymondJan Klaverstijn's verbosity patch.
2002-10-18 Eric S. RaymondSunil Shetye's header-read fix.
2002-10-18 Eric S. RaymondMake notifications work.
2002-10-18 Eric S. RaymondHide the REPOLL message.
2002-09-09 Eric S. RaymondSunil Shetye's latest fix patch.
2002-07-10 Eric S. RaymondMore fixes from Sunil.
2002-06-22 Eric S. RaymondMore patches by Sunil.
2002-06-22 Eric S. RaymondSunil's CAPA patch.
next