| /src/external/bsd/openpam/dist/lib/libpam/ |
| pam_authenticate.c | 1 /* $NetBSD: pam_authenticate.c,v 1.4 2023/06/30 21:46:21 christos Exp $ */ 43 __RCSID("$NetBSD: pam_authenticate.c,v 1.4 2023/06/30 21:46:21 christos Exp $"); 59 pam_authenticate(pam_handle_t *pamh, function 82 * The =pam_authenticate function attempts to authenticate the user 85 * The application is free to call =pam_authenticate as many times as it 97 * If any other bits are set, =pam_authenticate will return
|
| pam_authenticate.c | 1 /* $NetBSD: pam_authenticate.c,v 1.4 2023/06/30 21:46:21 christos Exp $ */ 43 __RCSID("$NetBSD: pam_authenticate.c,v 1.4 2023/06/30 21:46:21 christos Exp $"); 59 pam_authenticate(pam_handle_t *pamh, function 82 * The =pam_authenticate function attempts to authenticate the user 85 * The application is free to call =pam_authenticate as many times as it 97 * If any other bits are set, =pam_authenticate will return
|
| /src/lib/libpam/libpam/ |
| Makefile | 88 pam_authenticate.c \ 136 pam_authenticate.3 \
|
| Makefile | 88 pam_authenticate.c \ 136 pam_authenticate.3 \
|
| /src/external/bsd/openpam/dist/t/ |
| t_openpam_dispatch.c | 82 pam_err = pam_authenticate(pamh, 0); 83 t_printv("pam_authenticate() returned %d\n", pam_err); 157 pam_err = pam_authenticate(pamh, tc->flags);
|
| t_openpam_dispatch.c | 82 pam_err = pam_authenticate(pamh, 0); 83 t_printv("pam_authenticate() returned %d\n", pam_err); 157 pam_err = pam_authenticate(pamh, tc->flags);
|
| /src/external/bsd/cron/dist/ |
| pam_auth.c | 27 retval = pam_authenticate (pamh, PAM_SILENT); 31 log_it ("CRON", getpid (), "pam_authenticate failed",
|
| pam_auth.c | 27 retval = pam_authenticate (pamh, PAM_SILENT); 31 log_it ("CRON", getpid (), "pam_authenticate failed",
|
| /src/external/bsd/openpam/dist/include/security/ |
| pam_appl.h | 59 pam_authenticate(pam_handle_t *_pamh,
|
| pam_appl.h | 59 pam_authenticate(pam_handle_t *_pamh,
|
| /src/external/bsd/openpam/dist/bin/su/ |
| su.c | 114 if ((pam_err = pam_authenticate(pamh, 0)) != PAM_SUCCESS)
|
| su.c | 114 if ((pam_err = pam_authenticate(pamh, 0)) != PAM_SUCCESS)
|
| /src/usr.bin/lock/ |
| lock.c | 257 pam_err = pam_authenticate(pamh, 0);
|
| lock.c | 257 pam_err = pam_authenticate(pamh, 0);
|
| /src/external/bsd/openpam/dist/bin/pamtest/ |
| pamtest.c | 111 * Wrapper for pam_authenticate(3) 119 pt_verbose("pam_authenticate()"); 120 if ((pame = pam_authenticate(pamh, flags)) != PAM_SUCCESS) 121 pt_error(pame, "pam_authenticate()");
|
| pamtest.c | 111 * Wrapper for pam_authenticate(3) 119 pt_verbose("pam_authenticate()"); 120 if ((pame = pam_authenticate(pamh, flags)) != PAM_SUCCESS) 121 pt_error(pame, "pam_authenticate()");
|
| /src/external/bsd/ppp/dist/pppd/ |
| session.c | 240 pam_error = pam_authenticate (pamh, PAM_SILENT);
|
| session.c | 240 pam_error = pam_authenticate (pamh, PAM_SILENT);
|
| /src/libexec/rexecd/ |
| rexecd.c | 237 if (!pam_ok(pam_authenticate(pamh, pam_flags)) ||
|
| rexecd.c | 237 if (!pam_ok(pam_authenticate(pamh, pam_flags)) ||
|
| /src/lib/libtelnet/ |
| sra.c | 581 e = pam_authenticate(pamh, 0);
|
| sra.c | 581 e = pam_authenticate(pamh, 0);
|
| /src/usr.bin/login/ |
| login_pam.c | 322 switch(pam_err = pam_authenticate(pamh, pam_silent)) { 374 PAM_END("pam_authenticate");
|
| login_pam.c | 322 switch(pam_err = pam_authenticate(pamh, pam_silent)) { 374 PAM_END("pam_authenticate");
|
| /src/usr.bin/su/ |
| su_pam.c | 253 if ((pam_err = pam_authenticate(pamh, 0)) != PAM_SUCCESS) { 277 * pam_authenticate might have changed the target user.
|