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

/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dpam_chauthtok.c35 * $Id: pam_chauthtok.c 648 2013-03-05 17:54:27Z des $
56 pam_chauthtok(pam_handle_t *pamh, function
84 * The =pam_chauthtok function attempts to change the authentication token
96 * If any other bits are set, =pam_chauthtok will return =PAM_SYMBOL_ERR.
/freebsd-9.3-release/lib/libpam/libpam/
H A DMakefile74 pam_chauthtok.c \
120 pam_chauthtok.3 \
/freebsd-9.3-release/contrib/openpam/include/security/
H A Dpam_appl.h64 pam_chauthtok(pam_handle_t *_pamh,
/freebsd-9.3-release/usr.bin/passwd/
H A Dpasswd.c158 pam_err = pam_chauthtok(pamh, 0);
159 pam_check("pam_chauthtok");
/freebsd-9.3-release/contrib/openpam/bin/su/
H A Dsu.c117 pam_err = pam_chauthtok(pamh, PAM_CHANGE_EXPIRED_AUTHTOK);
/freebsd-9.3-release/contrib/openpam/bin/pamtest/
H A Dpamtest.c141 * Wrapper for pam_chauthtok(3)
149 pt_verbose("pam_chauthtok()");
150 if ((pame = pam_chauthtok(pamh, flags)) != PAM_SUCCESS)
151 pt_error(pame, "pam_chauthtok()");
/freebsd-9.3-release/crypto/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
479 sshpam_err = pam_chauthtok(sshpam_handle,
1032 sshpam_err = pam_chauthtok(sshpam_handle, PAM_CHANGE_EXPIRED_AUTHTOK);
1034 fatal("PAM: pam_chauthtok(): %s",
/freebsd-9.3-release/usr.bin/su/
H A Dsu.c335 retcode = pam_chauthtok(pamh,
343 "pam_chauthtok: %s", aerr))
346 syslog(LOG_ERR, "pam_chauthtok: %s",
/freebsd-9.3-release/usr.bin/login/
H A Dlogin.c746 pam_err = pam_chauthtok(pamh,
749 pam_syslog("pam_chauthtok()");
/freebsd-9.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c836 e = pam_chauthtok(pamh, PAM_CHANGE_EXPIRED_AUTHTOK);
838 syslog(LOG_ERR, "pam_chauthtok: %s",

Completed in 203 milliseconds