Home
last modified time | relevance | path

Searched refs:cntl_flags (Results 1 – 5 of 5) sorted by relevance

/dports/security/pam-modules/pam-modules-2.2/pam_fshadow/
H A Dpam_fshadow.c108 static int cntl_flags = CNTL_PASSWD|CNTL_SHADOW;
136 { PAM_OPTSTR(passwd), pam_opt_bool, &cntl_flags,
138 { PAM_OPTSTR(shadow), pam_opt_bool, &cntl_flags,
162 if ((cntl_flags & (CNTL_PASSWD|CNTL_SHADOW)) == 0) {
176 if (cntl_flags & CNTL_REVERT_INDEX) {
210 cntl_flags |= CNTL_REGEX;
227 if (cntl_flags & CNTL_AUTHTOK) {
517 if (cntl_flags & CNTL_REGEX)
522 if (cntl_flags & CNTL_REGEX) {
538 if (cntl_flags & CNTL_PASSWD)
[all …]
/dports/security/pam-modules/pam-modules-2.2/pam_sql/
H A Dpam_sql.c25 static int cntl_flags; variable
35 { PAM_OPTSTR(use_authtok), pam_opt_bitmask, &cntl_flags,
44 cntl_flags = 0; in _pam_parse()
63 if (cntl_flags & CNTL_AUTHTOK) { in _pam_get_password()
/dports/net/gnu-radius/radius-1.6.1/client/pam_radius/
H A Dpam_radius.c171 #define CNTL_HANG() ((cntl_flags>>CNTL_HANG_OFF) & 0xff)
175 #define CNTL_DEBUG_LEV() ((cntl_flags>>CNTL_DEBUG_OFF) & 0xff)
182 static int cntl_flags; variable
187 #define AUDIT(c) if (cntl_flags&CNTL_AUDIT) _pam_debug c
289 cntl_flags = ctrl; in _pam_parse()
636 if (cntl_flags&CNTL_AUTHTOK) { in _pam_get_password()
/dports/security/pam-modules/pam-modules-2.2/pam_umotd/
H A Dpam_umotd.c41 static int cntl_flags; variable
323 cntl_flags = 0; in pam_sm_open_session()
/dports/security/pam-modules/pam-modules-2.2/pam_ldaphome/
H A Dpam_ldaphome.c46 static int cntl_flags; variable
66 cntl_flags = 0; in _pam_parse()