diff options
author | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-04 19:02:33 +0000 |
---|---|---|
committer | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-04 19:02:33 +0000 |
commit | 77b11e3dfdb0f0f83fa531b9bcb7bc0d3243fbae (patch) | |
tree | c9e08ed007a78e975754bf5c595ad0b593db4b52 /libpam | |
parent | 6a36792321ef91dc91c9887d5c56db88e6546047 (diff) | |
download | pam-77b11e3dfdb0f0f83fa531b9bcb7bc0d3243fbae.tar.gz pam-77b11e3dfdb0f0f83fa531b9bcb7bc0d3243fbae.tar.bz2 pam-77b11e3dfdb0f0f83fa531b9bcb7bc0d3243fbae.zip |
Relevant BUGIDs: 124391
Purpose of commit: cleanup
Commit summary:
---------------
* removed unnecessary CVS Log tags from all over the source
Diffstat (limited to 'libpam')
-rw-r--r-- | libpam/include/security/pam_malloc.h | 14 | ||||
-rw-r--r-- | libpam/include/security/pam_modules.h | 26 | ||||
-rw-r--r-- | libpam/pam_auth.c | 10 | ||||
-rw-r--r-- | libpam/pam_delay.c | 10 | ||||
-rw-r--r-- | libpam/pam_item.c | 16 | ||||
-rw-r--r-- | libpam/pam_malloc.c | 28 | ||||
-rw-r--r-- | libpam/pam_map.c | 7 | ||||
-rw-r--r-- | libpam/pam_second.c | 7 | ||||
-rw-r--r-- | libpam/pam_session.c | 16 | ||||
-rw-r--r-- | libpam/pam_strerror.c | 23 | ||||
-rw-r--r-- | libpam/pam_tokens.h | 7 |
11 files changed, 4 insertions, 160 deletions
diff --git a/libpam/include/security/pam_malloc.h b/libpam/include/security/pam_malloc.h index 8daf3f7c..62777ca8 100644 --- a/libpam/include/security/pam_malloc.h +++ b/libpam/include/security/pam_malloc.h @@ -1,15 +1,5 @@ -/* $Id$ - * - * $Log$ - * Revision 1.1 2000/06/20 22:11:23 agmorgan - * Initial revision - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * - * Revision 1.1 1996/11/10 21:23:14 morgan - * Initial revision - * +/* + * $Id$ */ /* diff --git a/libpam/include/security/pam_modules.h b/libpam/include/security/pam_modules.h index 945c1711..b555e8b2 100644 --- a/libpam/include/security/pam_modules.h +++ b/libpam/include/security/pam_modules.h @@ -3,32 +3,6 @@ * * $Id$ * - * This header file documents the PAM SPI --- that is, interface - * between the PAM library and a PAM service library which is called - * by the PAM library. - * - * Note, the copyright information is at end of file. - * - * $Log$ - * Revision 1.1 2000/06/20 22:11:23 agmorgan - * Initial revision - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * - * Revision 1.8 1997/01/04 20:14:42 morgan - * moved PAM_DATA_SILENT to _pam_types.h so applications can use it too - * - * Revision 1.7 1996/11/10 19:57:08 morgan - * pam_get_user prototype. - * - * Revision 1.6 1996/09/05 06:18:45 morgan - * added some data error_status masks, changed prototype for cleanup() - * - * Revision 1.5 1996/06/02 07:58:37 morgan - * altered the way in which modules obtain static prototypes for - * functions - * */ #ifndef _SECURITY_PAM_MODULES_H diff --git a/libpam/pam_auth.c b/libpam/pam_auth.c index c946eaab..8ee14ac0 100644 --- a/libpam/pam_auth.c +++ b/libpam/pam_auth.c @@ -3,16 +3,6 @@ * * $Id$ * - * $Log$ - * Revision 1.1 2000/06/20 22:11:13 agmorgan - * Initial revision - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * - * Revision 1.7 1997/04/05 06:53:52 morgan - * fail-delay changes - * */ #include <stdio.h> diff --git a/libpam/pam_delay.c b/libpam/pam_delay.c index b7c6604d..8884879e 100644 --- a/libpam/pam_delay.c +++ b/libpam/pam_delay.c @@ -6,16 +6,6 @@ * * $Id$ * - * $Log$ - * Revision 1.1 2000/06/20 22:11:14 agmorgan - * Initial revision - * - * Revision 1.2 1999/07/04 23:23:42 morgan - * add appdata_ptr to app callback function - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * */ /* diff --git a/libpam/pam_item.c b/libpam/pam_item.c index f595a0b4..2a545d6f 100644 --- a/libpam/pam_item.c +++ b/libpam/pam_item.c @@ -2,22 +2,6 @@ /* * $Id$ - * - * $Log$ - * Revision 1.1 2000/06/20 22:11:17 agmorgan - * Initial revision - * - * Revision 1.3 1999/11/08 05:41:05 morgan - * pam_log - extra paranoia - * otherwise debugging changes - * - * Revision 1.2 1998/12/27 04:34:22 morgan - * reverting logging functions within libpam. Gone are the externally - * advertised API replaced by a more simple (libpam internal) one. - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * */ #include <ctype.h> diff --git a/libpam/pam_malloc.c b/libpam/pam_malloc.c index 6b888747..c24ded68 100644 --- a/libpam/pam_malloc.c +++ b/libpam/pam_malloc.c @@ -1,33 +1,5 @@ /* * $Id$ - * - * $Log$ - * Revision 1.2 2000/12/04 18:31:56 baggins - * - * Relevant BUGIDs: 124385 - * - * Purpose of commit: security - * - * Commit summary: - * --------------- - * * use O_NOFOLLOW if available when opening debug log - * - * Revision 1.1.1.1 2000/06/20 22:11:18 agmorgan - * Imported 0.72 Linux-PAM sources - * - * Revision 1.2 1998/12/27 04:34:23 morgan - * reverting logging functions within libpam. Gone are the externally - * advertised API replaced by a more simple (libpam internal) one. - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * - * Revision 1.2 1996/12/01 03:14:13 morgan - * use _pam_macros.h - * - * Revision 1.1 1996/11/10 21:26:11 morgan - * Initial revision - * */ /* diff --git a/libpam/pam_map.c b/libpam/pam_map.c index 8b969123..b27bb32b 100644 --- a/libpam/pam_map.c +++ b/libpam/pam_map.c @@ -5,13 +5,6 @@ * This is based on the X/Open XSSO specification of March 1997. * It is not implemented as it is going to change... after 1997/9/25. * - * $Log$ - * Revision 1.1 2000/06/20 22:11:19 agmorgan - * Initial revision - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * */ #include <stdio.h> diff --git a/libpam/pam_second.c b/libpam/pam_second.c index 614275af..e764f987 100644 --- a/libpam/pam_second.c +++ b/libpam/pam_second.c @@ -4,13 +4,6 @@ * * $Id$ * - * $Log$ - * Revision 1.1 2000/06/20 22:11:20 agmorgan - * Initial revision - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * */ #include <stdio.h> diff --git a/libpam/pam_session.c b/libpam/pam_session.c index eae464c8..de2538d0 100644 --- a/libpam/pam_session.c +++ b/libpam/pam_session.c @@ -2,22 +2,6 @@ /* * $Id$ - * - * $Log$ - * Revision 1.1 2000/06/20 22:11:20 agmorgan - * Initial revision - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * - * Revision 1.3 1996/12/01 03:14:13 morgan - * use _pam_macros.h - * - * Revision 1.2 1996/03/10 02:19:12 morgan - * some oversight meant that this wasn't being compiled. It needed a - * couple of changes. - * - * */ #include <stdio.h> diff --git a/libpam/pam_strerror.c b/libpam/pam_strerror.c index ecf8c0bb..2c588258 100644 --- a/libpam/pam_strerror.c +++ b/libpam/pam_strerror.c @@ -1,26 +1,7 @@ /* pam_strerror.c */ -/* $Id$ - * - * $Log$ - * Revision 1.1 2000/06/20 22:11:21 agmorgan - * Initial revision - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 - * - * Revision 1.6 1997/01/04 20:12:02 morgan - * replaced conditional FAIL_NOW with ABORT - * - * Revision 1.5 1996/07/07 23:58:56 morgan - * corrected "... " to "..." - * - * Revision 1.4 1996/06/02 08:03:29 morgan - * spelling correction - * - * Revision 1.3 1996/03/16 23:08:54 morgan - * PAM --> Linux-PAM ;) - * +/* + * $Id$ */ #include "pam_private.h" diff --git a/libpam/pam_tokens.h b/libpam/pam_tokens.h index 1fd32641..881fcc47 100644 --- a/libpam/pam_tokens.h +++ b/libpam/pam_tokens.h @@ -9,13 +9,6 @@ * Please see end of file for copyright. * * Creator: Andrew Morgan. - * - * $Log$ - * Revision 1.1 2000/06/20 22:11:21 agmorgan - * Initial revision - * - * Revision 1.1.1.1 1998/07/12 05:17:15 morgan - * Linux PAM sources pre-0.66 * */ |