NetBSD/libexec/ftpd
lukem 1075c8325b Apply DoS fix as described by Crist J. Clark <crist.clark@attbi.com>
on <security@freebsd.org>, and subsequently in FreeBSD's cvs repository
as libexec/ftpd/ftpd.c rev 1.133:

	The FTP daemon was vulnerable to a DoS where an attacker could bind()
	up port 20 for an extended period of time and thus lock out all other
	users from establishing PORT data connections. Don't hold on to the
	bind() while we loop around waiting to see if we can make our
	connection.

Bump version to 20030122.
2003-01-22 04:46:08 +00:00
..
Makefile use bsd.own.mk instead of the (obvious typo of) bsd.obj.mk 2002-09-18 06:24:33 +00:00
cmds.c ftpd was unable to service the pwd request once you entered a directory 2003-01-08 18:07:31 +00:00
conf.c - convert to using libc's strsuftoll(3) 2002-11-29 14:39:59 +00:00
extern.h - convert to using libc's strsuftoll(3) 2002-11-29 14:39:59 +00:00
ftpcmd.y Fixes from Dmitry Sivachenko <demon@freebsd.org>: 2003-01-22 04:33:35 +00:00
ftpd.8 tweak reference to me 2002-10-26 04:21:12 +00:00
ftpd.c Apply DoS fix as described by Crist J. Clark <crist.clark@attbi.com> 2003-01-22 04:46:08 +00:00
ftpd.conf.5 -1 -> \-1. 2002-11-29 19:22:01 +00:00
ftpusers.5
logutmp.c - convert to using libc's strsuftoll(3) 2002-11-29 14:39:59 +00:00
logwtmp.c revert previous. wtmp{,x} entries need not be \0-terminated, so 2002-09-13 02:58:54 +00:00
pathnames.h
popen.c Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
version.h Apply DoS fix as described by Crist J. Clark <crist.clark@attbi.com> 2003-01-22 04:46:08 +00:00