Changeset 9 in openpam
- Timestamp:
- 02/01/02 20:41:47 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 edited
-
include/security/openpam.h (added)
-
lib/Makefile (modified) (1 diff)
-
lib/openpam.h (modified) (2 diffs)
-
lib/openpam_ttyconv.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile
r8 r9 46 46 SRCS += openpam_dispatch.c 47 47 SRCS += openpam_log.c 48 SRCS += openpam_ttyconv.c 48 49 SRCS += pam_acct_mgmt.c 49 50 SRCS += pam_authenticate.c -
trunk/lib/openpam.h
r1 r9 37 37 #ifndef _OPENPAM_H_INCLUDED 38 38 #define _OPENPAM_H_INCLUDED 39 40 #include <security/openpam.h> 39 41 40 42 /* … … 107 109 108 110 int openpam_dispatch(pam_handle_t *, int, int); 109 110 #define PAM_LOG_DEBUG 0111 #define PAM_LOG_VERBOSE 1112 #define PAM_LOG_NOTICE 2113 #define PAM_LOG_ERROR 3114 115 void openpam_log(int, const char *, ...);116 117 111 int openpam_findenv(pam_handle_t *, const char *, size_t); 118 112
Note: See TracChangeset
for help on using the changeset viewer.