Searched refs:host_user (Results 1 – 3 of 3) sorted by relevance
125 if [ "$host_user" != "" ]; then128 "REMOTE_HOST_USERNAME=$host_user"208 host_user=""231 host_user="$1"
7052 char *host_user = NULL; in check_password() local7059 &host_user); in check_password()7089 host_user = xstrdup (username); in check_password()7091 host_user = NULL; in check_password()7094 if (!host_user) in check_password()7100 if (host_user) in check_password()7108 return host_user; in check_password()7154 char *host_user; in pserver_authenticate_connection() local7290 host_user = check_password (username, descrambled_password, repository); in pserver_authenticate_connection()7291 if (host_user == NULL) in pserver_authenticate_connection()[all …]
3658 optional username, the `host_user', from the passwd file. The3659 host_user will be the user-id under which the cvs repository is3664 (check_password): Modify to use host_user.3665 (authenticate_connection): Modify to use host_user.