Searched refs:PAM_BAD_ITEM (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/pam-krb5/tests/pam-util/ |
| H A D | fakepam-t.c | 66 is_int(PAM_BAD_ITEM, pam_putenv(pamh, "TEST"), "delete when NULL"); in main() 88 is_int(PAM_BAD_ITEM, pam_putenv(pamh, "BAZ"), "putenv nonexistent delete"); in main() 93 is_int(PAM_BAD_ITEM, pam_putenv(pamh, "FO"), "putenv delete FO"); in main()
|
| /freebsd/contrib/pam-krb5/tests/fakepam/ |
| H A D | data.c | 117 return PAM_BAD_ITEM; in pam_get_item() 141 return PAM_BAD_ITEM; in pam_get_item() 187 return PAM_BAD_ITEM; in pam_set_item() 302 return PAM_BAD_ITEM; in pam_putenv() 335 return PAM_BAD_ITEM; in pam_putenv()
|
| /freebsd/contrib/pam-krb5/portable/ |
| H A D | pam.h | 82 #ifndef PAM_BAD_ITEM 83 # define PAM_BAD_ITEM PAM_SYMBOL_ERR macro
|
| /freebsd/contrib/openpam/lib/libpam/ |
| H A D | pam_set_item.c | 71 RETURNC(PAM_BAD_ITEM); in pam_set_item() 95 RETURNC(PAM_BAD_ITEM); in pam_set_item()
|
| H A D | openpam_constants.c | 76 [PAM_BAD_ITEM] = "PAM_BAD_ITEM", 113 [PAM_BAD_ITEM] = "Unrecognized or restricted item",
|
| H A D | pam_get_item.c | 77 RETURNC(PAM_BAD_ITEM); in pam_get_item()
|
| /freebsd/contrib/openpam/include/security/ |
| H A D | pam_constants.h | 80 PAM_BAD_ITEM = 31, /* OpenPAM extension */ enumerator
|
| /freebsd/contrib/openpam/misc/ |
| H A D | gendoc.pl | 95 PAM_BAD_ITEM => "Unrecognized or restricted item",
|
| /freebsd/contrib/openpam/ |
| H A D | HISTORY | 42 - ENHANCE: Introduce the PAM_BAD_ITEM, PAM_BAD_FEATURE and
|