Home
last modified time | relevance | path

Searched refs:askpasswd (Results 1 – 1 of 1) sorted by relevance

/openbsd/libexec/ftpd/
H A Dftpd.c660 static int askpasswd; /* had user command, ask for passwd */ variable
699 askpasswd = 0; in user()
723 askpasswd = 1; in user()
728 if (!askpasswd && logging) in user()
806 askpasswd = 1; in user()
869 if (logged_in || askpasswd == 0) { in pass()
873 askpasswd = 0; in pass()
1781 } else if (askpasswd) in statcmd()