Changeset 93 in openpam for trunk/modules
- Timestamp:
- Mar 7, 2002, 6:12:45 PM (19 years ago)
- Location:
- trunk/modules
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/Makefile
r86 r93 1 1 #- 2 # Copyright (c) 2002 Networks Associates Technolog ies, Inc.2 # Copyright (c) 2002 Networks Associates Technology, Inc. 3 3 # All rights reserved. 4 4 # … … 32 32 # SUCH DAMAGE. 33 33 # 34 # $P4: //depot/projects/openpam/modules/Makefile# 4$34 # $P4: //depot/projects/openpam/modules/Makefile#5 $ 35 35 # 36 36 -
trunk/modules/pam_deny/Makefile
r86 r93 1 1 #- 2 # Copyright (c) 2002 Networks Associates Technolog ies, Inc.2 # Copyright (c) 2002 Networks Associates Technology, Inc. 3 3 # All rights reserved. 4 4 # … … 32 32 # SUCH DAMAGE. 33 33 # 34 # $P4: //depot/projects/openpam/modules/pam_deny/Makefile# 3$34 # $P4: //depot/projects/openpam/modules/pam_deny/Makefile#4 $ 35 35 # 36 36 -
trunk/modules/pam_deny/pam_deny.c
r86 r93 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technolog ies, Inc.2 * Copyright (c) 2002 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/modules/pam_deny/pam_deny.c# 5$34 * $P4: //depot/projects/openpam/modules/pam_deny/pam_deny.c#6 $ 35 35 */ 36 36 -
trunk/modules/pam_dummy/Makefile
r86 r93 1 1 #- 2 # Copyright (c) 2002 Networks Associates Technolog ies, Inc.2 # Copyright (c) 2002 Networks Associates Technology, Inc. 3 3 # All rights reserved. 4 4 # … … 32 32 # SUCH DAMAGE. 33 33 # 34 # $P4: //depot/projects/openpam/modules/pam_dummy/Makefile# 2$34 # $P4: //depot/projects/openpam/modules/pam_dummy/Makefile#3 $ 35 35 # 36 36 -
trunk/modules/pam_dummy/pam_dummy.c
r86 r93 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technolog ies, Inc.2 * Copyright (c) 2002 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/modules/pam_dummy/pam_dummy.c# 3$34 * $P4: //depot/projects/openpam/modules/pam_dummy/pam_dummy.c#4 $ 35 35 */ 36 36 -
trunk/modules/pam_permit/Makefile
r86 r93 1 1 #- 2 # Copyright (c) 2002 Networks Associates Technolog ies, Inc.2 # Copyright (c) 2002 Networks Associates Technology, Inc. 3 3 # All rights reserved. 4 4 # … … 32 32 # SUCH DAMAGE. 33 33 # 34 # $P4: //depot/projects/openpam/modules/pam_permit/Makefile# 3$34 # $P4: //depot/projects/openpam/modules/pam_permit/Makefile#4 $ 35 35 # 36 36 -
trunk/modules/pam_permit/pam_permit.c
r86 r93 1 1 /*- 2 * Copyright (c) 2002 Networks Associates Technolog ies, Inc.2 * Copyright (c) 2002 Networks Associates Technology, Inc. 3 3 * All rights reserved. 4 4 * … … 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/modules/pam_permit/pam_permit.c# 5$34 * $P4: //depot/projects/openpam/modules/pam_permit/pam_permit.c#6 $ 35 35 */ 36 36
Note: See TracChangeset
for help on using the changeset viewer.