Searched refs:server_user (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dauth-rhosts.c57 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",
55 check_rhosts_file(const char *filename, const char *hostname, const char *ipaddr, const char *client_user, const char *server_user) argument
H A Dsshconnect2.c268 const char *server_user; member in struct:Authctxt
378 ssh_userauth2(const char *local_user, const char *server_user, char *host, argument
411 authctxt.server_user = server_user;
687 packet_put_cstring(authctxt->server_user);
742 ssh_gssapi_buildmic(&b, authctxt->server_user,
888 packet_put_cstring(authctxt->server_user);
911 authctxt->server_user, host);
914 packet_put_cstring(authctxt->server_user);
956 packet_put_cstring(authctxt->server_user);
[all...]
H A Dsshconnect1.c672 ssh_userauth1(const char *local_user, const char *server_user, char *host, argument
682 packet_put_cstring(server_user);
743 server_user, host);
H A Dsshconnect.c1208 char *server_user, *local_user; local
1211 server_user = options.user ? options.user : local_user;
1229 ssh_userauth2(local_user, server_user, host, sensitive);
1232 ssh_userauth1(local_user, server_user, host, sensitive);
/freebsd-10.0-release/crypto/heimdal/appl/rsh/
H A Drshd.c609 char *client_user = NULL, *server_user = NULL, *cmd = NULL; local
684 &server_user,
696 &server_user,
707 if (client_user == NULL || server_user == NULL || cmd == NULL)
710 pwd = getpwnam (server_user);
729 server_user, that_host);
738 sp = getspnam(server_user);

Completed in 139 milliseconds