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

  /external/openssh/
auth-shadow.c 56 auth_shadow_acctexpired(struct spwd *spw) function
auth.h 148 int auth_shadow_acctexpired(struct spwd *);
auth.c 115 if (!options.use_pam && spw != NULL && auth_shadow_acctexpired(spw))

Completed in 490 milliseconds