Home
last modified time | relevance | path

Searched refs:auth_shadow_acctexpired (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssh/
Dauth-shadow.c56 auth_shadow_acctexpired(struct spwd *spw) in auth_shadow_acctexpired() function
Dauth.h149 int auth_shadow_acctexpired(struct spwd *);
Dauth.c119 if (!options.use_pam && spw != NULL && auth_shadow_acctexpired(spw)) in allowed_user()