Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssh/
HDauth-pam.c248 static Authctxt *sshpam_authctxt = NULL; variable
288 if (sshpam_authctxt == NULL) in sshpam_chauthtok_ruid()
290 if (setreuid(sshpam_authctxt->pw->pw_uid, -1) == -1) in sshpam_chauthtok_ruid()
307 if (sshpam_authctxt == NULL) in sshpam_password_change_required()
309 sshpam_authctxt->force_pwchange = reqd; in sshpam_password_change_required()
501 if (sshpam_authctxt != NULL) { in sshpam_thread()
503 sshpam_authctxt->valid ? pam_user : "unknown"); in sshpam_thread()
510 if (sshpam_authctxt == NULL) in sshpam_thread()
530 if (sshpam_authctxt->force_pwchange) { in sshpam_thread()
544 (r = sshbuf_put_u32(buffer, sshpam_authctxt->force_pwchange)) != 0) in sshpam_thread()
[all …]
/freebsd-head/contrib/blocklist/diff/
HDssh.diff90 sshpam_authctxt->valid ? "" : "illegal user ",
91 sshpam_authctxt->user,