Home
last modified time | relevance | path

Searched refs:PAM_PRELIM_CHECK (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/pam-krb5/module/
H A Dpublic.c191 if (!(flags & PAM_UPDATE_AUTHTOK) && !(flags & PAM_PRELIM_CHECK)) { in pam_sm_chauthtok()
197 pamret = pamk5_password(args, (flags & PAM_PRELIM_CHECK) != 0); in pam_sm_chauthtok()
/freebsd/contrib/openpam/lib/libpam/
H A Dpam_chauthtok.c63 flags | PAM_PRELIM_CHECK); in pam_chauthtok()
H A Dopenpam_dispatch.c140 (flags & PAM_PRELIM_CHECK))) in openpam_dispatch()
/freebsd/contrib/openpam/include/security/
H A Dpam_constants.h110 PAM_PRELIM_CHECK = 0x1, enumerator
/freebsd/lib/libpam/modules/pam_echo/
H A Dpam_echo.c151 if (flags & PAM_PRELIM_CHECK) in pam_sm_chauthtok()
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c333 if (flags & PAM_PRELIM_CHECK) { in pam_sm_chauthtok()
360 if (flags & PAM_PRELIM_CHECK) in pam_sm_chauthtok()
/freebsd/contrib/pam-krb5/pam-util/
H A Dlogging.c69 {PAM_PRELIM_CHECK, "prelim" },
/freebsd/lib/libpam/modules/pam_unix/
H A Dpam_unix.c308 if (flags & PAM_PRELIM_CHECK) { in pam_sm_chauthtok()
/freebsd/contrib/openpam/
H A DHISTORY458 - BUGFIX: Run passwd chain twice, first with the PAM_PRELIM_CHECK
462 passwd chain if the PAM_PRELIM_CHECK flag is set.
466 - ENHANCE: Prevent applications from specifying the PAM_PRELIM_CHECK
/freebsd/contrib/pam-krb5/tests/fakepam/
H A Dconfig.c82 {"PRELIM_CHECK", PAM_PRELIM_CHECK },