OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
,
157
if (!innetgr(user + 1, NULL,
client_user
, NULL))
159
} else if (strcmp(user,
client_user
) != 0)
187
auth_rhosts(struct passwd *pw, const char *
client_user
)
193
return auth_rhosts2(pw,
client_user
, hostname, ipaddr);
197
auth_rhosts2_raw(struct passwd *pw, const char *
client_user
, const char *hostname,
206
client_user
, hostname, ipaddr);
235
client_user
, pw->pw_name)) {
241
client_user
, pw->pw_name)) {
300
if (check_rhosts_file(buf, hostname, ipaddr,
client_user
, pw->pw_name))
[
all
...]
auth1.c
54
static char *
client_user
= NULL; /* Used to fill in remote user for PAM */
variable
176
client_user
= packet_get_cstring(&ulen);
192
authenticated = auth_rhosts_rsa(authctxt,
client_user
,
196
snprintf(info, infolen, " ruser %.100s",
client_user
);
367
if (
client_user
!= NULL) {
368
xfree(
client_user
);
369
client_user
= NULL;
Completed in 646 milliseconds