Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/22/2007 06:51:43
Module Name:	src
Committed By:	lukem
Date:		Wed Aug 22 06:51:42 UTC 2007

Modified Files:
	src/usr.bin/ftp: fetch.c version.h

Log Message:
Improve parsing of chunked transfer chunks per RFC2616:
* more stringent chunk-size parsing
* ignore optional trailing ';chunk-ext' stuff, instead of barfing
* detect EOF before final \r\n.


To generate a diff of this commit:
cvs rdiff -r1.180 -r1.181 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.69 -r1.70 src/usr.bin/ftp/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.