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

  /external/openssh/
auth-passwd.c 122 authctxt->force_pwchange = 1;
126 if (authctxt->force_pwchange)
180 authctxt->force_pwchange = 1;
auth.h 57 int force_pwchange; member in struct:Authctxt
auth-pam.c 281 sshpam_authctxt->force_pwchange = reqd;
477 if (sshpam_authctxt->force_pwchange) {
491 buffer_put_int(&buffer, sshpam_authctxt->force_pwchange);
session.c 878 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
881 s->authctxt->force_pwchange = 0;
    [all...]
  /external/openssh/openbsd-compat/
port-aix.c 213 ctxt->force_pwchange = 1;

Completed in 1540 milliseconds