Home
last modified time | relevance | path

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

/external/openssh/
Dauth-pam.c232 static Authctxt *sshpam_authctxt = NULL; variable
263 if (sshpam_authctxt == NULL) in sshpam_chauthtok_ruid()
265 if (setreuid(sshpam_authctxt->pw->pw_uid, -1) == -1) in sshpam_chauthtok_ruid()
279 if (sshpam_authctxt == NULL) in sshpam_password_change_required()
281 sshpam_authctxt->force_pwchange = reqd; in sshpam_password_change_required()
452 if (sshpam_authctxt != NULL) { in sshpam_thread()
454 sshpam_authctxt->valid ? pam_user : "unknown"); in sshpam_thread()
461 if (sshpam_authctxt == NULL) in sshpam_thread()
478 if (sshpam_authctxt->force_pwchange) { in sshpam_thread()
492 buffer_put_int(&buffer, sshpam_authctxt->force_pwchange); in sshpam_thread()
[all …]