HardenedBSD/lib/libc
John Polstra 6b2bdf2c08 Fix a bug in the hack that protects against FTP bounce attacks.
It used to loop back up to the accept() call and block there,
shutting out all other transports until a new connection came in.
Now it returns instead after dropping the connection.  That will
take it back to the select() loop where all transports can be
serviced.  I intend to MFC this within a day or two since it
fixes a DoS vulnerability.
1999-11-17 01:54:17 +00:00
..
alpha
amd64
compat-43
db
gen
gmon
i386
include
locale
mips
mipseb
mipsel
net
nls
quad
regex
rpc Fix a bug in the hack that protects against FTP bounce attacks. 1999-11-17 01:54:17 +00:00
stdio
stdlib
stdtime
string
sys
xdr
yp
Makefile
Makefile.inc