Changeset 221 in openpam
- Timestamp:
- May 13, 2003, 2:54:04 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/su/Makefile
r219 r221 1 1 #- 2 # Copyright (c) 2002 Networks Associates Technology, Inc.2 # Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 # All rights reserved. 4 4 # … … 33 33 # SUCH DAMAGE. 34 34 # 35 # $P4: //depot/projects/openpam/bin/su/Makefile# 6$35 # $P4: //depot/projects/openpam/bin/su/Makefile#7 $ 36 36 # 37 37 -
trunk/bin/su/su.c
r215 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/bin/su/su.c# 9$34 * $P4: //depot/projects/openpam/bin/su/su.c#10 $ 35 35 */ 36 36 -
trunk/include/security/openpam_version.h
r213 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/include/security/openpam_version.h# 7$34 * $P4: //depot/projects/openpam/include/security/openpam_version.h#8 $ 35 35 */ 36 36 -
trunk/include/security/pam_appl.h
r211 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/include/security/pam_appl.h#1 1$34 * $P4: //depot/projects/openpam/include/security/pam_appl.h#12 $ 35 35 */ 36 36 -
trunk/include/security/pam_constants.h
r207 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/include/security/pam_constants.h#2 0$34 * $P4: //depot/projects/openpam/include/security/pam_constants.h#21 $ 35 35 */ 36 36 -
trunk/include/security/pam_types.h
r199 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/include/security/pam_types.h# 9$34 * $P4: //depot/projects/openpam/include/security/pam_types.h#10 $ 35 35 */ 36 36 -
trunk/lib/Makefile
r214 r221 1 1 #- 2 # Copyright (c) 2002 Networks Associates Technology, Inc.2 # Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 # All rights reserved. 4 4 # … … 32 32 # SUCH DAMAGE. 33 33 # 34 # $P4: //depot/projects/openpam/lib/Makefile#1 7$34 # $P4: //depot/projects/openpam/lib/Makefile#18 $ 35 35 # 36 36 -
trunk/lib/openpam_borrow_cred.c
r201 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_borrow_cred.c# 4$34 * $P4: //depot/projects/openpam/lib/openpam_borrow_cred.c#5 $ 35 35 */ 36 36 -
trunk/lib/openpam_dispatch.c
r210 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_dispatch.c# 19$34 * $P4: //depot/projects/openpam/lib/openpam_dispatch.c#20 $ 35 35 */ 36 36 -
trunk/lib/openpam_dynamic.c
r216 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_dynamic.c# 8$34 * $P4: //depot/projects/openpam/lib/openpam_dynamic.c#9 $ 35 35 */ 36 36 -
trunk/lib/openpam_findenv.c
r200 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_findenv.c#1 0$34 * $P4: //depot/projects/openpam/lib/openpam_findenv.c#11 $ 35 35 */ 36 36 -
trunk/lib/openpam_get_option.c
r200 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_get_option.c# 6$34 * $P4: //depot/projects/openpam/lib/openpam_get_option.c#7 $ 35 35 */ 36 36 -
trunk/lib/openpam_impl.h
r209 r221 1 1 /*- 2 * Copyright (c) 2001 Networks Associates Technology, Inc.2 * Copyright (c) 2001-2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_impl.h#2 1$34 * $P4: //depot/projects/openpam/lib/openpam_impl.h#22 $ 35 35 */ 36 36 -
trunk/lib/openpam_log.c
r209 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_log.c#1 8$34 * $P4: //depot/projects/openpam/lib/openpam_log.c#19 $ 35 35 */ 36 36 -
trunk/lib/openpam_restore_cred.c
r202 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_restore_cred.c# 4$34 * $P4: //depot/projects/openpam/lib/openpam_restore_cred.c#5 $ 35 35 */ 36 36 -
trunk/lib/openpam_set_option.c
r200 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_set_option.c# 7$34 * $P4: //depot/projects/openpam/lib/openpam_set_option.c#8 $ 35 35 */ 36 36 -
trunk/lib/openpam_ttyconv.c
r192 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#1 5$34 * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#16 $ 35 35 */ 36 36 -
trunk/lib/pam_acct_mgmt.c
r203 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_acct_mgmt.c#1 1$34 * $P4: //depot/projects/openpam/lib/pam_acct_mgmt.c#12 $ 35 35 */ 36 36 -
trunk/lib/pam_authenticate.c
r203 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_authenticate.c#1 3$34 * $P4: //depot/projects/openpam/lib/pam_authenticate.c#14 $ 35 35 */ 36 36 -
trunk/lib/pam_chauthtok.c
r203 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_chauthtok.c#1 4$34 * $P4: //depot/projects/openpam/lib/pam_chauthtok.c#15 $ 35 35 */ 36 36 -
trunk/lib/pam_close_session.c
r203 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_close_session.c#1 1$34 * $P4: //depot/projects/openpam/lib/pam_close_session.c#12 $ 35 35 */ 36 36 -
trunk/lib/pam_get_authtok.c
r203 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#2 1$34 * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#22 $ 35 35 */ 36 36 -
trunk/lib/pam_get_data.c
r200 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_data.c#1 0$34 * $P4: //depot/projects/openpam/lib/pam_get_data.c#11 $ 35 35 */ 36 36 -
trunk/lib/pam_get_item.c
r200 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_item.c#1 5$34 * $P4: //depot/projects/openpam/lib/pam_get_item.c#16 $ 35 35 */ 36 36 -
trunk/lib/pam_get_user.c
r203 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_get_user.c#1 4$34 * $P4: //depot/projects/openpam/lib/pam_get_user.c#15 $ 35 35 */ 36 36 -
trunk/lib/pam_getenv.c
r211 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_getenv.c#1 3$34 * $P4: //depot/projects/openpam/lib/pam_getenv.c#14 $ 35 35 */ 36 36 -
trunk/lib/pam_open_session.c
r203 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_open_session.c#1 1$34 * $P4: //depot/projects/openpam/lib/pam_open_session.c#12 $ 35 35 */ 36 36 -
trunk/lib/pam_set_data.c
r200 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_set_data.c#1 2$34 * $P4: //depot/projects/openpam/lib/pam_set_data.c#13 $ 35 35 */ 36 36 -
trunk/lib/pam_set_item.c
r206 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_set_item.c#1 8$34 * $P4: //depot/projects/openpam/lib/pam_set_item.c#19 $ 35 35 */ 36 36 -
trunk/lib/pam_setcred.c
r203 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_setcred.c#1 2$34 * $P4: //depot/projects/openpam/lib/pam_setcred.c#13 $ 35 35 */ 36 36 -
trunk/lib/pam_vprompt.c
r205 r221 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technology, Inc.2 * Copyright (c) 2002,2003 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/pam_vprompt.c# 9$34 * $P4: //depot/projects/openpam/lib/pam_vprompt.c#10 $ 35 35 */ 36 36 -
trunk/misc/gendoc.pl
r195 r221 1 1 #!/usr/bin/perl -w 2 2 #- 3 # Copyright (c) 2002 Networks Associates Technology, Inc.3 # Copyright (c) 2002,2003 Networks Associates Technology, Inc. 4 4 # All rights reserved. 5 5 # … … 33 33 # SUCH DAMAGE. 34 34 # 35 # $P4: //depot/projects/openpam/misc/gendoc.pl# 19$35 # $P4: //depot/projects/openpam/misc/gendoc.pl#20 $ 36 36 # 37 37 … … 43 43 44 44 $COPYRIGHT = ".\\\"- 45 .\\\" Copyright (c) 200 2Networks Associates Technology, Inc.45 .\\\" Copyright (c) 2001-2003 Networks Associates Technology, Inc. 46 46 .\\\" All rights reserved. 47 47 .\\\"
Note: See TracChangeset
for help on using the changeset viewer.