Searched refs:login_attempts (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c841 static int login_attempts; /* number of failed login attempts */ variable
1022 if (login_attempts)
1023 sleep((unsigned) login_attempts);
1412 if (login_attempts++ >= 5) {
1431 login_attempts = 0; /* this time successful */

Completed in 114 milliseconds