Lines Matching refs:client_user
40 const char *ipaddr, const char *client_user, in check_rhosts_file() argument
126 if (!innetgr(user + 1, NULL, client_user, NULL)) in check_rhosts_file()
128 } else if (strcmp(user, client_user) != 0) in check_rhosts_file()
156 auth_rhosts(struct passwd *pw, const char *client_user) in auth_rhosts() argument
162 return auth_rhosts2(pw, client_user, hostname, ipaddr); in auth_rhosts()
166 auth_rhosts2_raw(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2_raw() argument
175 client_user, hostname, ipaddr); in auth_rhosts2_raw()
208 client_user, pw->pw_name)) { in auth_rhosts2_raw()
214 client_user, pw->pw_name)) { in auth_rhosts2_raw()
273 if (check_rhosts_file(buf, hostname, ipaddr, client_user, pw->pw_name)) { in auth_rhosts2_raw()
279 hostname, ipaddr, client_user, pw->pw_name); in auth_rhosts2_raw()
290 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() argument
296 ret = auth_rhosts2_raw(pw, client_user, hostname, ipaddr); in auth_rhosts2()