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

/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c47 int files_checkhistory(char *user, char *passwd, pwu_repository_t *rep);
63 files_checkhistory,
389 * files_checkhistory - check if a user's new password is in the user's
405 files_checkhistory(char *user, char *passwd, pwu_repository_t *rep) function
414 debug("files_checkhistory(user=%s)", user);
431 debug("files_checkhistory: no history requested");
436 debug("files_checkhistory: histsize = %d", histsize);
449 debug("files_checkhistory: user_pw=%s, history_pw=%s",
456 debug("files_checkhistory(%s, %s) = %d", user, crypt_passwd,

Completed in 60 milliseconds