Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/31/2003 06:57:09
Module Name:	src
Committed By:	lukem
Date:		Thu Jul 31 06:57:08 UTC 2003

Modified Files:
	src/usr.bin/ftp: util.c

Log Message:
* Work around broken ftp servers (notably ProFTPd) that can't even follow
  RFC 2389, and skip any amount of whitespace before a FEATure response.
  The RFC says 'single space' yet ProFTPd puts two.
* Improve formatting of features[] debug dump.


To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/usr.bin/ftp/util.c

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