Searched refs:sshpam_authctxt (Results 1 – 1 of 1) sorted by relevance
251 static Authctxt *sshpam_authctxt = NULL; variable292 if (sshpam_authctxt == NULL) in sshpam_chauthtok_ruid()294 if (setreuid(sshpam_authctxt->pw->pw_uid, -1) == -1) in sshpam_chauthtok_ruid()311 if (sshpam_authctxt == NULL) in sshpam_password_change_required()313 sshpam_authctxt->force_pwchange = reqd; in sshpam_password_change_required()496 if (sshpam_authctxt != NULL) { in sshpam_thread()498 sshpam_authctxt->valid ? pam_user : "unknown"); in sshpam_thread()505 if (sshpam_authctxt == NULL) in sshpam_thread()525 if (sshpam_authctxt->force_pwchange) { in sshpam_thread()539 (r = sshbuf_put_u32(buffer, sshpam_authctxt->force_pwchange)) != 0) in sshpam_thread()[all …]