Changeset 74 in openpam
- Timestamp:
- 02/22/02 21:33:49 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
-
doc/man/Makefile (modified) (1 diff)
-
include/security/openpam.h (modified) (1 diff)
-
lib/Makefile (modified) (1 diff)
-
lib/openpam_get_option.c (added)
-
lib/openpam_set_option.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/man/Makefile
r65 r74 36 36 37 37 MAN = 38 MAN += openpam_get_option.3 39 MAN += openpam_log.3 40 MAN += openpam_set_option.3 41 MAN += openpam_ttyconv.3 38 42 MAN += pam.3 39 43 MAN += pam_acct_mgmt.3 -
trunk/include/security/openpam.h
r70 r74 50 50 * API extensions 51 51 */ 52 const char * 53 openpam_get_option(pam_handle_t *_pamh, 54 const char *_option); 55 56 int 57 openpam_set_option(pam_handle_t *_pamh, 58 const char *_option, 59 const char *_value); 60 52 61 int 53 62 pam_error(pam_handle_t *_pamh, -
trunk/lib/Makefile
r70 r74 46 46 SRCS += openpam_dispatch.c 47 47 SRCS += openpam_findenv.c 48 SRCS += openpam_get_option.c 48 49 SRCS += openpam_load.c 49 50 SRCS += openpam_log.c 51 SRCS += openpam_set_option.c 50 52 SRCS += openpam_static.c 51 53 SRCS += openpam_ttyconv.c
Note: See TracChangeset
for help on using the changeset viewer.