Searched refs:PAM_REPOSITORY (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/lib/libpam/ |
H A D | pam_appl.h | 213 #define PAM_REPOSITORY 10 /* The repository to be updated */ macro
|
H A D | pam_framework.c | 465 case PAM_REPOSITORY: in pam_set_item() 509 case PAM_REPOSITORY: in pam_set_item() 582 case PAM_REPOSITORY: in pam_get_item() 2519 auth_rep = pamh->ps_item[PAM_REPOSITORY].pi_addr; in clean_up()
|
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/ |
H A D | passwd_auth.c | 129 res = pam_get_item(pamh, PAM_REPOSITORY, (const void **)&auth_rep); in pam_sm_authenticate()
|
/illumos-gate/usr/src/lib/pam_modules/unix_auth/ |
H A D | unix_auth.c | 194 result = pam_get_item(pamh, PAM_REPOSITORY, (const void **)&auth_rep); in pam_sm_authenticate()
|
/illumos-gate/usr/src/lib/pam_modules/authtok_store/ |
H A D | authtok_store.c | 189 res = pam_get_item(pamh, PAM_REPOSITORY, (const void **)&auth_rep);
|
/illumos-gate/usr/src/lib/pam_modules/authtok_get/ |
H A D | authtok_get.c | 270 res = pam_get_item(pamh, PAM_REPOSITORY, (const void **)&auth_rep); in pam_sm_authenticate()
|
/illumos-gate/usr/src/lib/pam_modules/authtok_check/ |
H A D | authtok_check.c | 262 (void) pam_get_item(pamh, PAM_REPOSITORY, (const void **)&pam_rep); in get_passwd_defaults() 854 (void) pam_get_item(pamh, PAM_REPOSITORY, (const void **)&pwd_rep); in pam_sm_chauthtok()
|
/illumos-gate/usr/src/lib/pam_modules/krb5/ |
H A D | krb5_acct_mgmt.c | 334 (void) pam_get_item(pamh, PAM_REPOSITORY, (const void **)&rep_data); in pam_sm_acct_mgmt()
|
H A D | krb5_password.c | 178 (void) pam_get_item(pamh, PAM_REPOSITORY, (const void **)&rep_data); in pam_sm_chauthtok()
|
H A D | krb5_setcred.c | 213 (void) pam_get_item(pamh, PAM_REPOSITORY, (const void **)&rep_data); in pam_sm_setcred()
|
H A D | krb5_authenticate.c | 273 (void) pam_get_item(pamh, PAM_REPOSITORY, (const void **)&rep_data); in pam_sm_authenticate()
|
/illumos-gate/usr/src/lib/pam_modules/dhkeys/ |
H A D | dhkeys.c | 441 (void) pam_get_item(pamh, PAM_REPOSITORY, (const void **)&auth_rep); in remove_key()
|
/illumos-gate/usr/src/lib/pam_modules/unix_account/ |
H A D | unix_acct.c | 329 if ((error = pam_get_item(pamh, PAM_REPOSITORY, in pam_sm_acct_mgmt()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rshd.c | 756 (void) pam_set_item(pamh, PAM_REPOSITORY, in doit()
|
/illumos-gate/usr/src/cmd/passwd/ |
H A D | passwd.c | 308 if (pam_set_item(pamh, PAM_REPOSITORY, (void *)&auth_rep) in main()
|
/illumos-gate/usr/src/cmd/login/ |
H A D | login.c | 494 (void) pam_set_item(pamh, PAM_REPOSITORY, in main()
|