Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/openpam/include/security/
H A Dpam_constants.h110 PAM_PRELIM_CHECK = 0x1, enumerator
/freebsd-src/lib/libpam/modules/pam_echo/
H A Dpam_echo.c151 if (flags & PAM_PRELIM_CHECK) in pam_sm_chauthtok()
/freebsd-src/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-src/contrib/openpam/
H A DHISTORY446 - BUGFIX: Run passwd chain twice, first with the PAM_PRELIM_CHECK
450 passwd chain if the PAM_PRELIM_CHECK flag is set.
454 - ENHANCE: Prevent applications from specifying the PAM_PRELIM_CHECK
/freebsd-src/lib/libpam/modules/pam_unix/
H A Dpam_unix.c308 if (flags & PAM_PRELIM_CHECK) { in pam_sm_chauthtok()