Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further type fixes. | Matthias Andree | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -1/+2 |
| | | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements. | ||||
* | Remove unused assignments/initializations found with llvm-clang. | Matthias Andree | 2010-02-28 | 1 | -3/+2 |
| | |||||
* | Fix gssapi.h compiler warning on FreeBSD... | Matthias Andree | 2010-01-22 | 1 | -1/+1 |
| | | | | | | ...and only include gssapi.h if we're not including gssapi/gssapi.h. svn path=/branches/BRANCH_6-3/; revision=5461 | ||||
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -3/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4734 | ||||
* | Fix some compiler warnings. | Matthias Andree | 2005-08-27 | 1 | -16/+19 |
| | | | | svn path=/trunk/; revision=4268 | ||||
* | Fix --with-gssapi compilation problem. Patch by Simon Josefsson. | Matthias Andree | 2005-08-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4267 | ||||
* | strcpy -> strlcpy, strcat -> strlcat | Matthias Andree | 2005-07-30 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4186 | ||||
* | Misc. sprintf and pid_t fixes. | Matthias Andree | 2004-11-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4000 | ||||
* | Applied GSS library support patch. | Eric S. Raymond | 2004-01-13 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=3877 | ||||
* | POP3 strong authentication fixes. | Eric S. Raymond | 2004-01-13 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3873 | ||||
* | Debian patch merge. | Eric S. Raymond | 2002-03-09 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3585 | ||||
* | Don't call with a potentially bad value. | Eric S. Raymond | 2001-10-04 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=3539 | ||||
* | Security audit fix. | Eric S. Raymond | 2001-10-03 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3534 | ||||
* | _( -> GT_( | Eric S. Raymond | 2001-09-26 | 1 | -12/+12 |
| | | | | svn path=/trunk/; revision=3493 | ||||
* | Ready to try HH's Kerberos patch. | Eric S. Raymond | 2001-04-23 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3292 | ||||
* | Fallback MDA. | Eric S. Raymond | 2001-03-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3222 | ||||
* | Fix patch for GSSAPI. | Eric S. Raymond | 2001-02-14 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3094 | ||||
* | Looks like we've got the new authentication logic done. | Eric S. Raymond | 2001-02-12 | 1 | -9/+11 |
| | | | | svn path=/trunk/; revision=3072 | ||||
* | Try to clean this up a little. | Eric S. Raymond | 2001-02-11 | 1 | -28/+21 |
| | | | | svn path=/trunk/; revision=3070 | ||||
* | Initial revision | Eric S. Raymond | 2001-02-11 | 1 | -0/+207 |
svn path=/trunk/; revision=3068 |