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/2003 12:34:29
Module Name:	src
Committed By:	lukem
Date:		Wed Dec 10 12:34:29 UTC 2003

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

Log Message:
Don't warn about "ignored setsockopt" failures unless debugging is
enabled.  Suggested by Todd Vierling.

Allow empty passwords in ftp://user:@host/file auto-fetch URLs,
per RFC 1738.  Requested by Simon Poole.

Update version.


To generate a diff of this commit:
cvs rdiff -r1.145 -r1.146 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.122 -r1.123 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.33 -r1.34 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.