Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/10/2004 06:44:15
Module Name: src
Committed By: lukem
Date: Fri Dec 10 06:44:15 UTC 2004
Modified Files:
src/usr.bin/ftp: fetch.c version.h
Log Message:
* Always decode %xx in a url's user & pass components.
* Only remember {WWW,Proxy}-Authenticate "Basic" challenges; no point
in tracking any others since ftp doesn't support them.
* Improve the parsing of HTTP responses.
To generate a diff of this commit:
cvs rdiff -r1.153 -r1.154 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.41 -r1.42 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.