Searched refs:client_user (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | auth-rhosts.c | 57 const char *ipaddr, const char *client_user, in check_rhosts_file() argument 161 if (!innetgr(user + 1, NULL, client_user, NULL)) in check_rhosts_file() 163 } else if (strcmp(user, client_user) != 0) in check_rhosts_file() 190 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() argument 199 client_user, hostname, ipaddr); in auth_rhosts2() 239 client_user, pw->pw_name)) { in auth_rhosts2() 245 client_user, pw->pw_name)) { in auth_rhosts2() 309 client_user, pw->pw_name)) { in auth_rhosts2() 316 client_user, pw->pw_name); in auth_rhosts2()
|