Lines Matching refs:client_user
56 const char *ipaddr, const char *client_user, in check_rhosts_file() argument
160 if (!innetgr(user + 1, NULL, client_user, NULL)) in check_rhosts_file()
162 } else if (strcmp(user, client_user) != 0) in check_rhosts_file()
190 auth_rhosts(struct passwd *pw, const char *client_user) in auth_rhosts() argument
196 return auth_rhosts2(pw, client_user, hostname, ipaddr); in auth_rhosts()
200 auth_rhosts2_raw(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2_raw() argument
209 client_user, hostname, ipaddr); in auth_rhosts2_raw()
249 client_user, pw->pw_name)) { in auth_rhosts2_raw()
255 client_user, pw->pw_name)) { in auth_rhosts2_raw()
319 client_user, pw->pw_name)) { in auth_rhosts2_raw()
326 client_user, pw->pw_name); in auth_rhosts2_raw()
337 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() argument
340 return auth_rhosts2_raw(pw, client_user, hostname, ipaddr); in auth_rhosts2()