Home
last modified time | relevance | path

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

/external/openssh/
Dauth-rhosts.c56 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()
[all …]
Dauth1.c57 static char *client_user = NULL; /* Used to fill in remote user for PAM */ variable
173 client_user = packet_get_cstring(&ulen); in auth1_process_rhosts_rsa()
189 authenticated = auth_rhosts_rsa(authctxt, client_user, in auth1_process_rhosts_rsa()
193 auth_info(authctxt, "ruser %.100s", client_user); in auth1_process_rhosts_rsa()
359 free(client_user); in do_authloop()
360 client_user = NULL; in do_authloop()