OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:server_user
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
auth-rhosts.c
57
const char *
server_user
)
73
server_user
, filename);
110
strlcpy(userbuf,
server_user
, sizeof(userbuf));
305
auth_debug_add("Accepted host %s ip %s client_user %s
server_user
%s",
sshconnect2.c
255
const char *
server_user
;
member in struct:Authctxt
365
ssh_userauth2(const char *local_user, const char *
server_user
, char *host,
398
authctxt.
server_user
=
server_user
;
654
packet_put_cstring(authctxt->
server_user
);
709
ssh_gssapi_buildmic(&b, authctxt->
server_user
,
856
packet_put_cstring(authctxt->
server_user
);
879
authctxt->
server_user
, host);
882
packet_put_cstring(authctxt->
server_user
);
924
packet_put_cstring(authctxt->
server_user
);
[
all
...]
sshconnect1.c
672
ssh_userauth1(const char *local_user, const char *
server_user
, char *host,
682
packet_put_cstring(
server_user
);
743
server_user
, host);
sshconnect.c
1155
char *
server_user
, *local_user;
local
[
all
...]
Completed in 381 milliseconds