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

/openbsd-current/libexec/ftpd/
H A Dftpd.c659 static int login_attempts; /* number of failed login attempts */ variable
811 if (login_attempts)
812 sleep((unsigned) login_attempts);
897 if (login_attempts++ >= 5) {
941 login_attempts = 0; /* this time successful */

Completed in 165 milliseconds