Searched refs:client_user (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dauth-rhosts.c57 const char *ipaddr, const char *client_user,
161 if (!innetgr(user + 1, NULL, client_user, NULL))
163 } else if (strcmp(user, client_user) != 0)
191 auth_rhosts(struct passwd *pw, const char *client_user) argument
198 return auth_rhosts2(pw, client_user, hostname, ipaddr);
202 auth_rhosts2_raw(struct passwd *pw, const char *client_user, const char *hostname, argument
211 client_user, hostname, ipaddr);
251 client_user, pw->pw_name)) {
257 client_user, pw->pw_name)) {
321 client_user, p
56 check_rhosts_file(const char *filename, const char *hostname, const char *ipaddr, const char *client_user, const char *server_user) argument
339 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, const char *ipaddr) argument
[all...]
H A Dauth1.c57 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;
/freebsd-10-stable/crypto/heimdal/appl/rsh/
H A Drshd.c609 char *client_user = NULL, *server_user = NULL, *cmd = NULL; local
683 &client_user,
695 &client_user,
707 if (client_user == NULL || server_user == NULL || cmd == NULL)
/freebsd-10-stable/contrib/amd/include/
H A Dam_defs.h1505 extern int hosts_ctl(char *daemon, char *client_name, char *client_addr, char *client_user);

Completed in 65 milliseconds