HomeSort by relevance Sort by last modified time
    Searched refs:client_user (Results 1 - 2 of 2) sorted by null

  /external/openssh/
auth-rhosts.c 56 const char *ipaddr, const char *client_user,
160 if (!innetgr(user + 1, NULL, client_user, NULL))
162 } else if (strcmp(user, client_user) != 0)
190 auth_rhosts(struct passwd *pw, const char *client_user)
196 return auth_rhosts2(pw, client_user, hostname, ipaddr);
200 auth_rhosts2_raw(struct passwd *pw, const char *client_user, const char *hostname,
209 client_user, hostname, ipaddr);
249 client_user, pw->pw_name)) {
255 client_user, pw->pw_name)) {
319 client_user, pw->pw_name))
    [all...]
auth1.c 57 static char *client_user = NULL; /* Used to fill in remote user for PAM */ variable
173 client_user = packet_get_cstring(&ulen);
189 authenticated = auth_rhosts_rsa(authctxt, client_user,
193 auth_info(authctxt, "ruser %.100s", client_user);
359 free(client_user);
360 client_user = NULL;

Completed in 202 milliseconds