Lines Matching defs:password
50 * first_pass_good (first password is always good when used with use/try)
51 * first_pass_bad (first password is always bad when used with use/try)
52 * pass=foobar (set good password to "foobar". default good password
83 char *firstpass, *password;
138 * Get the password from the user
156 password = ret_resp->resp;
158 if (password == NULL) {
165 if (strncmp(password, the_password, strlen(the_password)) == 0) {
168 /* this is the first password, stash it away */
169 (void) pam_set_item(pamh, PAM_AUTHTOK, password);
177 /* avoid leaving password cleartext around */