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

/macosx-10.10/OpenPAM-20/openpam/lib/
H A Dpam_chauthtok.c35 * $Id: pam_chauthtok.c 408 2007-12-21 11:36:24Z des $
52 pam_chauthtok(pam_handle_t *pamh, function
80 * The =pam_chauthtok function attempts to change the authentication token
92 * If any other bits are set, =pam_chauthtok will return =PAM_SYMBOL_ERR.
/macosx-10.10/system_cmds-643.1.1/chkpasswd.tproj/
H A Dpam_passwd.c55 if (PAM_NEW_AUTHTOK_REQD == retval && PAM_SUCCESS != (retval = pam_chauthtok(pamh, 0)))
/macosx-10.10/system_cmds-643.1.1/passwd.tproj/
H A Dpam_passwd.c55 if (PAM_SUCCESS != (retval = pam_chauthtok(pamh, 0)))
/macosx-10.10/OpenPAM-20/openpam/include/security/
H A Dpam_appl.h64 pam_chauthtok(pam_handle_t *_pamh,
/macosx-10.10/OpenPAM-20/openpam/bin/su/
H A Dsu.c114 pam_err = pam_chauthtok(pamh, PAM_CHANGE_EXPIRED_AUTHTOK);
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-pam.c252 * rules during pam_chauthtok() if the real uid of the calling process
254 * This wraps pam_chauthtok and sets/restore the real uid so PAM will do
267 result = pam_chauthtok(pamh, flags);
272 # define pam_chauthtok(a,b) (sshpam_chauthtok_ruid((a), (b))) macro
478 sshpam_err = pam_chauthtok(sshpam_handle,
1034 sshpam_err = pam_chauthtok(sshpam_handle, PAM_CHANGE_EXPIRED_AUTHTOK);
1036 fatal("PAM: pam_chauthtok(): %s",
/macosx-10.10/sudo-73/src/auth/
H A Dpam.c156 *pam_status = pam_chauthtok(pamh,
161 log_error(NO_MAIL, "pam_chauthtok: %s", s);
/macosx-10.10/OpenPAM-20/compat/
H A Dpam_shim.c208 pam_chauthtok(pam_handle_t *pamh, int flags) function
212 if (NULL == openpam) dlfailure("pam_chauthtok");
213 pam_chauthtok_func func = dlsym(openpam, "pam_chauthtok");
214 if (NULL == func) dlfailure("pam_chauthtok");
/macosx-10.10/shell_cmds-179/su/
H A Dsu.c359 retcode = pam_chauthtok(pamh,
367 "pam_chauthtok: %s", aerr))
370 syslog(LOG_ERR, "pam_chauthtok: %s",
/macosx-10.10/system_cmds-643.1.1/login.tproj/
H A Dlogin.c1133 pam_err = pam_chauthtok(pamh,
1136 pam_syslog("pam_chauthtok()");

Completed in 310 milliseconds