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

/freebsd-10.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.
H A DMakefile.am57 pam_chauthtok.c \
H A DMakefile.in138 pam_chauthtok.lo pam_close_session.lo pam_end.lo pam_error.lo \
385 pam_chauthtok.c \
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_chauthtok.Plo@am__quote@
/freebsd-10.3-release/contrib/openpam/doc/man/
H A DMakefile.am9 pam_chauthtok.3 \
H A DMakefile.in271 pam_chauthtok.3 \
/freebsd-10.3-release/lib/libpam/libpam/
H A DMakefile75 pam_chauthtok.c \
121 pam_chauthtok.3 \
/freebsd-10.3-release/contrib/openpam/include/security/
H A Dpam_appl.h64 pam_chauthtok(pam_handle_t *_pamh,
/freebsd-10.3-release/usr.bin/passwd/
H A Dpasswd.c158 pam_err = pam_chauthtok(pamh, 0);
159 pam_check("pam_chauthtok");
/freebsd-10.3-release/contrib/openpam/bin/su/
H A Dsu.c117 pam_err = pam_chauthtok(pamh, PAM_CHANGE_EXPIRED_AUTHTOK);
/freebsd-10.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-10.3-release/crypto/openssh/
H A Dauth-pam.c253 * rules during pam_chauthtok() if the real uid of the calling process
255 * This wraps pam_chauthtok and sets/restore the real uid so PAM will do
268 result = pam_chauthtok(pamh, flags);
273 # define pam_chauthtok(a,b) (sshpam_chauthtok_ruid((a), (b))) macro
480 sshpam_err = pam_chauthtok(sshpam_handle,
1033 sshpam_err = pam_chauthtok(sshpam_handle, PAM_CHANGE_EXPIRED_AUTHTOK);
1035 fatal("PAM: pam_chauthtok(): %s",
/freebsd-10.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-10.3-release/usr.bin/login/
H A Dlogin.c745 pam_err = pam_chauthtok(pamh,
748 pam_syslog("pam_chauthtok()");
/freebsd-10.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c834 e = pam_chauthtok(pamh, PAM_CHANGE_EXPIRED_AUTHTOK);
836 syslog(LOG_ERR, "pam_chauthtok: %s",

Completed in 75 milliseconds