HomeSort by relevance Sort by last modified time
    Searched refs:force_pwchange (Results 1 - 5 of 5) sorted by null

  /external/openssh/
auth-passwd.c 128 authctxt->force_pwchange = 1;
132 if (authctxt->force_pwchange)
186 authctxt->force_pwchange = 1;
auth.h 60 int force_pwchange; member in struct:Authctxt
auth-pam.c 294 sshpam_authctxt->force_pwchange = reqd;
476 if (sshpam_authctxt->force_pwchange) {
490 buffer_put_int(&buffer, sshpam_authctxt->force_pwchange);
session.c 729 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
732 s->authctxt->force_pwchange = 0;
    [all...]
  /external/openssh/openbsd-compat/
port-aix.c 213 ctxt->force_pwchange = 1;

Completed in 797 milliseconds