Home
last modified time | relevance | path

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

/external/openssh/
Dauth-pam.c246 static Authctxt *sshpam_authctxt = NULL; variable
276 if (sshpam_authctxt == NULL) in sshpam_chauthtok_ruid()
278 if (setreuid(sshpam_authctxt->pw->pw_uid, -1) == -1) in sshpam_chauthtok_ruid()
292 if (sshpam_authctxt == NULL) in sshpam_password_change_required()
294 sshpam_authctxt->force_pwchange = reqd; in sshpam_password_change_required()
448 if (sshpam_authctxt != NULL) { in sshpam_thread()
450 sshpam_authctxt->valid ? pam_user : "unknown"); in sshpam_thread()
457 if (sshpam_authctxt == NULL) in sshpam_thread()
476 if (sshpam_authctxt->force_pwchange) { in sshpam_thread()
490 buffer_put_int(&buffer, sshpam_authctxt->force_pwchange); in sshpam_thread()
[all …]