]> Pileus Git - ~andy/fetchmail/history - pop3.c
Merge branch 'legacy_63'
[~andy/fetchmail] / pop3.c
2013-04-24 Matthias AndreeMerge branch 'legacy_63'
2013-04-22 Matthias AndreeMerge branch 'legacy_63'
2013-01-02 Matthias AndreeAttempt merging from 6.3.24.
2012-10-13 Matthias AndreeMake Maillennium POP3 workarounds less specific,
2012-09-06 Matthias AndreeMake APOP timestamp complaint less obtrusive.
2012-09-05 Matthias AndreeMerge branch 'legacy_63'
2011-06-22 Matthias AndreeMake APOP an authenticator, rather than a protocol.
2011-06-22 Matthias AndreeRemove dead waiting code.
2011-05-30 Matthias AndreeMerge branch 'common-6x'
2011-05-26 Matthias AndreeMerge branch 'common-6x'
2011-05-26 Matthias AndreeRun S(TART)TLS negotiation under timeout alarm.
2011-05-26 Matthias AndreeRun S(TART)TLS negotiation under timeout alarm.
2011-05-17 Matthias AndreeMerge 'next' branch up to tag 'before-cpp'
2011-01-08 Rainer WeikusatFix crash on --flush.
2010-12-14 Matthias AndreeIgnore UIDL failures if fetchall is on.
2010-12-14 Matthias AndreeDrop LAST support, force UIDL.
2010-12-14 Matthias AndreeMerge branch 'master' into next
2010-12-14 Matthias AndreeReduce complexity of adding UIDs in fastuidl.
2010-12-14 Matthias AndreeReduce complexity for parsing UIDL response to linear.
2010-12-13 Matthias AndreeMerge branch 'master' into next
2010-12-13 Matthias AndreeMerge commit 'refs/merge-requests/4' of gitorious.org...
2010-12-13 Matthias AndreeMerge commit 'refs/merge-requests/1' of gitorious.org...
2010-12-12 Matthias AndreeMerge Rainer Weikusat's P-Tree implementation for uid.
2010-12-12 Matthias AndreeSnapshot Rainer's patch 2010-05-24 19:30:42
2010-12-12 Matthias AndreeUpdate for gettext 0.17.
2010-12-12 Matthias AndreeKill Kerberos IV and RPOP.
2010-12-12 Matthias AndreeRemove some obsolete constructs...
2010-12-12 Matthias AndreeRemove POP3 slowuidl, too buggy.
2010-12-12 Matthias AndreeReduce complexity of adding UIDs in fastuidl.
2010-12-12 Matthias AndreeReduce complexity for parsing UIDL response to linear.
2010-11-19 Sunil ShetyeDo STARTTLS/STLS negotiation in IMAP/POP3 if it is...
2010-11-10 Sunil ShetyeDistinguish between server not advertising TLS capabili...
2010-10-09 Matthias AndreePOP3: autoprobe NTLM.
2010-10-09 Matthias AndreeMerge branch 'master' of gitorious.org:fetchmail/fetchmail
2010-10-09 Matthias AndreeFactor out common NTLM code.
2010-10-09 Matthias AndreeFix dead assignments.
2010-08-21 Matthias AndreeAvoid wedging Exchange 2007 with GSSAPI.
2010-05-24 Ben KibbeyMerge remote branch 'upstream/master'
2010-04-27 Matthias AndreeFix a few Intel C++ remarks and warnings.
2010-04-24 Matthias AndreeValidate STAT response more strictly.
2010-04-18 Matthias AndreeAdd --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_...
2010-04-18 Matthias AndreeFix MD5Digest prototype and remove unneeded type casts.
2010-04-01 Matthias AndreeFix xmalloc type casts in SDPS mode.
2010-03-18 Matthias AndreeFurther type fixes.
2010-02-28 Matthias AndreeRemove unused assignments/initializations found with...
2009-05-04 Matthias AndreeFix format string bugs.
2009-01-14 Matthias AndreeFix a few compiler warnings around implicit conversion...
2008-03-07 Matthias AndreeMerge Daniel Richard G.'s --sslcommonname option.
2008-01-11 Matthias AndreeUndocumented and untested hack: setting FETCHMAIL_POP3_...
2007-06-10 Matthias AndreeNo longer complain about invalid sslproto "" when POP3...
2007-03-18 Matthias AndreeStrengthen APOP a bit (validate RFC-822 syntax) in...
2007-03-02 Matthias AndreeRepoll immediately if a protocol error happens during...
2007-02-03 Matthias AndreeFix 6.3.6 regression: repoll upon socket error after...
2007-02-02 Matthias AndreeDo not send the real password with KPOP.
2007-02-02 Matthias AndreeAdd Miloslav Trmac's patch to fix KPOP regression in...
2006-11-29 Matthias AndreeFix bogus authentication failure with --auth password...
2006-11-27 Matthias Andree- mark CAPA as done even if it fails
2006-11-27 Matthias AndreePlug a tiny memory leak when recovering from TLS-relate...
2006-11-27 Matthias AndreeEnshroud RPOP password in local logs.
2006-11-26 Matthias AndreeBe sure that CAPA is probed before TLS.
2006-11-26 Matthias AndreeFirst step towards really fixing TLS vuln, CVE-2006...
2006-11-12 Matthias AndreeFix TLS issue: fail if sslfingerprint, sslproto tls1...
2006-11-01 Matthias AndreeSnapshot 6.3.6-rc1.
2006-08-14 Matthias AndreeAdd IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.
2006-08-07 Matthias AndreeLog opportunistic TLS upgrades in verbose mode.
2006-05-24 Matthias AndreePOP3: some UID flags may not be set properly on UIDL...
2006-05-15 Matthias AndreeRevise comments.
2006-04-03 Matthias AndreeMark SF Bug #780933.
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-03-14 Matthias Andreemerge Mirek's fetchmail-signed.patch
2006-03-13 Matthias AndreeRename a methods and some variables to steer clear...
2006-03-04 Matthias AndreeAdd comments to make the LAST/UIDL code easier to under...
2006-03-04 Matthias AndreeAllow UIDL recording in fetchall keep mode, to avoid...
2006-02-22 Matthias AndreePreliminary UNTESTED workaround for SDPS null envfrom...
2006-01-17 Matthias AndreeClarify Maillennium workaround warning even more (...
2006-01-17 Matthias AndreeChange Maillennium warning to put the server's name...
2006-01-08 Matthias AndreeRemove excess set_peek_capable() call.
2006-01-07 Matthias AndreeRevise Maillennium workaround so that it is reported...
2006-01-06 Matthias AndreeAdd workaround for b0rked POP3 TOP command in Maillenni...
2005-11-10 Matthias AndreeRevise some error messages so they are less confusing...
2005-10-21 Matthias AndreeGlobal variable cleanup, to fix daemon mode reinitializ...
2005-09-26 Matthias AndreeComplain in POP3 if NTLM/MSN auth is requested but...
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-20 Matthias AndreeFix "auth ntlm" to send AUTH NTLM (rather than AUTH...
2005-08-02 Matthias AndreeRemove port/service dualism and make everything a service.
2005-07-31 Matthias AndreeAdd comment.
2005-07-31 Matthias AndreeKill alloca().
2005-07-30 Matthias Andreestrcpy -> strlcpy, strcat -> strlcat
2005-07-22 Matthias AndreeIf UIDL parser fails, barf with PS_ERROR rather than...
2005-07-22 Matthias AndreeBlank skipping in UIDL code would count spaces from...
2005-07-22 Matthias AndreeFix NULL dereference when Message-ID or actual UID...
2005-07-20 Matthias AndreeAdd a preprocessor safeguard to prevent buffer underrun.
2005-07-20 Matthias AndreeSECURITY FIX: Plug UID-related buffer overruns that...
2005-07-10 Matthias AndreeSkip sending POP3 PASS command when USER command failed.
2005-05-16 Matthias AndreeFactor out peek_capable determination into a static...
2005-03-19 Matthias AndreeRevised "POP3 strong authentication fixes." that esr...
2004-11-12 Matthias Andreesprintf -> snprintf
next