Home
last modified time | relevance | path

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

/external/openssh/
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()
Dauth.h57 int force_pwchange; member
Dauth-pam.c281 sshpam_authctxt->force_pwchange = reqd; in sshpam_password_change_required()
477 if (sshpam_authctxt->force_pwchange) { in sshpam_thread()
491 buffer_put_int(&buffer, sshpam_authctxt->force_pwchange); in sshpam_thread()
Dsession.c878 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) { in do_login()
881 s->authctxt->force_pwchange = 0; in do_login()
1630 if (s->authctxt->force_pwchange) { in do_child()
/external/openssh/openbsd-compat/
Dport-aix.c213 ctxt->force_pwchange = 1; in sys_auth_passwd()