Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dauth.h270 int auth_root_allowed(char *);
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth1.c351 !auth_root_allowed(get_authname(type))) in do_authloop()
H A Dauth-pam.c322 if (authctxt->pw->pw_uid == 0 && !auth_root_allowed(method)) in finish_userauth_do_pam()
H A Dauth2.c293 !auth_root_allowed(method)) in userauth_finish()
H A Dauth.c357 auth_root_allowed(char *method) in auth_root_allowed() function