| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix more compiler warnings. | Matthias Andree | 2006-03-14 | 1 | -5/+7 |
| * | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -3/+3 |
| * | Rename a methods and some variables to steer clear of C++ namespace. | Matthias Andree | 2006-03-13 | 1 | -23/+23 |
| * | Add comments to make the LAST/UIDL code easier to understand. | Matthias Andree | 2006-03-04 | 1 | -5/+11 |
| * | Allow UIDL recording in fetchall keep mode, to avoid re-fetching messages on ... | Matthias Andree | 2006-03-04 | 1 | -1/+2 |
| * | Preliminary UNTESTED workaround for SDPS null envfrom (Debian Bug#353575). | Matthias Andree | 2006-02-22 | 1 | -1/+7 |
| * | Clarify Maillennium workaround warning even more (...instead of TOP). | Matthias Andree | 2006-01-17 | 1 | -1/+1 |
| * | Change Maillennium warning to put the server's name into quote marks. | Matthias Andree | 2006-01-17 | 1 | -1/+1 |
| * | Remove excess set_peek_capable() call. | Matthias Andree | 2006-01-08 | 1 | -27/+26 |
| * | Revise Maillennium workaround so that it is reported only once per server, in... | Matthias Andree | 2006-01-07 | 1 | -3/+20 |
| * | Add workaround for b0rked POP3 TOP command in Maillennium servers (comcast.net). | Matthias Andree | 2006-01-06 | 1 | -0/+6 |
| * | Revise some error messages so they are less confusing. Sunil Shetye. | Matthias Andree | 2005-11-10 | 1 | -1/+1 |
| * | Global variable cleanup, to fix daemon mode reinitialization problems. | Matthias Andree | 2005-10-21 | 1 | -15/+22 |
| * | Complain in POP3 if NTLM/MSN auth is requested but not built in. | Matthias Andree | 2005-09-26 | 1 | -0/+6 |
| * | Make SSL connection failures PS_SOCKET (not PS_AUTHFAIL). Reported by Thomas ... | Matthias Andree | 2005-09-21 | 1 | -1/+1 |
| * | Expunge between IMAP folders when polling multiple folders. Sunil Shetye. | Matthias Andree | 2005-09-21 | 1 | -0/+1 |
| * | Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn". | Matthias Andree | 2005-09-20 | 1 | -15/+11 |
| * | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -9/+0 |
| * | Add comment. | Matthias Andree | 2005-07-31 | 1 | -1/+3 |
| * | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -2/+2 |
| * | strcpy -> strlcpy, strcat -> strlcat | Matthias Andree | 2005-07-30 | 1 | -1/+1 |
| * | If UIDL parser fails, barf with PS_ERROR rather than ignoring the problem. | Matthias Andree | 2005-07-22 | 1 | -2/+3 |
| * | Blank skipping in UIDL code would count spaces from the wrong string. | Matthias Andree | 2005-07-22 | 1 | -1/+2 |
| * | Fix NULL dereference when Message-ID or actual UID are missing from input. | Matthias Andree | 2005-07-22 | 1 | -8/+18 |
| * | Add a preprocessor safeguard to prevent buffer underrun. | Matthias Andree | 2005-07-20 | 1 | -0/+3 |
| * | SECURITY FIX: Plug UID-related buffer overruns that came from sscanf(s, ...%s... | Matthias Andree | 2005-07-20 | 1 | -35/+67 |
| * | Skip sending POP3 PASS command when USER command failed. | Matthias Andree | 2005-07-10 | 1 | -1/+2 |
| * | Factor out peek_capable determination into a static function, for consistency. | Matthias Andree | 2005-05-16 | 1 | -9/+19 |
| * | Revised "POP3 strong authentication fixes." that esr put into release 3873 | Matthias Andree | 2005-03-19 | 1 | -2/+1 |
| * | sprintf -> snprintf | Matthias Andree | 2004-11-12 | 1 | -2/+2 |
| * | Disable the sleep(3) after POP3 login. Submitted by Brian Candler. | Matthias Andree | 2004-11-08 | 1 | -0/+7 |
| * | Fix miscellaneous warnings. | Matthias Andree | 2004-10-20 | 1 | -6/+2 |
| * | Do not disable TOP in 'keep, but not uidl' mode. | Matthias Andree | 2004-08-09 | 1 | -2/+2 |
| * | Fix various warnings. | Matthias Andree | 2004-06-19 | 1 | -1/+1 |
| * | Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe. | Matthias Andree | 2004-06-19 | 1 | -1/+1 |
| * | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -8/+8 |
| * | Fix various compiler warnings. | Matthias Andree | 2004-06-18 | 1 | -1/+1 |
| * | Make sure we don't return uninitialized data from pop3_getpartialsizes, | Matthias Andree | 2004-06-11 | 1 | -1/+1 |
| * | Quench some GCC 3.4 warnings by making sure that all int arguments are marked... | Matthias Andree | 2004-06-11 | 1 | -2/+2 |
| * | POP3 strong authentication fixes. | Eric S. Raymond | 2004-01-13 | 1 | -2/+7 |
| * | Fix patch for Sunil Shetye's POP3 tweaks. | Eric S. Raymond | 2004-01-13 | 1 | -16/+15 |
| * | Sunil's transaction patches. | Eric S. Raymond | 2003-10-15 | 1 | -17/+186 |
| * | Storage cleanup for new dup killer code. | Eric S. Raymond | 2003-10-10 | 1 | -6/+0 |
| * | Ready to ship. | Eric S. Raymond | 2003-08-06 | 1 | -1/+26 |
| * | Yet another round of fixes. | Eric S. Raymond | 2003-07-17 | 1 | -0/+93 |
| * | First round ofmlong-delayed bug fixes. | Eric S. Raymond | 2003-07-17 | 1 | -3/+2 |
| * | Support A_SSH authentication. | Eric S. Raymond | 2003-02-28 | 1 | -0/+4 |
| * | Before the IDLE patch. | Eric S. Raymond | 2003-02-28 | 1 | -55/+83 |
| * | Routine updates, including the latest Shetye patch. | Eric S. Raymond | 2002-12-26 | 1 | -1/+31 |
| * | Sunil's patch for the STARTTLS problem. | Eric S. Raymond | 2002-11-28 | 1 | -2/+24 |