Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dauth.h283 struct passwd * getpwnamallow(const char *user);
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth2.c192 authctxt->pw = getpwnamallow(user); in input_userauth_request()
457 authctxt->pw = getpwnamallow(user); in userauth_user_svc_change()
H A Dauth1.c435 if ((authctxt->pw = getpwnamallow(user)) != NULL) { in do_authentication()
H A Dauth-pam.c306 authctxt->pw = getpwnamallow(user); in finish_userauth_do_pam()
H A Dauth.c574 getpwnamallow(const char *user) in getpwnamallow() function