NetBSD/libexec/ftpd
lukem 0d1261454e in closedataconn(), only close the passive data fd if the main data
descriptor was set by dataconn().  this fixes a problem for clients (such
as lynx and netscape) that only sent PASV/EPSV after a transfer (RETR, LIST,
STOR) started and returned 150.  certain command sequences could return 550
(etc) before setting up the dataconn(), and would run into this bug. netbsd's
ftp didn't hit this bug because it always sends PASV/EPSV before a new
transfer command.
2002-01-21 11:25:20 +00:00
..
Makefile
cmds.c reject SIZE request for ascii file if it exceeds 10k. 2002-01-17 05:21:47 +00:00
conf.c
extern.h
ftpcmd.y
ftpd.8
ftpd.c in closedataconn(), only close the passive data fd if the main data 2002-01-21 11:25:20 +00:00
ftpd.conf.5
ftpusers.5
logutmp.c
logwtmp.c
pathnames.h
popen.c
version.h in closedataconn(), only close the passive data fd if the main data 2002-01-21 11:25:20 +00:00