Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth-rhosts.c58 const char *ipaddr, const char *client_user, in check_rhosts_file() argument
162 if (!innetgr(user + 1, NULL, client_user, NULL)) in check_rhosts_file()
164 } else if (strcmp(user, client_user) != 0) in check_rhosts_file()
191 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() argument
201 client_user, hostname, ipaddr); in auth_rhosts2()
243 client_user, pw->pw_name)) { in auth_rhosts2()
249 client_user, pw->pw_name)) { in auth_rhosts2()
319 client_user, pw->pw_name)) { in auth_rhosts2()
326 client_user, pw->pw_name); in auth_rhosts2()