Searched refs:client_user (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth-rhosts.c | 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() [all …]
|
H A D | auth1.c | 80 char *client_user, *password; in do_authloop() local 105 client_user = NULL; in do_authloop() 138 &client_user, &reply)) { in do_authloop() 142 client_user); in do_authloop() 159 &client_user, &reply)) { in do_authloop() 163 client_user); in do_authloop() 206 client_user = packet_get_string(&ulen); in do_authloop() 210 authenticated = auth_rhosts(pw, client_user); in do_authloop() 212 snprintf(info, sizeof info, " ruser %.100s", client_user); in do_authloop() 225 client_user = packet_get_string(&ulen); in do_authloop() [all …]
|