Home
last modified time | relevance | path

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

/external/openssh/
Dauth-passwd.c128 authctxt->force_pwchange = 1; in auth_password()
132 if (authctxt->force_pwchange) in auth_password()
186 authctxt->force_pwchange = 1; in sys_auth_passwd()
Dauth.h60 int force_pwchange; member
Dauth-pam.c294 sshpam_authctxt->force_pwchange = reqd; in sshpam_password_change_required()
476 if (sshpam_authctxt->force_pwchange) { in sshpam_thread()
490 buffer_put_int(&buffer, sshpam_authctxt->force_pwchange); in sshpam_thread()
Dsession.c729 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) { in do_login()
732 s->authctxt->force_pwchange = 0; in do_login()
1497 if (s->authctxt->force_pwchange) { in do_child()
/external/openssh/openbsd-compat/
Dport-aix.c213 ctxt->force_pwchange = 1; in sys_auth_passwd()