Home
last modified time | relevance | path

Searched refs:PAM_REPOSITORY (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libpam/
H A Dpam_appl.h203 #define PAM_REPOSITORY 10 /* The repository to be updated */ macro
H A Dpam_framework.c464 case PAM_REPOSITORY: in pam_set_item()
508 case PAM_REPOSITORY: in pam_set_item()
581 case PAM_REPOSITORY: in pam_get_item()
2516 auth_rep = pamh->ps_item[PAM_REPOSITORY].pi_addr; in clean_up()
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c126 res = pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep); in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c185 res = pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep);
/illumos-gate/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c191 result = pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep); in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c269 res = pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep); in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c261 (void) pam_get_item(pamh, PAM_REPOSITORY, (void **)&pam_rep); in get_passwd_defaults()
846 (void) pam_get_item(pamh, PAM_REPOSITORY, (void **)&pwd_rep); in pam_sm_chauthtok()
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_acct_mgmt.c337 (void) pam_get_item(pamh, PAM_REPOSITORY, (void **)&rep_data); in pam_sm_acct_mgmt()
H A Dkrb5_password.c180 (void) pam_get_item(pamh, PAM_REPOSITORY, (void **)&rep_data); in pam_sm_chauthtok()
H A Dkrb5_setcred.c215 (void) pam_get_item(pamh, PAM_REPOSITORY, (void **)&rep_data); in pam_sm_setcred()
H A Dkrb5_authenticate.c275 (void) pam_get_item(pamh, PAM_REPOSITORY, (void **)&rep_data); in pam_sm_authenticate()
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c439 (void) pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep); in remove_key()
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c329 if ((error = pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep)) in pam_sm_acct_mgmt()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c756 (void) pam_set_item(pamh, PAM_REPOSITORY, in doit()
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c306 if (pam_set_item(pamh, PAM_REPOSITORY, (void *)&auth_rep) in main()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c492 (void) pam_set_item(pamh, PAM_REPOSITORY, in main()