Changeset 444 in openpam
- Timestamp:
- Oct 22, 2011, 1:03:23 AM (9 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/pam_get_data.c
r437 r444 85 85 * A pointer to the object is stored in the location pointed to by the 86 86 * =data argument. 87 * If =pam_get_data fails, the =data argument is untouched. 87 88 * 88 89 * This function and its counterpart =pam_set_data are useful for managing -
trunk/lib/pam_get_item.c
r443 r444 109 109 /** 110 110 * The =pam_get_item function stores a pointer to the item specified by 111 * the =item_type argument in the location specifiedby the =item111 * the =item_type argument in the location pointed to by the =item 112 112 * argument. 113 113 * The item is retrieved from the PAM context specified by the =pamh 114 114 * argument. 115 * If =pam_get_item fails, the =item argument is untouched. 116 * 115 117 * The following item types are recognized: 116 118 *
Note: See TracChangeset
for help on using the changeset viewer.