HomeSort by relevance Sort by last modified time
    Searched refs:USE_PAM (Results 1 - 20 of 20) sorted by null

  /external/openssh/
auth-pam.h 26 #ifdef USE_PAM
45 #endif /* USE_PAM */
platform.c 111 if (!options.use_pam && (getuid() == 0 || geteuid() == 0))
120 #if defined(HAVE_LOGIN_CAP) && defined(USE_PAM)
126 if (options.use_pam) {
130 # endif /* USE_PAM */
148 #if !defined(HAVE_LOGIN_CAP) && defined(USE_PAM)
154 if (options.use_pam) {
157 #endif /* USE_PAM */
auth2-chall.c 57 #ifdef USE_PAM
69 #ifdef USE_PAM
89 #ifdef USE_PAM
111 #ifdef USE_PAM
112 if (!options.use_pam)
358 #if defined(BSD_AUTH) || defined(USE_PAM) || defined(SKEY)
364 #ifdef USE_PAM
374 #ifdef USE_PAM
monitor_wrap.h 62 #ifdef USE_PAM
includes.h 114 #ifdef USE_PAM
auth-passwd.c 120 #ifdef USE_PAM
121 if (options.use_pam)
gss-serv-krb5.c 190 #ifdef USE_PAM
191 if (options.use_pam)
auth2.c 248 #ifdef USE_PAM
249 if (options.use_pam)
331 #ifdef USE_PAM
332 if (options.use_pam && authenticated) {
auth-krb5.c 188 #ifdef USE_PAM
189 if (options.use_pam)
monitor.c 146 #ifdef USE_PAM
207 #ifdef USE_PAM
332 #ifdef USE_PAM
334 if (options.use_pam && authenticated) {
779 #ifdef USE_PAM
780 if (options.use_pam)
842 #ifdef USE_PAM
973 #ifdef USE_PAM
977 if (!options.use_pam)
994 if (!options.use_pam)
    [all...]
session.c 724 #ifdef USE_PAM
729 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
1131 #ifdef USE_PAM
1136 if (options.use_pam) {
1147 #endif /* USE_PAM */
    [all...]
monitor_wrap.c 365 #ifdef USE_PAM
556 #ifdef USE_PAM
563 if (!options.use_pam)
580 if (!options.use_pam)
686 #endif /* USE_PAM */
config.h.in     [all...]
sshd.c     [all...]
auth-pam.c 62 #ifdef USE_PAM
682 if (!options.use_pam || sshpam_account_status == 0)
919 if (!options.use_pam)
1206 if (!options.use_pam || sshpam_handle == NULL)
1261 #endif /* USE_PAM */
servconf.c 80 options->use_pam = -1;
200 if (options->use_pam == -1)
201 options->use_pam = 0;
439 #ifdef USE_PAM
    [all...]
  /external/ppp/pppd/
session.c 88 #ifdef USE_PAM
90 #endif /* #ifdef USE_PAM */
105 #ifdef USE_PAM
166 #endif /* #ifdef USE_PAM */
176 #ifdef USE_PAM
181 #else /* #ifdef USE_PAM */
189 #endif /* #ifdef USE_PAM */
207 #ifdef USE_PAM
303 #elif !defined(__ANDROID__) /* #ifdef USE_PAM */
365 #endif /* #ifdef USE_PAM */
    [all...]
Makefile.linux 67 #USE_PAM=y
154 ifdef USE_PAM
  /external/selinux/policycoreutils/run_init/
run_init.c 15 * option USE_PAM:
17 * Set the USE_PAM constant if you want to authenticate users via PAM.
18 * If USE_PAM is not set, users will be authenticated via direct
72 #ifdef USE_PAM
150 #else /* else !USE_PAM */
221 #endif /* if/else USE_PAM */
270 #ifdef USE_PAM
272 #else /* !USE_PAM */
274 #endif /* if/else USE_PAM */
  /external/selinux/policycoreutils/newrole/
newrole.c 17 * option USE_PAM:
19 * Set the USE_PAM constant if you want to authenticate users via PAM.
20 * If USE_PAM is not set, users will be authenticated via direct
54 #if defined(NAMESPACE_PRIV) && !defined(USE_PAM)
55 #error NAMESPACE_PRIV needs the USE_PAM option
98 #ifdef USE_PAM
159 #ifdef USE_PAM
326 #else /* else !USE_PAM */
378 #endif /* if/else USE_PAM */
1040 #ifdef USE_PAM
    [all...]

Completed in 1532 milliseconds