Lines Matching defs:passwd
48 int files_checkhistory(char *user, char *passwd, pwu_repository_t *rep);
79 struct passwd *pwd;
140 struct passwd *
141 private_getpwnam_r(const char *name, struct passwd *result, char *buffer,
222 * determine which password structure (/etc/passwd or /etc/shadow)
236 pwbuf->pwd = malloc(sizeof (struct passwd));
387 * passwd = new clear text password.
390 * PWU_SUCCESS, passwd found in user's old password history.
393 * PWU_NOT_FOUND, passwd not in user's old password history.
398 files_checkhistory(char *user, char *passwd, pwu_repository_t *rep)
441 crypt_passwd = crypt(passwd, s);
468 struct passwd *pw;
637 struct passwd *pw;
651 * if sp_max==0 : disable passwd aging after updating the password
689 * password is to be deleted (-d to passwd),
1033 files_update_passwd(char *name, struct passwd *pwd)
1038 struct passwd cur;
1088 /* Rename temp to passwd */
1117 * store the password attributes contained in "buf" in /etc/passwd and
1144 (void) memset(pwbuf->pwd, 0, sizeof (struct passwd));
1162 * passwd(4) and shadow(4).