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

/freebsd-13-stable/contrib/opie/
H A Dopieftpd.c393 int login_attempts; /* number of failed login attempts */ variable
474 if (login_attempts)
475 sleep((unsigned) login_attempts);
543 if (login_attempts++ >= 5) {
559 login_attempts = 0; /* this time successful */
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c469 static int login_attempts; /* number of failed login attempts */ variable
612 if (login_attempts)
613 sleep(login_attempts);
701 login_attempts = 0; /* this time successful */
933 if (login_attempts++ >= 5) {
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c996 static int login_attempts; /* number of failed login attempts */ variable
1101 if (login_attempts)
1102 sleep(login_attempts);
1445 if (login_attempts++ >= 5) {
1456 login_attempts = 0; /* this time successful */

Completed in 67 milliseconds