aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
Commit message (Expand)AuthorAgeFilesLines
* Align with legacy_6x.Matthias Andree2019-08-251-1/+1
* Fix missing initialization for make check.Matthias Andree2010-10-091-0/+2
* #include "config.h" before string[s].h, to fix Solaris symbol exposure.Matthias Andree2010-04-291-0/+3
* #include <strings.h> for strncasecmp.Matthias Andree2010-04-291-0/+1
* SECURITY FIX: DoS on EILSEQ in report_*() in -vv and multibyte-locales.Matthias Andree2010-04-181-6/+11
* Fix up commit b73b77380d9939e2b47f5ca7d723a86bde06d657.Matthias Andree2010-04-061-1/+1
* Cast strcspn result to int.Matthias Andree2010-04-061-3/+3
* Fix line ends in address rewriting reports.Matthias Andree2010-04-011-2/+6
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-1/+1
* Make some explicit NULL checks to pacify llvm-clang's static analyzerMatthias Andree2010-02-281-0/+2
* Cast printf %*s argument to int.Matthias Andree2009-05-041-2/+2
* Fix a few compiler warnings around implicit conversion or extra ";".Matthias Andree2009-01-141-1/+1
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-30/+30
* Don't strip last character of bare addresses.Matthias Andree2005-07-301-7/+2
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-2/+2
* Fix buffer underrun when buffer starts with whitespace.Matthias Andree2005-07-261-1/+2
* Fix reply_hack() type of third argument (int vs. size_t), by Miloslav Trmac.Matthias Andree2005-07-031-2/+2
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-4/+4
* Fix various compiler warnings.Matthias Andree2004-06-181-9/+12
* Prevent a potential remote exploit.Eric S. Raymond2003-10-101-3/+5
* Security fix release.Eric S. Raymond2002-12-091-1/+1
* Edited RFC822 for cookbook.Eric S. Raymond2002-08-261-13/+27
* Remove fetchmail dependencies.Eric S. Raymond2002-08-261-21/+23
* _( -> GT_(Eric S. Raymond2001-09-241-2/+2
* Ready to ship.Eric S. Raymond2001-08-101-0/+6
* Handle RFC2822 use of !.Eric S. Raymond2001-08-011-2/+2
* Close escaping bug.Eric S. Raymond2001-07-071-1/+1
* Better backslash handling in RFC822 strings.Eric S. Raymond2001-07-061-1/+10
* Miscellaneous bug fixes.Eric S. Raymond2001-06-201-1/+1
* Ready to ship.Eric S. Raymond2001-06-121-23/+30
* Bug fixes and internationalization improvements.Eric S. Raymond2000-09-261-2/+3
* Try to beat a sign-extension bug.Eric S. Raymond2000-06-281-19/+19
* Fix the length check.Eric S. Raymond2000-02-171-10/+10
* Don't demand writespace after colon.Eric S. Raymond2000-02-141-10/+10
* -Wall changes.Eric S. Raymond1999-09-291-0/+2
* Eliminate bad realloc.Eric S. Raymond1999-03-101-1/+1
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-1/+1
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-2/+2
* Core dump fix.Eric S. Raymond1998-10-291-1/+1
* Fix one rewwrite bug.Eric S. Raymond1998-10-271-1/+3
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-0/+1
* More instrumentation.Eric S. Raymond1998-10-261-0/+7
* Newest addrerss-rewrite wrinkle.Eric S. Raymond1998-06-031-11/+19
* Eliminate caseblinding of UID comparisons.Eric S. Raymond1998-04-141-1/+4
* Fix typo in header name.Eric S. Raymond1998-02-111-1/+1
* Thomas Pitre's multidrop enhancements.Eric S. Raymond1998-01-301-1/+10
* Give up in GIGO.Eric S. Raymond1997-12-011-0/+8
* Minor bug fixes im IMAP handling.Eric S. Raymond1997-11-051-1/+1
* -Wall cleanup.Eric S. Raymond1997-10-101-1/+1
* Fix groupnames bug.Eric S. Raymond1997-10-041-3/+5