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 28 #ifdef USE_PAM
50 #endif /* USE_PAM */
platform.c 111 #if defined(HAVE_LOGIN_CAP) && defined(USE_PAM)
117 if (options.use_pam) {
121 # endif /* USE_PAM */
139 #if !defined(HAVE_LOGIN_CAP) && defined(USE_PAM)
145 if (options.use_pam) {
148 #endif /* USE_PAM */
auth2-chall.c 56 #ifdef USE_PAM
68 #ifdef USE_PAM
87 #ifdef USE_PAM
109 #ifdef USE_PAM
110 if (!options.use_pam)
351 #if defined(BSD_AUTH) || defined(USE_PAM) || defined(SKEY)
357 #ifdef USE_PAM
367 #ifdef USE_PAM
auth-chall.c 52 #ifdef USE_PAM
53 if (!options.use_pam)
includes.h 117 #ifdef USE_PAM
auth1.c 262 #ifdef USE_PAM
263 if (options.use_pam && (PRIVSEP(do_pam_account())))
342 #ifdef USE_PAM
343 if (options.use_pam && authenticated &&
422 #ifdef USE_PAM
423 if (options.use_pam)
gss-serv-krb5.c 177 #ifdef USE_PAM
178 if (options.use_pam)
monitor_wrap.h 65 #ifdef USE_PAM
auth-passwd.c 114 #ifdef USE_PAM
115 if (options.use_pam)
auth2.c 247 #ifdef USE_PAM
248 if (options.use_pam)
310 #ifdef USE_PAM
311 if (options.use_pam && authenticated) {
auth-krb5.c 176 #ifdef USE_PAM
177 if (options.use_pam)
monitor.c 169 #ifdef USE_PAM
228 #ifdef USE_PAM
295 #ifdef USE_PAM
391 #ifdef USE_PAM
393 if (options.use_pam && authenticated) {
800 #ifdef USE_PAM
801 if (options.use_pam)
985 #ifdef USE_PAM
989 if (!options.use_pam)
1004 if (!options.use_pam)
    [all...]
session.c 873 #ifdef USE_PAM
878 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
1276 #ifdef USE_PAM
1281 if (options.use_pam) {
1292 #endif /* USE_PAM */
    [all...]
config.h.in     [all...]
servconf.c 68 options->use_pam = -1;
151 if (options->use_pam == -1)
152 options->use_pam = 0;
345 #ifdef USE_PAM
762 intptr = &options->use_pam;
    [all...]
sshd.c     [all...]
auth-pam.c 61 #ifdef USE_PAM
682 if (!options.use_pam || sshpam_account_status == 0)
886 if (!options.use_pam)
1186 if (!options.use_pam || sshpam_handle == NULL)
1221 #endif /* USE_PAM */
monitor_wrap.c 772 #ifdef USE_PAM
779 if (!options.use_pam)
796 if (!options.use_pam)
902 #endif /* USE_PAM */
    [all...]
  /external/ppp/pppd/
Makefile.linux 64 #USE_PAM=y
138 ifdef USE_PAM
auth.c 94 #ifdef USE_PAM
    [all...]

Completed in 977 milliseconds