]> Pileus Git - ~andy/fetchmail/history - pop3.c
Complain in POP3 if NTLM/MSN auth is requested but not built in.
[~andy/fetchmail] / pop3.c
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
2004-11-08 Matthias AndreeDisable the sleep(3) after POP3 login. Submitted by...
2004-10-20 Matthias AndreeFix miscellaneous warnings.
2004-08-09 Matthias AndreeDo not disable TOP in 'keep, but not uidl' mode.
2004-06-19 Matthias AndreeFix various warnings.
2004-06-19 Matthias AndreeCast arguments of is*() ctype.h functions to unsigned...
2004-06-18 Matthias AndreeCompiler warnings fixes, preprocessor and minor general...
2004-06-18 Matthias AndreeFix various compiler warnings.
2004-06-11 Matthias AndreeMake sure we don't return uninitialized data from pop3_...
2004-06-11 Matthias AndreeQuench some GCC 3.4 warnings by making sure that all...
2004-01-13 Eric S. RaymondPOP3 strong authentication fixes.
2004-01-13 Eric S. RaymondFix patch for Sunil Shetye's POP3 tweaks.
2003-10-15 Eric S. RaymondSunil's transaction patches.
2003-10-10 Eric S. RaymondStorage cleanup for new dup killer code.
2003-08-06 Eric S. RaymondReady to ship.
2003-07-17 Eric S. RaymondYet another round of fixes.
2003-07-17 Eric S. RaymondFirst round ofmlong-delayed bug fixes.
2003-02-28 Eric S. RaymondSupport A_SSH authentication.
2003-02-28 Eric S. RaymondBefore the IDLE patch.
2002-12-26 Eric S. RaymondRoutine updates, including the latest Shetye patch.
2002-11-28 Eric S. RaymondSunil's patch for the STARTTLS problem.
2002-10-31 Eric S. RaymondWhiespace fix.
2002-10-18 Eric S. RaymondSunil's patch to guard SSL use.
2002-10-18 Eric S. RaymondOTP fix patches from Stanislav Brabec.
2002-09-13 Eric S. RaymondMatt Kraai's fix for POP3 STARTTLS.
2002-07-10 Eric S. RaymondMore fixes from Sunil.
2002-06-22 Eric S. RaymondSunil's CAPA patch.
2002-06-03 Eric S. RaymondSTLS fix.
2002-03-09 Eric S. RaymondMinor fixes.
2001-09-24 Eric S. Raymond_( -> GT_(
2001-09-23 Eric S. RaymondHMH's security check.
2001-08-04 Eric S. RaymondSecurity fix.
2001-07-25 Eric S. RaymondAlmost ready to ship.
2001-07-11 Eric S. RaymondAdd a comment.
2001-07-06 Eric S. RaymondIssue RSET before QUIT if keep is enabled.
2001-06-24 Eric S. RaymondFirst round of ODMR fixes.
2001-05-12 Eric S. RaymondFix the double-authentication bug.
2001-04-23 Eric S. RaymondMore from HH's patch.
2001-04-10 Eric S. RaymondNalin Dahyabai's changes.
2001-03-22 Eric S. RaymondBug fixes.
2001-03-14 Eric S. RaymondShrouding is now done over a narrower scope.
2001-03-13 Eric S. RaymondNake methods invisible except through the driver's...
2001-03-07 Eric S. RaymondEnable GSSAPI.
2001-03-05 Eric S. RaymondTolerate flaky servers better.
2001-03-04 Eric S. RaymondVarious minor screwups.
2001-03-03 Eric S. RaymondShould fix the latest Debian bug.
2001-02-20 Eric S. RaymondMore authentication types.
2001-02-19 Eric S. Raymondpreauth -> auth.
2001-02-19 Eric S. RaymondOK, use CAPA for AUTH querying.
2001-02-19 Eric S. RaymondEnable user to suppress Kerberos and GSSAPI.
2001-02-16 Eric S. RaymondResolved Chip Salzenberg's bug.
2001-02-15 Eric S. RaymondExplain the < test.
2001-02-14 Eric S. RaymondDon't issue AUTH between USER and PASS, some servers...
2001-02-12 Eric S. RaymondLooks like we've got the new authentication logic done.
2001-02-11 Eric S. RaymondBack to X-OTP.
2001-02-11 Eric S. RaymondAuthentication completely refactored.
2001-02-11 Eric S. RaymondCRAM now works with POP3!
2000-08-21 Eric S. RaymondAlmost ready to ship 5.5.1
2000-08-12 Eric S. RaymondAvoid spurious dot terminations.
2000-07-23 Eric S. RaymondFETCHMAILUSER implemented.
2000-02-05 Eric S. RaymondLinuxWorld hacks.
2000-01-17 Eric S. Raymonddrive.c now tracks stage.
1999-11-06 Eric S. RaymondReady to send this to Mike.
1999-10-27 Eric S. RaymondThis preliminary SSL patch goes to Mike.
1999-08-03 Eric S. RaymondRPA support works.
1999-08-01 Eric S. RaymondUse LOCKBUSY better.
1999-04-01 Eric S. RaymondAdded SpryNet support.
1999-02-03 Eric S. RaymondSimplify error reporting further.
1999-02-01 Eric S. RaymondReturn of the dancing progress dots.
1999-01-30 Eric S. RaymondSDPS changes from Paul Murphy.
1999-01-30 Eric S. RaymondThis version appears ready to ship.
1999-01-05 Eric S. Raymonderror -> report, third stage.
1999-01-05 Eric S. RaymondProgress messages now go to stdout.
1999-01-05 Eric S. RaymondProgress messages now go to stdout.
1998-12-04 Eric S. RaymondFix copyrights.
1998-11-28 Eric S. RaymondFixed an undead-message hole.
1998-11-26 Eric S. RaymondInternationalization support via GNU gettext().
1998-11-22 Eric S. RaymondCleanup.
1998-10-20 Eric S. RaymondAvoid colliding with a global.
1998-10-20 Eric S. RaymondMake alloca safe.
1998-10-08 Eric S. RaymondUse alloca where possible.
1998-08-25 Eric S. RaymondFixed SDPS support.
1998-08-18 Eric S. Raymond*** empty log message ***
1998-08-17 Eric S. RaymondSecond version of SDPS.
next