Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-passwd.c159 authctxt->force_pwchange = 1; in sys_auth_passwd()
H A Dauth.h66 int force_pwchange; member
H A Dauth-pam.c328 sshpam_authctxt->force_pwchange = reqd; in sshpam_password_change_required()
551 if (sshpam_authctxt->force_pwchange) { in sshpam_thread()
565 (r = sshbuf_put_u32(buffer, sshpam_authctxt->force_pwchange)) != 0) in sshpam_thread()
H A Dsession.c1353 if (s->authctxt->force_pwchange) { in do_child()