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 - enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5) 2001-12-01 10:25:29 +00:00
cmds.c reject SIZE request for ascii file if it exceeds 10k. 2002-01-17 05:21:47 +00:00
conf.c Add two new ftpd.conf(5) directives: 2001-12-04 13:54:12 +00:00
extern.h Add two new ftpd.conf(5) directives: 2001-12-04 13:54:12 +00:00
ftpcmd.y - enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5) 2001-12-01 10:25:29 +00:00
ftpd.8 Drop some unnecessary .Pps, sort SEE ALSO, whitespace nits. 2002-01-15 02:20:37 +00:00
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 Whitespace nits. 2002-01-15 02:20:50 +00:00
ftpusers.5 Improve FILES section. 2001-12-01 16:24:24 +00:00
logutmp.c convert to ANSI C as per style guide 2000-05-20 02:20:18 +00:00
logwtmp.c fix redundant declarations. 2001-02-04 22:04:11 +00:00
pathnames.h
popen.c - enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5) 2001-12-01 10:25:29 +00:00
version.h in closedataconn(), only close the passive data fd if the main data 2002-01-21 11:25:20 +00:00