Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dserver.c6786 char *found_password, *host_user_tmp; in check_repository_password() local
6825 found_password = NULL; in check_repository_password()
6830 found_password = NULL; in check_repository_password()
6837 found_password = strtok (non_cvsuser_portion, ":"); in check_repository_password()
6846 if ((found_password == NULL) in check_repository_password()
6847 || ((strcmp (found_password, crypt (password, found_password)) in check_repository_password()
6859 repository, crypt(password, found_password), found_password); in check_repository_password()
DChangeLog9453 (login): Removed unused variable (found_password).