Searched refs:client_user (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | auth-rhosts.c | 52 const char *ipaddr, const char *client_user, in check_rhosts_file() argument 153 if (!innetgr(user + 1, NULL, client_user, NULL)) in check_rhosts_file() 155 } else if (strcmp(user, client_user) != 0) in check_rhosts_file() 183 auth_rhosts(struct passwd *pw, const char *client_user) in auth_rhosts() argument 189 return auth_rhosts2(pw, client_user, hostname, ipaddr); in auth_rhosts() 193 auth_rhosts2_raw(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2_raw() argument 202 client_user, hostname, ipaddr); in auth_rhosts2_raw() 231 client_user, pw->pw_name)) { in auth_rhosts2_raw() 237 client_user, pw->pw_name)) { in auth_rhosts2_raw() 296 if (check_rhosts_file(buf, hostname, ipaddr, client_user, pw->pw_name)) { in auth_rhosts2_raw() [all …]
|
| D | auth1.c | 154 char *client_user; in auth1_process_rhosts_rsa() local 163 client_user = packet_get_string(&ulen); in auth1_process_rhosts_rsa() 179 authenticated = auth_rhosts_rsa(authctxt, client_user, in auth1_process_rhosts_rsa() 183 snprintf(info, infolen, " ruser %.100s", client_user); in auth1_process_rhosts_rsa() 184 xfree(client_user); in auth1_process_rhosts_rsa()
|