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

/freebsd-10.0-release/crypto/openssh/
H A Dauth-passwd.c122 authctxt->force_pwchange = 1;
126 if (authctxt->force_pwchange)
180 authctxt->force_pwchange = 1;
H A Dauth.h57 int force_pwchange; member in struct:Authctxt
H A Dauth-pam.c281 sshpam_authctxt->force_pwchange = reqd;
476 if (sshpam_authctxt->force_pwchange) {
490 buffer_put_int(&buffer, sshpam_authctxt->force_pwchange);
H A Dsession.c886 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
889 s->authctxt->force_pwchange = 0;
1664 if (s->authctxt->force_pwchange) {
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dport-aix.c213 ctxt->force_pwchange = 1;

Completed in 112 milliseconds