Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A 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 …]
H A 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.