Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing initialization for make check. | Matthias Andree | 2010-10-09 | 1 | -0/+2 |
| | |||||
* | #include "config.h" before string[s].h, to fix Solaris symbol exposure. | Matthias Andree | 2010-04-29 | 1 | -0/+3 |
| | |||||
* | #include <strings.h> for strncasecmp. | Matthias Andree | 2010-04-29 | 1 | -0/+1 |
| | |||||
* | SECURITY FIX: DoS on EILSEQ in report_*() in -vv and multibyte-locales. | Matthias Andree | 2010-04-18 | 1 | -6/+11 |
| | |||||
* | Fix up commit b73b77380d9939e2b47f5ca7d723a86bde06d657. | Matthias Andree | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Cast strcspn result to int. | Matthias Andree | 2010-04-06 | 1 | -3/+3 |
| | |||||
* | Fix line ends in address rewriting reports. | Matthias Andree | 2010-04-01 | 1 | -2/+6 |
| | | | | Reported by Frédéric Marchal. | ||||
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -1/+1 |
| | | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements. | ||||
* | Make some explicit NULL checks to pacify llvm-clang's static analyzer | Matthias Andree | 2010-02-28 | 1 | -0/+2 |
| | |||||
* | Cast printf %*s argument to int. | Matthias Andree | 2009-05-04 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5293 | ||||
* | Fix a few compiler warnings around implicit conversion or extra ";". | Matthias Andree | 2009-01-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5261 | ||||
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -30/+30 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4734 | ||||
* | Don't strip last character of bare addresses. | Matthias Andree | 2005-07-30 | 1 | -7/+2 |
| | | | | | | Clean up INSIDE_DQUOTE path. svn path=/trunk/; revision=4193 | ||||
* | strcpy -> strlcpy, strcat -> strlcat | Matthias Andree | 2005-07-30 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4186 | ||||
* | Fix buffer underrun when buffer starts with whitespace. | Matthias Andree | 2005-07-26 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=4183 | ||||
* | Fix reply_hack() type of third argument (int vs. size_t), by Miloslav Trmac. | Matthias Andree | 2005-07-03 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4069 | ||||
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=3901 | ||||
* | Fix various compiler warnings. | Matthias Andree | 2004-06-18 | 1 | -9/+12 |
| | | | | svn path=/trunk/; revision=3899 | ||||
* | Prevent a potential remote exploit. | Eric S. Raymond | 2003-10-10 | 1 | -3/+5 |
| | | | | svn path=/trunk/; revision=3851 | ||||
* | Security fix release. | Eric S. Raymond | 2002-12-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3775 | ||||
* | Edited RFC822 for cookbook. | Eric S. Raymond | 2002-08-26 | 1 | -13/+27 |
| | | | | svn path=/trunk/; revision=3686 | ||||
* | Remove fetchmail dependencies. | Eric S. Raymond | 2002-08-26 | 1 | -21/+23 |
| | | | | svn path=/trunk/; revision=3684 | ||||
* | _( -> GT_( | Eric S. Raymond | 2001-09-24 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3478 | ||||
* | Ready to ship. | Eric S. Raymond | 2001-08-10 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=3452 | ||||
* | Handle RFC2822 use of !. | Eric S. Raymond | 2001-08-01 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3433 | ||||
* | Close escaping bug. | Eric S. Raymond | 2001-07-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3408 | ||||
* | Better backslash handling in RFC822 strings. | Eric S. Raymond | 2001-07-06 | 1 | -1/+10 |
| | | | | svn path=/trunk/; revision=3397 | ||||
* | Miscellaneous bug fixes. | Eric S. Raymond | 2001-06-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3361 | ||||
* | Ready to ship. | Eric S. Raymond | 2001-06-12 | 1 | -23/+30 |
| | | | | svn path=/trunk/; revision=3338 | ||||
* | Bug fixes and internationalization improvements. | Eric S. Raymond | 2000-09-26 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=2967 | ||||
* | Try to beat a sign-extension bug. | Eric S. Raymond | 2000-06-28 | 1 | -19/+19 |
| | | | | svn path=/trunk/; revision=2912 | ||||
* | Fix the length check. | Eric S. Raymond | 2000-02-17 | 1 | -10/+10 |
| | | | | svn path=/trunk/; revision=2756 | ||||
* | Don't demand writespace after colon. | Eric S. Raymond | 2000-02-14 | 1 | -10/+10 |
| | | | | svn path=/trunk/; revision=2745 | ||||
* | -Wall changes. | Eric S. Raymond | 1999-09-29 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2626 | ||||
* | Eliminate bad realloc. | Eric S. Raymond | 1999-03-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2409 | ||||
* | Return of the dancing progress dots. | Eric S. Raymond | 1999-02-01 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2369 | ||||
* | Progress messages now go to stdout. | Eric S. Raymond | 1999-01-05 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=2328 | ||||
* | Core dump fix. | Eric S. Raymond | 1998-10-29 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2148 | ||||
* | Fix one rewwrite bug. | Eric S. Raymond | 1998-10-27 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=2141 | ||||
* | Jonathan T. Agnew's massive code cleanup. | Eric S. Raymond | 1998-10-26 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2137 | ||||
* | More instrumentation. | Eric S. Raymond | 1998-10-26 | 1 | -0/+7 |
| | | | | svn path=/trunk/; revision=2134 | ||||
* | Newest addrerss-rewrite wrinkle. | Eric S. Raymond | 1998-06-03 | 1 | -11/+19 |
| | | | | svn path=/trunk/; revision=1878 | ||||
* | Eliminate caseblinding of UID comparisons. | Eric S. Raymond | 1998-04-14 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=1736 | ||||
* | Fix typo in header name. | Eric S. Raymond | 1998-02-11 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1615 | ||||
* | Thomas Pitre's multidrop enhancements. | Eric S. Raymond | 1998-01-30 | 1 | -1/+10 |
| | | | | svn path=/trunk/; revision=1612 | ||||
* | Give up in GIGO. | Eric S. Raymond | 1997-12-01 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=1554 | ||||
* | Minor bug fixes im IMAP handling. | Eric S. Raymond | 1997-11-05 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1534 | ||||
* | -Wall cleanup. | Eric S. Raymond | 1997-10-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1497 | ||||
* | Fix groupnames bug. | Eric S. Raymond | 1997-10-04 | 1 | -3/+5 |
| | | | | svn path=/trunk/; revision=1472 | ||||
* | Prevent buffer overruns. | Eric S. Raymond | 1997-09-22 | 1 | -2/+13 |
| | | | | svn path=/trunk/; revision=1384 |