Changeset 129 in openpam
- Timestamp:
- 04/17/02 06:46:51 (11 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
-
MANIFEST (modified) (2 diffs)
-
include/security/openpam.h (modified) (2 diffs)
-
lib/Makefile (modified) (2 diffs)
-
lib/openpam_nullconv.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MANIFEST
r116 r129 1 1 # 2 # $P4: //depot/projects/openpam/MANIFEST# 7$2 # $P4: //depot/projects/openpam/MANIFEST#8 $ 3 3 # 4 4 CREDITS … … 71 71 lib/openpam_load.c 72 72 lib/openpam_log.c 73 lib/openpam_nullconv.c 73 74 lib/openpam_restore_cred.c 74 75 lib/openpam_set_option.c -
trunk/include/security/openpam.h
r128 r129 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/include/security/openpam.h#1 8$34 * $P4: //depot/projects/openpam/include/security/openpam.h#19 $ 35 35 */ 36 36 … … 160 160 struct pam_response; 161 161 int openpam_ttyconv(int _n, 162 const struct pam_message **_msg, 163 struct pam_response **_resp, 164 void *_data); 165 166 /* 167 * Null conversation function 168 */ 169 int openpam_nullconv(int _n, 162 170 const struct pam_message **_msg, 163 171 struct pam_response **_resp, -
trunk/lib/Makefile
r112 r129 32 32 # SUCH DAMAGE. 33 33 # 34 # $P4: //depot/projects/openpam/lib/Makefile#1 4$34 # $P4: //depot/projects/openpam/lib/Makefile#15 $ 35 35 # 36 36 … … 54 54 SRCS += openpam_load.c 55 55 SRCS += openpam_log.c 56 SRCS += openpam_nullconv.c 56 57 SRCS += openpam_restore_cred.c 57 58 SRCS += openpam_set_option.c
Note: See TracChangeset
for help on using the changeset viewer.