Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/17/2007 05:52:04
Module Name:	src
Committed By:	lukem
Date:		Tue Apr 17 05:52:04 UTC 2007

Modified Files:
	src/usr.bin/ftp: cmds.c complete.c fetch.c ftp.1 ftp.c ftp_var.h main.c
	    progressbar.c ruserpass.c util.c version.h

Log Message:
* Implement -s srcaddr; uses srcaddr as the local IP address for all
  connections.
  Based on code in the version of ftp that FreeBSD had before they
  replaced it with lukemftp.
* Move error message handling into ftp_connect() rather than in the
  caller, so that more specific error reporting can occur.
* Improve consistency of various warning and error messages.


To generate a diff of this commit:
cvs rdiff -r1.119 -r1.120 src/usr.bin/ftp/cmds.c
cvs rdiff -r1.41 -r1.42 src/usr.bin/ftp/complete.c
cvs rdiff -r1.174 -r1.175 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.114 -r1.115 src/usr.bin/ftp/ftp.1
cvs rdiff -r1.146 -r1.147 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.73 -r1.74 src/usr.bin/ftp/ftp_var.h
cvs rdiff -r1.103 -r1.104 src/usr.bin/ftp/main.c
cvs rdiff -r1.14 -r1.15 src/usr.bin/ftp/progressbar.c
cvs rdiff -r1.32 -r1.33 src/usr.bin/ftp/ruserpass.c
cvs rdiff -r1.137 -r1.138 src/usr.bin/ftp/util.c
cvs rdiff -r1.61 -r1.62 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.