Searched refs:files_checkhistory (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c48 int files_checkhistory(char *user, char *passwd, pwu_repository_t *rep);
64 files_checkhistory,
382 * files_checkhistory - check if a user's new password is in the user's
398 files_checkhistory(char *user, char *passwd, pwu_repository_t *rep) function
407 debug("files_checkhistory(user=%s)", user);
424 debug("files_checkhistory: no history requested");
429 debug("files_checkhistory: histsize = %d", histsize);
442 debug("files_checkhistory: user_pw=%s, history_pw=%s",
449 debug("files_checkhistory(%s, %s) = %d", user, crypt_passwd,

Completed in 22 milliseconds