]> Pileus Git - ~andy/fetchmail/history - rfc822.c
Credit John Beck's fixes.
[~andy/fetchmail] / rfc822.c
2010-10-09 Matthias AndreeMerge branch 'master' of gitorious.org:fetchmail/fetchmail
2010-10-09 Matthias AndreeFix missing initialization for make check.
2010-04-29 Matthias Andree#include "config.h" before string[s].h, to fix Solaris...
2010-04-29 Matthias Andree#include <strings.h> for strncasecmp.
2010-04-18 Matthias AndreeSECURITY FIX: DoS on EILSEQ in report_*() in -vv and...
2010-04-05 Matthias AndreeFix up commit b73b77380d9939e2b47f5ca7d723a86bde06d657.
2010-04-05 Matthias AndreeCast strcspn result to int.
2010-04-01 Matthias AndreeFix line ends in address rewriting reports.
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2010-02-28 Matthias AndreeMake some explicit NULL checks to pacify llvm-clang...
2009-05-04 Matthias AndreeCast printf %*s argument to int.
2009-01-14 Matthias AndreeFix a few compiler warnings around implicit conversion...
2006-03-14 Matthias Andreemerge Mirek's fetchmail-signed.patch
2005-07-30 Matthias AndreeDon't strip last character of bare addresses.
2005-07-30 Matthias Andreestrcpy -> strlcpy, strcat -> strlcat
2005-07-26 Matthias AndreeFix buffer underrun when buffer starts with whitespace.
2005-07-03 Matthias AndreeFix reply_hack() type of third argument (int vs. size_t...
2004-06-18 Matthias AndreeCompiler warnings fixes, preprocessor and minor general...
2004-06-18 Matthias AndreeFix various compiler warnings.
2003-10-10 Eric S. RaymondPrevent a potential remote exploit.
2002-12-09 Eric S. RaymondSecurity fix release.
2002-08-26 Eric S. RaymondEdited RFC822 for cookbook.
2002-08-26 Eric S. RaymondRemove fetchmail dependencies.
2001-09-24 Eric S. Raymond_( -> GT_(
2001-08-10 Eric S. RaymondReady to ship.
2001-08-01 Eric S. RaymondHandle RFC2822 use of !.
2001-07-07 Eric S. RaymondClose escaping bug.
2001-07-06 Eric S. RaymondBetter backslash handling in RFC822 strings.
2001-06-20 Eric S. RaymondMiscellaneous bug fixes.
2001-06-12 Eric S. RaymondReady to ship.
2000-09-26 Eric S. RaymondBug fixes and internationalization improvements.
2000-06-28 Eric S. RaymondTry to beat a sign-extension bug.
2000-02-17 Eric S. RaymondFix the length check.
2000-02-14 Eric S. RaymondDon't demand writespace after colon.
1999-09-29 Eric S. Raymond-Wall changes.
1999-03-10 Eric S. RaymondEliminate bad realloc.
1999-02-01 Eric S. RaymondReturn of the dancing progress dots.
1999-01-05 Eric S. RaymondProgress messages now go to stdout.
1998-10-29 Eric S. RaymondCore dump fix.
1998-10-27 Eric S. RaymondFix one rewwrite bug.
1998-10-26 Eric S. RaymondJonathan T. Agnew's massive code cleanup.
1998-10-26 Eric S. RaymondMore instrumentation.
1998-06-03 Eric S. RaymondNewest addrerss-rewrite wrinkle.
1998-04-14 Eric S. RaymondEliminate caseblinding of UID comparisons.
1998-02-11 Eric S. RaymondFix typo in header name.
1998-01-30 Eric S. RaymondThomas Pitre's multidrop enhancements.
1997-12-01 Eric S. RaymondGive up in GIGO.
1997-11-05 Eric S. RaymondMinor bug fixes im IMAP handling.
1997-10-10 Eric S. Raymond-Wall cleanup.
1997-10-04 Eric S. RaymondFix groupnames bug.
1997-09-22 Eric S. RaymondPrevent buffer overruns.
1997-09-19 Eric S. RaymondAlexander Kourakos's patch to improve rewriting.
1997-09-10 Eric S. RaymondFix nasty single-char-adddress bug in multidrop mode.
1997-09-03 Eric S. RaymondAl Youngwerth's fix for RFC822.
1997-06-13 Eric S. RaymondCopyright cleanup.
1997-06-11 Eric S. Raymond-Wall cleanup.
1997-05-28 Eric S. RaymondYet more pparsing improvements.
1997-05-28 Eric S. RaymondHandle RFC822 group names.
1997-05-06 Eric S. RaymondMake header rewrite play better with exim.
1997-05-06 Eric S. RaymondPrevent rewrite from fooing up on a blank To: header.
1997-03-07 Eric S. RaymondMove an initialization to be more perspicuous.
1997-03-07 Eric S. RaymondReady for the UIDL patch.
1997-02-21 Eric S. RaymondComma fix for RFC822 parsing.
1997-02-21 Eric S. RaymondEnable rfc822 compilation.
1997-01-31 Eric S. RaymondHave reply_hack alter its input buffer in place.
1997-01-25 Eric S. RaymondBetter RFC822 parsing.
1997-01-21 Eric S. RaymondImproved rewrite.
1997-01-19 Eric S. RaymondAvoid core dump again.
1997-01-19 Eric S. RaymondAvoid core dump in rewrite logic.
1997-01-16 Eric S. RaymondThis should handle RFC822 continuations now.
1997-01-15 Eric S. RaymondThis does a reasonable job.
1997-01-15 Eric S. RaymondMuch simpler rewrite logic.
1997-01-15 Eric S. RaymondAnother step forwards.
1997-01-15 Eric S. RaymondThis should be correct.
1997-01-15 Eric S. RaymondWe're most of the way to a better rewrite.
1997-01-13 Eric S. RaymondFix Steven Trainoff's bug.
1997-01-13 Eric S. RaymondCan't reproduce NAKANE's problem.
1997-01-11 Eric S. RaymondEliminate bug reported by Steven Trainoff
1997-01-11 Eric S. RaymondSimpler and more effective address parsing.
1997-01-11 Eric S. RaymondSave before messing with state machinery.
1996-11-06 Eric S. RaymondInitial revision