Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various warnings. | Matthias Andree | 2004-06-19 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3904 | ||||
* | Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe. | Matthias Andree | 2004-06-19 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3903 | ||||
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -8/+8 |
| | | | | svn path=/trunk/; revision=3901 | ||||
* | Fix various compiler warnings. | Matthias Andree | 2004-06-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3899 | ||||
* | Make sure we don't return uninitialized data from pop3_getpartialsizes, | Matthias Andree | 2004-06-11 | 1 | -1/+1 |
| | | | | | | which can happen iff first > last. svn path=/trunk/; revision=3883 | ||||
* | Quench some GCC 3.4 warnings by making sure that all int arguments are ↵ | Matthias Andree | 2004-06-11 | 1 | -2/+2 |
| | | | | | | marked int and swapping words so that static is first in the line. svn path=/trunk/; revision=3882 | ||||
* | POP3 strong authentication fixes. | Eric S. Raymond | 2004-01-13 | 1 | -2/+7 |
| | | | | svn path=/trunk/; revision=3873 | ||||
* | Fix patch for Sunil Shetye's POP3 tweaks. | Eric S. Raymond | 2004-01-13 | 1 | -16/+15 |
| | | | | svn path=/trunk/; revision=3871 | ||||
* | Sunil's transaction patches. | Eric S. Raymond | 2003-10-15 | 1 | -17/+186 |
| | | | | svn path=/trunk/; revision=3858 | ||||
* | Storage cleanup for new dup killer code. | Eric S. Raymond | 2003-10-10 | 1 | -6/+0 |
| | | | | svn path=/trunk/; revision=3855 | ||||
* | Ready to ship. | Eric S. Raymond | 2003-08-06 | 1 | -1/+26 |
| | | | | svn path=/trunk/; revision=3831 | ||||
* | Yet another round of fixes. | Eric S. Raymond | 2003-07-17 | 1 | -0/+93 |
| | | | | svn path=/trunk/; revision=3819 | ||||
* | First round ofmlong-delayed bug fixes. | Eric S. Raymond | 2003-07-17 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=3814 | ||||
* | Support A_SSH authentication. | Eric S. Raymond | 2003-02-28 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=3800 | ||||
* | Before the IDLE patch. | Eric S. Raymond | 2003-02-28 | 1 | -55/+83 |
| | | | | svn path=/trunk/; revision=3792 | ||||
* | Routine updates, including the latest Shetye patch. | Eric S. Raymond | 2002-12-26 | 1 | -1/+31 |
| | | | | svn path=/trunk/; revision=3778 | ||||
* | Sunil's patch for the STARTTLS problem. | Eric S. Raymond | 2002-11-28 | 1 | -2/+24 |
| | | | | svn path=/trunk/; revision=3772 | ||||
* | Whiespace fix. | Eric S. Raymond | 2002-10-31 | 1 | -4/+5 |
| | | | | svn path=/trunk/; revision=3758 | ||||
* | Sunil's patch to guard SSL use. | Eric S. Raymond | 2002-10-18 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=3740 | ||||
* | OTP fix patches from Stanislav Brabec. | Eric S. Raymond | 2002-10-18 | 1 | -0/+26 |
| | | | | svn path=/trunk/; revision=3735 | ||||
* | Matt Kraai's fix for POP3 STARTTLS. | Eric S. Raymond | 2002-09-13 | 1 | -18/+12 |
| | | | | svn path=/trunk/; revision=3717 | ||||
* | More fixes from Sunil. | Eric S. Raymond | 2002-07-10 | 1 | -2/+10 |
| | | | | svn path=/trunk/; revision=3660 | ||||
* | Sunil's CAPA patch. | Eric S. Raymond | 2002-06-22 | 1 | -25/+32 |
| | | | | svn path=/trunk/; revision=3650 | ||||
* | STLS fix. | Eric S. Raymond | 2002-06-03 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3621 | ||||
* | Minor fixes. | Eric S. Raymond | 2002-03-09 | 1 | -0/+28 |
| | | | | svn path=/trunk/; revision=3584 | ||||
* | _( -> GT_( | Eric S. Raymond | 2001-09-24 | 1 | -8/+8 |
| | | | | svn path=/trunk/; revision=3478 | ||||
* | HMH's security check. | Eric S. Raymond | 2001-09-23 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=3468 | ||||
* | Security fix. | Eric S. Raymond | 2001-08-04 | 1 | -3/+7 |
| | | | | svn path=/trunk/; revision=3441 | ||||
* | Almost ready to ship. | Eric S. Raymond | 2001-07-25 | 1 | -4/+14 |
| | | | | svn path=/trunk/; revision=3422 | ||||
* | Add a comment. | Eric S. Raymond | 2001-07-11 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3414 | ||||
* | Issue RSET before QUIT if keep is enabled. | Eric S. Raymond | 2001-07-06 | 1 | -0/+7 |
| | | | | svn path=/trunk/; revision=3394 | ||||
* | First round of ODMR fixes. | Eric S. Raymond | 2001-06-24 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3372 | ||||
* | Fix the double-authentication bug. | Eric S. Raymond | 2001-05-12 | 1 | -13/+20 |
| | | | | svn path=/trunk/; revision=3304 | ||||
* | More from HH's patch. | Eric S. Raymond | 2001-04-23 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=3295 | ||||
* | Nalin Dahyabai's changes. | Eric S. Raymond | 2001-04-10 | 1 | -39/+38 |
| | | | | svn path=/trunk/; revision=3290 | ||||
* | Bug fixes. | Eric S. Raymond | 2001-03-22 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3268 | ||||
* | Shrouding is now done over a narrower scope. | Eric S. Raymond | 2001-03-14 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=3252 | ||||
* | Nake methods invisible except through the driver's table. | Eric S. Raymond | 2001-03-13 | 1 | -8/+5 |
| | | | | svn path=/trunk/; revision=3249 | ||||
* | Enable GSSAPI. | Eric S. Raymond | 2001-03-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3215 | ||||
* | Tolerate flaky servers better. | Eric S. Raymond | 2001-03-05 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=3204 | ||||
* | Various minor screwups. | Eric S. Raymond | 2001-03-04 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=3191 | ||||
* | Should fix the latest Debian bug. | Eric S. Raymond | 2001-03-03 | 1 | -2/+12 |
| | | | | svn path=/trunk/; revision=3184 | ||||
* | More authentication types. | Eric S. Raymond | 2001-02-20 | 1 | -47/+42 |
| | | | | svn path=/trunk/; revision=3130 | ||||
* | preauth -> auth. | Eric S. Raymond | 2001-02-19 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=3121 | ||||
* | OK, use CAPA for AUTH querying. | Eric S. Raymond | 2001-02-19 | 1 | -20/+14 |
| | | | | svn path=/trunk/; revision=3118 | ||||
* | Enable user to suppress Kerberos and GSSAPI. | Eric S. Raymond | 2001-02-19 | 1 | -2/+7 |
| | | | | svn path=/trunk/; revision=3117 | ||||
* | Resolved Chip Salzenberg's bug. | Eric S. Raymond | 2001-02-16 | 1 | -1/+6 |
| | | | | svn path=/trunk/; revision=3111 | ||||
* | Explain the < test. | Eric S. Raymond | 2001-02-15 | 1 | -5/+8 |
| | | | | svn path=/trunk/; revision=3108 | ||||
* | Don't issue AUTH between USER and PASS, some servers choke on this. | Eric S. Raymond | 2001-02-14 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=3096 | ||||
* | Looks like we've got the new authentication logic done. | Eric S. Raymond | 2001-02-12 | 1 | -13/+27 |
| | | | | svn path=/trunk/; revision=3072 |