Searched refs:sshpam_authctxt (Results 1 – 2 of 2) sorted by relevance
248 static Authctxt *sshpam_authctxt = NULL; variable288 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 …]
90 sshpam_authctxt->valid ? "" : "illegal user ",91 sshpam_authctxt->user,