- Timestamp:
- Jun 7, 2002, 6:22:57 PM (18 years ago)
- Location:
- trunk/lib
- Files:
-
- 57 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile
r129 r157 4 4 # 5 5 # This software was developed for the FreeBSD Project by ThinkSec AS and 6 # N AI Labs, the Security Research Division of Network Associates, Inc.7 # under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 # DARPA CHATS research program.6 # Network Associates Laboratories, the Security Research Division of 7 # Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 # ("CBOSS"), as part of the DARPA CHATS research program. 9 9 # 10 10 # Redistribution and use in source and binary forms, with or without … … 32 32 # SUCH DAMAGE. 33 33 # 34 # $P4: //depot/projects/openpam/lib/Makefile#1 5$34 # $P4: //depot/projects/openpam/lib/Makefile#16 $ 35 35 # 36 36 -
trunk/lib/openpam_borrow_cred.c
r106 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_borrow_cred.c# 1$34 * $P4: //depot/projects/openpam/lib/openpam_borrow_cred.c#2 $ 35 35 */ 36 36 -
trunk/lib/openpam_configure.c
r142 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_configure.c# 3$34 * $P4: //depot/projects/openpam/lib/openpam_configure.c#4 $ 35 35 */ 36 36 -
trunk/lib/openpam_dispatch.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_dispatch.c#1 4$34 * $P4: //depot/projects/openpam/lib/openpam_dispatch.c#15 $ 35 35 */ 36 36 -
trunk/lib/openpam_dynamic.c
r136 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_dynamic.c# 5$34 * $P4: //depot/projects/openpam/lib/openpam_dynamic.c#6 $ 35 35 */ 36 36 -
trunk/lib/openpam_findenv.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_findenv.c# 7$34 * $P4: //depot/projects/openpam/lib/openpam_findenv.c#8 $ 35 35 */ 36 36 -
trunk/lib/openpam_free_data.c
r106 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_free_data.c# 1$34 * $P4: //depot/projects/openpam/lib/openpam_free_data.c#2 $ 35 35 */ 36 36 -
trunk/lib/openpam_get_option.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_get_option.c# 3$34 * $P4: //depot/projects/openpam/lib/openpam_get_option.c#4 $ 35 35 */ 36 36 -
trunk/lib/openpam_impl.h
r137 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_impl.h#1 4$34 * $P4: //depot/projects/openpam/lib/openpam_impl.h#15 $ 35 35 */ 36 36 -
trunk/lib/openpam_load.c
r137 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_load.c#1 3$34 * $P4: //depot/projects/openpam/lib/openpam_load.c#14 $ 35 35 */ 36 36 -
trunk/lib/openpam_log.c
r151 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_log.c#1 4$34 * $P4: //depot/projects/openpam/lib/openpam_log.c#15 $ 35 35 */ 36 36 -
trunk/lib/openpam_nullconv.c
r145 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_nullconv.c# 2$34 * $P4: //depot/projects/openpam/lib/openpam_nullconv.c#3 $ 35 35 */ 36 36 -
trunk/lib/openpam_restore_cred.c
r106 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_restore_cred.c# 1$34 * $P4: //depot/projects/openpam/lib/openpam_restore_cred.c#2 $ 35 35 */ 36 36 -
trunk/lib/openpam_set_option.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_set_option.c# 4$34 * $P4: //depot/projects/openpam/lib/openpam_set_option.c#5 $ 35 35 */ 36 36 -
trunk/lib/openpam_static.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_static.c# 4$34 * $P4: //depot/projects/openpam/lib/openpam_static.c#5 $ 35 35 */ 36 36 -
trunk/lib/openpam_ttyconv.c
r145 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#1 1$34 * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#12 $ 35 35 */ 36 36 -
trunk/lib/pam_acct_mgmt.c
r115 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_acct_mgmt.c# 8$34 * $P4: //depot/projects/openpam/lib/pam_acct_mgmt.c#9 $ 35 35 */ 36 36 -
trunk/lib/pam_authenticate.c
r115 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_authenticate.c#1 0$34 * $P4: //depot/projects/openpam/lib/pam_authenticate.c#11 $ 35 35 */ 36 36 -
trunk/lib/pam_authenticate_secondary.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_authenticate_secondary.c# 5$34 * $P4: //depot/projects/openpam/lib/pam_authenticate_secondary.c#6 $ 35 35 */ 36 36 -
trunk/lib/pam_chauthtok.c
r115 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_chauthtok.c#1 1$34 * $P4: //depot/projects/openpam/lib/pam_chauthtok.c#12 $ 35 35 */ 36 36 -
trunk/lib/pam_close_session.c
r115 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_close_session.c# 8$34 * $P4: //depot/projects/openpam/lib/pam_close_session.c#9 $ 35 35 */ 36 36 -
trunk/lib/pam_end.c
r137 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_end.c# 9$34 * $P4: //depot/projects/openpam/lib/pam_end.c#10 $ 35 35 */ 36 36 -
trunk/lib/pam_error.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_error.c# 6$34 * $P4: //depot/projects/openpam/lib/pam_error.c#7 $ 35 35 */ 36 36 -
trunk/lib/pam_get_authtok.c
r147 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#1 8$34 * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#19 $ 35 35 */ 36 36 -
trunk/lib/pam_get_data.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_data.c# 7$34 * $P4: //depot/projects/openpam/lib/pam_get_data.c#8 $ 35 35 */ 36 36 -
trunk/lib/pam_get_item.c
r100 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_item.c#1 1$34 * $P4: //depot/projects/openpam/lib/pam_get_item.c#12 $ 35 35 */ 36 36 -
trunk/lib/pam_get_mapped_authtok.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_mapped_authtok.c# 5$34 * $P4: //depot/projects/openpam/lib/pam_get_mapped_authtok.c#6 $ 35 35 */ 36 36 -
trunk/lib/pam_get_mapped_username.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_mapped_username.c# 5$34 * $P4: //depot/projects/openpam/lib/pam_get_mapped_username.c#6 $ 35 35 */ 36 36 -
trunk/lib/pam_get_user.c
r101 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_user.c#1 1$34 * $P4: //depot/projects/openpam/lib/pam_get_user.c#12 $ 35 35 */ 36 36 -
trunk/lib/pam_getenv.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_getenv.c# 6$34 * $P4: //depot/projects/openpam/lib/pam_getenv.c#7 $ 35 35 */ 36 36 -
trunk/lib/pam_getenvlist.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_getenvlist.c# 8$34 * $P4: //depot/projects/openpam/lib/pam_getenvlist.c#9 $ 35 35 */ 36 36 … … 89 89 * 90 90 * char **envlist, **env; 91 * 91 * 92 92 * envlist = environ; 93 93 * environ = pam_getenvlist(pamh); -
trunk/lib/pam_info.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_info.c# 6$34 * $P4: //depot/projects/openpam/lib/pam_info.c#7 $ 35 35 */ 36 36 -
trunk/lib/pam_open_session.c
r115 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_open_session.c# 8$34 * $P4: //depot/projects/openpam/lib/pam_open_session.c#9 $ 35 35 */ 36 36 -
trunk/lib/pam_prompt.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_prompt.c# 6$34 * $P4: //depot/projects/openpam/lib/pam_prompt.c#7 $ 35 35 */ 36 36 -
trunk/lib/pam_putenv.c
r99 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_putenv.c# 7$34 * $P4: //depot/projects/openpam/lib/pam_putenv.c#8 $ 35 35 */ 36 36 -
trunk/lib/pam_set_data.c
r98 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_set_data.c# 9$34 * $P4: //depot/projects/openpam/lib/pam_set_data.c#10 $ 35 35 */ 36 36 -
trunk/lib/pam_set_item.c
r100 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_set_item.c#1 3$34 * $P4: //depot/projects/openpam/lib/pam_set_item.c#14 $ 35 35 */ 36 36 -
trunk/lib/pam_set_mapped_authtok.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_set_mapped_authtok.c# 5$34 * $P4: //depot/projects/openpam/lib/pam_set_mapped_authtok.c#6 $ 35 35 */ 36 36 -
trunk/lib/pam_set_mapped_username.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_set_mapped_username.c# 5$34 * $P4: //depot/projects/openpam/lib/pam_set_mapped_username.c#6 $ 35 35 */ 36 36 -
trunk/lib/pam_setcred.c
r115 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_setcred.c# 9$34 * $P4: //depot/projects/openpam/lib/pam_setcred.c#10 $ 35 35 */ 36 36 -
trunk/lib/pam_setenv.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_setenv.c# 6$34 * $P4: //depot/projects/openpam/lib/pam_setenv.c#7 $ 35 35 */ 36 36 -
trunk/lib/pam_sm_acct_mgmt.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_sm_acct_mgmt.c# 3$34 * $P4: //depot/projects/openpam/lib/pam_sm_acct_mgmt.c#4 $ 35 35 */ 36 36 -
trunk/lib/pam_sm_authenticate.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_sm_authenticate.c# 3$34 * $P4: //depot/projects/openpam/lib/pam_sm_authenticate.c#4 $ 35 35 */ 36 36 -
trunk/lib/pam_sm_authenticate_secondary.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_sm_authenticate_secondary.c# 3$34 * $P4: //depot/projects/openpam/lib/pam_sm_authenticate_secondary.c#4 $ 35 35 */ 36 36 -
trunk/lib/pam_sm_chauthtok.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_sm_chauthtok.c# 4$34 * $P4: //depot/projects/openpam/lib/pam_sm_chauthtok.c#5 $ 35 35 */ 36 36 -
trunk/lib/pam_sm_close_session.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_sm_close_session.c# 3$34 * $P4: //depot/projects/openpam/lib/pam_sm_close_session.c#4 $ 35 35 */ 36 36 -
trunk/lib/pam_sm_get_mapped_authtok.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_sm_get_mapped_authtok.c# 3$34 * $P4: //depot/projects/openpam/lib/pam_sm_get_mapped_authtok.c#4 $ 35 35 */ 36 36 -
trunk/lib/pam_sm_get_mapped_username.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_sm_get_mapped_username.c# 3$34 * $P4: //depot/projects/openpam/lib/pam_sm_get_mapped_username.c#4 $ 35 35 */ 36 36 -
trunk/lib/pam_sm_open_session.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_sm_open_session.c# 3$34 * $P4: //depot/projects/openpam/lib/pam_sm_open_session.c#4 $ 35 35 */ 36 36 -
trunk/lib/pam_sm_set_mapped_authtok.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_sm_set_mapped_authtok.c# 3$34 * $P4: //depot/projects/openpam/lib/pam_sm_set_mapped_authtok.c#4 $ 35 35 */ 36 36 -
trunk/lib/pam_sm_set_mapped_username.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_sm_set_mapped_username.c# 3$34 * $P4: //depot/projects/openpam/lib/pam_sm_set_mapped_username.c#4 $ 35 35 */ 36 36 -
trunk/lib/pam_sm_setcred.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_sm_setcred.c# 3$34 * $P4: //depot/projects/openpam/lib/pam_sm_setcred.c#4 $ 35 35 */ 36 36 -
trunk/lib/pam_start.c
r153 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_start.c#1 5$34 * $P4: //depot/projects/openpam/lib/pam_start.c#16 $ 35 35 */ 36 36 -
trunk/lib/pam_strerror.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_strerror.c# 9$34 * $P4: //depot/projects/openpam/lib/pam_strerror.c#10 $ 35 35 */ 36 36 -
trunk/lib/pam_verror.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_verror.c# 5$34 * $P4: //depot/projects/openpam/lib/pam_verror.c#6 $ 35 35 */ 36 36 -
trunk/lib/pam_vinfo.c
r93 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_vinfo.c# 5$34 * $P4: //depot/projects/openpam/lib/pam_vinfo.c#6 $ 35 35 */ 36 36 … … 50 50 pam_vinfo(pam_handle_t *pamh, 51 51 const char *fmt, 52 52 va_list ap) 53 53 { 54 54 char *rsp; -
trunk/lib/pam_vprompt.c
r130 r157 4 4 * 5 5 * This software was developed for the FreeBSD Project by ThinkSec AS and 6 * N AI Labs, the Security Research Division of Network Associates, Inc.7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the8 * DARPA CHATS research program.6 * Network Associates Laboratories, the Security Research Division of 7 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 8 * ("CBOSS"), as part of the DARPA CHATS research program. 9 9 * 10 10 * Redistribution and use in source and binary forms, with or without … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_vprompt.c# 6$34 * $P4: //depot/projects/openpam/lib/pam_vprompt.c#7 $ 35 35 */ 36 36
Note: See TracChangeset
for help on using the changeset viewer.