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

/freebsd-12-stable/crypto/openssh/
H A Dauth-passwd.c122 authctxt->force_pwchange = 1;
126 if (authctxt->force_pwchange)
180 authctxt->force_pwchange = 1;
H A Dauth.h63 int force_pwchange; member in struct:Authctxt
H A Dauth-pam.c301 sshpam_authctxt->force_pwchange = reqd;
515 if (sshpam_authctxt->force_pwchange) {
529 (r = sshbuf_put_u32(buffer, sshpam_authctxt->force_pwchange)) != 0)
H A Dsession.c807 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
810 s->authctxt->force_pwchange = 0;
1568 if (s->authctxt->force_pwchange) {
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dport-aix.c219 ctxt->force_pwchange = 1;

Completed in 172 milliseconds