Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
Dmake-check-all.sh125 if [ "$host_user" != "" ]; then
128 "REMOTE_HOST_USERNAME=$host_user"
208 host_user=""
231 host_user="$1"
/netbsd/src/external/gpl2/xcvs/dist/src/
Dserver.c7052 char *host_user = NULL; in check_password() local
7059 &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() local
7290 host_user = check_password (username, descrambled_password, repository); in pserver_authenticate_connection()
7291 if (host_user == NULL) in pserver_authenticate_connection()
[all …]
DChangeLog-963658 optional username, the `host_user', from the passwd file. The
3659 host_user will be the user-id under which the cvs repository is
3664 (check_password): Modify to use host_user.
3665 (authenticate_connection): Modify to use host_user.