ftpd.c (pass): Wait 5 seconds before returning "password
authorTheodore Tso <tytso@mit.edu>
Sat, 24 Oct 1998 00:25:41 +0000 (00:25 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 24 Oct 1998 00:25:41 +0000 (00:25 +0000)
commit8446e8ed8eaf83ecbbeb319333c8a88d34adb99a
tree307bed7efe9db0e8848f02c9d0e1b689016dc386
parent5c19db3233ead047761b251c26daa571e0b9d74e
ftpd.c (pass): Wait 5 seconds before returning "password
incorrect", and only allow three bad passwords.  Then
return an 421 reply code before closing the connection and
going away.

ftpcmd.y (cmd): Don't allow the PORT command to accept a port
number lower than 1024; this prevents some nasty ftp
"bounce attacks" to SMTP ports, etc.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10990 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gssftp/ftpd/ChangeLog
src/appl/gssftp/ftpd/ftpcmd.y
src/appl/gssftp/ftpd/ftpd.c