Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth-passwd.c122 authctxt->force_pwchange = 1; in auth_password()
126 if (authctxt->force_pwchange) in auth_password()
180 authctxt->force_pwchange = 1; in sys_auth_passwd()
H A Dauth.h63 int force_pwchange; member
H A Dauth-pam.c313 sshpam_authctxt->force_pwchange = reqd; in sshpam_password_change_required()
534 if (sshpam_authctxt->force_pwchange) { in sshpam_thread()
548 (r = sshbuf_put_u32(buffer, sshpam_authctxt->force_pwchange)) != 0) in sshpam_thread()
H A Dsession.c770 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) { in do_login()
773 s->authctxt->force_pwchange = 0; in do_login()
1547 if (s->authctxt->force_pwchange) { in do_child()
/freebsd/crypto/openssh/openbsd-compat/
H A Dport-aix.c219 ctxt->force_pwchange = 1; in sys_auth_passwd()