Home
last modified time | relevance | path

Searched refs:client_username (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/appl/rsh/
H A Drshd.c138 char **client_username, in recv_bsd_auth() argument
144 *client_username = read_str (s, USERNAME_SZ, "local username"); in recv_bsd_auth()
151 *client_username, *server_username)) in recv_bsd_auth()
246 char **client_username, in recv_krb5_auth() argument
293 *client_username = read_str (s, ARG_MAX + 1, "local username"); in recv_krb5_auth()
335 if (strncmp (*client_username, "-u ", 3) == 0) { in recv_krb5_auth()
337 memmove (*client_username, *client_username + 3, in recv_krb5_auth()
338 strlen(*client_username) - 2); in recv_krb5_auth()
341 if (strncmp (*client_username, "-U ", 3) == 0) { in recv_krb5_auth()
345 if (strncmp (*client_username + 3, "FILE:", 5) == 0) { in recv_krb5_auth()
[all …]