Lines Matching defs:password
919 "Guest login ok, type your name as password.");
1364 /* "ftp" is the only account allowed with no password */
1369 if (pass_checked) { /* password validated in user() */
1439 /* password ok; check if anything else prevents login */
1663 /* store guest password reply into pw_passwd */
2598 reply(0, "Waiting for password");
3710 * Determine if `password' is valid for user given in `pw'.
3711 * Returns 2 if password expired, 1 if otherwise failed, 0 if ok
3714 checkpassword(const struct passwd *pwent, const char *password)
3725 orig = pwent->pw_passwd; /* save existing password */
3734 new = crypt(password, orig); /* encrypt given password */
3806 case PAM_PROMPT_ECHO_OFF: /* authtok (password) */
3818 (void)strlcpy(pbuf, "password", sizeof(pbuf));
3862 /* Copy password into reply */
3951 * template name must be present in the local password