Subject: CVS commit: basesrc/libexec/ftpd
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/01/2002 06:35:32
Module Name:	basesrc
Committed By:	lukem
Date:		Fri Feb  1 04:35:31 UTC 2002

Modified Files:
	basesrc/libexec/ftpd: cmds.c ftpd.c version.h

Log Message:
fix previous, and ensure that closedataconn() is only called after dataconn()
and with a non-NULL file pointer.  active transfers now work correctly again,
passive transfers work, and the data stream is only closed after a PASV or
EPSV if a successful connection was initiated with dataconn().


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/libexec/ftpd/cmds.c
cvs rdiff -r1.136 -r1.137 basesrc/libexec/ftpd/ftpd.c
cvs rdiff -r1.39 -r1.40 basesrc/libexec/ftpd/version.h

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