]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 124391
authorJan Rekorajski <baggins@sith.mimuw.edu.pl>
Mon, 4 Dec 2000 19:02:33 +0000 (19:02 +0000)
committerJan Rekorajski <baggins@sith.mimuw.edu.pl>
Mon, 4 Dec 2000 19:02:33 +0000 (19:02 +0000)
Purpose of commit: cleanup

Commit summary:
---------------
* removed unnecessary CVS Log tags from all over the source

29 files changed:
CHANGELOG
bin/README
conf/md5itall
examples/blank.c
examples/check_user.c
examples/test.c
libpam/include/security/pam_malloc.h
libpam/include/security/pam_modules.h
libpam/pam_auth.c
libpam/pam_delay.c
libpam/pam_item.c
libpam/pam_malloc.c
libpam/pam_map.c
libpam/pam_second.c
libpam/pam_session.c
libpam/pam_strerror.c
libpam/pam_tokens.h
libpam_misc/help_env.c
modules/pam_deny/pam_deny.c
modules/pam_nologin/pam_nologin.c
modules/pam_permit/pam_permit.c
modules/pam_pwdb/BUGS
modules/pam_pwdb/md5.c
modules/pam_pwdb/md5_crypt.c
modules/pam_pwdb/pam_unix_acct.-c
modules/pam_pwdb/pam_unix_passwd.-c
modules/pam_pwdb/pam_unix_sess.-c
modules/pam_rhosts/pam_rhosts_auth.c
modules/pam_time/README

index d46217b540e0fbe12e0229ae852ff30ab19aa037..3a511d725626662a4c7f0f2572eabd72ee176ffe 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,6 +35,8 @@ Where you should replace XXXXX with a bug-id.
 0.74: please submit patches for this section with actual code/doc
       patches!
 
+* removed unnecessary CVS Log tags from all over the source
+  (Bug 124391 - baggins)
 * pam_tally - check for PAM_TTY if PAM_RHOST is not set when writing
   to faillog (Bug 124394 - baggins)
 * use O_NOFOLLOW if available when opening debug log (Bug 124385 - baggins)
index 6ab61b774a9f0c870cbb96ca2a6abe3e43300cb5..c6b8fea38cecc9536c3b748ba8d859abac826ec1 100644 (file)
@@ -1,21 +1,6 @@
 ##
 # $Id$
 ##
-# $Log$
-# Revision 1.1  2000/06/20 22:10:44  agmorgan
-# Initial revision
-#
-# Revision 1.1.1.1  1998/07/12 05:17:14  morgan
-# Linux PAM sources pre-0.66
-#
-# Revision 1.6  1997/02/15 19:21:08  morgan
-# fixed email
-#
-# Revision 1.5  1996/08/09 05:29:43  morgan
-# trimmed in line with the removal of applications from the distribution
-#
-#
-##
 
 (now we are getting networked apps, be careful to try and test on a
 securely isolated system!)
index 14cd7c0170fecacf0489abe07f4a4d6b01830964..b5fecc40b33f0ca20e58031d6b4ccbde82debee6 100755 (executable)
@@ -2,14 +2,6 @@
 #
 # $Id$
 #
-# $Log$
-# Revision 1.1  2000/06/20 22:10:45  agmorgan
-# Initial revision
-#
-# Revision 1.1.1.1  1998/07/12 05:17:14  morgan
-# Linux PAM sources pre-0.66
-#
-#
 # Created by Andrew G. Morgan (morgan@parc.power.net)
 #
 
index 33b5056ea4e3da75f861dac9eb579a51edf953a5..9d51756e6cf56821b89c3e49b4f220a9d7dc7881 100644 (file)
@@ -1,29 +1,5 @@
 /*
  * $Id$
- *
- * $Log$
- * Revision 1.1  2000/06/20 22:11:13  agmorgan
- * Initial revision
- *
- * Revision 1.2  1999/11/08 05:39:53  morgan
- * removed void main def which was making gcc complain
- *
- * Revision 1.1.1.1  1998/07/12 05:17:14  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.7  1996/12/01 03:16:53  morgan
- * added setcred closing function
- *
- * Revision 1.6  1996/11/10 19:51:40  morgan
- * minor change to avoid gcc warning
- *
- * Revision 1.5  1996/07/07 23:53:05  morgan
- * added optional fail delay (non-standard Linux-PAM)
- *
- * Revision 1.4  1996/05/02 04:44:18  morgan
- * moved conversation to a libmisc library routine.
- *
- *
  */
 
 /* Andrew Morgan (morgan@parc.power.net) -- a self contained `blank'
index 6d52ccaa546cb4ef16d9269437427a4797277229..4a33f2a8426c23a8d774c513ea271f0e44da22c1 100644 (file)
@@ -8,18 +8,7 @@
   # check authorization
   check   auth       required     pam_unix_auth.so
   check   account    required     pam_unix_acct.so
-
-  $Log$
-  Revision 1.1  2000/06/20 22:11:13  agmorgan
-  Initial revision
-
-  Revision 1.1.1.1  1998/07/12 05:17:14  morgan
-  Linux PAM sources pre-0.66
-
-  Revision 1.1  1996/11/10 21:19:30  morgan
-  Initial revision
-
- */
+*/
 
 #include <security/pam_appl.h>
 #include <security/pam_misc.h>
index 8fc5e6cdf1c94fa9ddf9d5b9787d2c8cb546b11e..7e166b48ba9898b203c802782877fc8c787455f4 100644 (file)
@@ -1,22 +1,5 @@
 /*
- * $Log$
- * Revision 1.1  2000/06/20 22:11:13  agmorgan
- * Initial revision
- *
- * Revision 1.1.1.1  1998/07/12 05:17:14  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.3  1996/03/10 00:14:20  morgan
- * made lines less than 80 chars long.
- *
- * Revision 1.2  1996/03/09 09:16:26  morgan
- * changed the header file that it includes.
- *
- * Revision 1.1  1996/03/09 09:13:34  morgan
- * Initial revision
- */
-
-/* Marc Ewing (marc@redhat.com) - original test code 
+ * Marc Ewing (marc@redhat.com) - original test code 
  * Alexander O. Yuriev (alex@bach.cis.temple.edu)
  * Andrew Morgan (morgan@physics.ucla.edu)
  */
index 8daf3f7c468b471baac88d750feb7ab9c2ffbcf0..62777ca8be3952b18c752293a180c5994bf8dda3 100644 (file)
@@ -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$
  */
 
 /*
index 945c171117415c25c202ac5225c9861ec2f8863e..b555e8b272a7d3991faeaf5db3a18dd9fb1de68b 100644 (file)
@@ -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
index c946eaab483d89a958b586272ee27de2f6d8919d..8ee14ac0e5ca13537af5d385eb3fae111c514031 100644 (file)
@@ -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>
index b7c6604d68c24c76db47faae242bb052c8d9afc0..8884879e45fae855de9606a5f7ebf8479fdae6a0 100644 (file)
@@ -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
- *
  */
 
 /*
index f595a0b499d1c50c4d6c715f84bdda4c1854d6fa..2a545d6f42b4263d64561a0426750bd28130c6b7 100644 (file)
@@ -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>
index 6b88874769b2a9580057bb67ba004c849a196c68..c24ded68917e2a0b46b0e3127e7a44fdf59b1ee2 100644 (file)
@@ -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
- *
  */
 
 /*
index 8b969123f2b903f7f2d8980e9400e11aca7fd542..b27bb32bb08b632fff737c01e9a0019f469e8080 100644 (file)
@@ -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>
index 614275af3f37bc85c7a121b9f3a2dc275d35a574..e764f987f366f71448df9b89c2ce7c90a85fc759 100644 (file)
@@ -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>
index eae464c84ef31d001adc3eebfa804cb4936d88cb..de2538d0fdb639707310b1ceeb9a128d7f4ef33c 100644 (file)
@@ -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>
index ecf8c0bbdd0667597823de0b8e511cb5fb37d93d..2c588258469763456b8f5426337c96d1a1f02a1b 100644 (file)
@@ -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"
index 1fd326416af5ab70d2cfa16b79dd67ca0907f96c..881fcc470ba067e0b2431e94178f521b64dee55d 100644 (file)
@@ -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
  *
  */
 
index d52b3a024c5b2b954e02aeaccae65fb89d41eff3..9f66156ed9ede446adce18801e46b3ef0b52b4ac 100644 (file)
@@ -3,19 +3,6 @@
  *
  * This file was written by Andrew G. Morgan <morgan@parc.power.net>
  *
- * $Log$
- * Revision 1.1  2000/06/20 22:11:24  agmorgan
- * Initial revision
- *
- * Revision 1.1.1.1  1998/07/12 05:17:15  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.2  1997/01/04 20:19:20  morgan
- * added a prototype (no warning) and fixed paste function
- *
- * Revision 1.1  1996/12/01 03:25:37  morgan
- * Initial revision
- *
  */
 
 #include <stdlib.h>
index 123cb21b4e8afc12226d7fdf6798b2f04dbada54..b474751d3bb90e302e2f8e724c96afd85d23c573 100644 (file)
@@ -5,25 +5,6 @@
  *
  * Written by Andrew Morgan <morgan@parc.power.net> 1996/3/11
  *
- * $Log$
- * Revision 1.1  2000/06/20 22:11:33  agmorgan
- * Initial revision
- *
- * Revision 1.1.1.1  1998/07/12 05:17:16  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.4  1997/02/15 19:05:15  morgan
- * fixed email
- *
- * Revision 1.3  1996/06/02 08:06:19  morgan
- * changes for new static protocol
- *
- * Revision 1.2  1996/05/26 04:01:12  morgan
- * added static support
- *
- * Revision 1.1  1996/03/16 17:47:36  morgan
- * Initial revision
- *
  */
 
 /*
index 306619e160b8ec46e36fcc77c0bc6a29c481c177..708f86ded4d3d35268d90befa87f43c7de46106a 100644 (file)
@@ -5,26 +5,6 @@
  *
  * Written by Michael K. Johnson <johnsonm@redhat.com> 1996/10/24
  *
- * $Log$
- * Revision 1.1  2000/06/20 22:11:46  agmorgan
- * Initial revision
- *
- * Revision 1.1.1.1  1998/07/12 05:17:17  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.4  1997/04/05 06:36:47  morgan
- * display message when the user is unknown
- *
- * Revision 1.3  1996/12/01 03:00:54  morgan
- * added prototype to conversation, gave static structure name of module
- *
- * Revision 1.2  1996/11/10 21:02:31  morgan
- * compile against .53
- *
- * Revision 1.1  1996/10/25 03:19:36  morgan
- * Initial revision
- *
- *
  */
 
 #include <stdio.h>
index cf11a2dc1be4bc8743c51276d2695e27ce3f16f6..ea23b312a119aa51749218e81639a20cdfb13d95 100644 (file)
@@ -5,22 +5,6 @@
  *
  * Written by Andrew Morgan <morgan@parc.power.net> 1996/3/11
  *
- * $Log$
- * Revision 1.1  2000/06/20 22:11:46  agmorgan
- * Initial revision
- *
- * Revision 1.1.1.1  1998/07/12 05:17:16  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.5  1997/02/15 19:03:15  morgan
- * fixed email address
- *
- * Revision 1.4  1997/02/15 16:03:10  morgan
- * force a name for user
- *
- * Revision 1.3  1996/06/02 08:10:14  morgan
- * updated for new static protocol
- *
  */
 
 #define DEFAULT_USER "nobody"
index e7170b706e7ddefb013ede01884b5cc83af91ac2..a3608a7c9d88e16ca323d235f0ed60623ce7ac15 100644 (file)
@@ -1,14 +1,3 @@
 $Id$
 
-$Log$
-Revision 1.1  2000/06/20 22:11:46  agmorgan
-Initial revision
-
-Revision 1.1.1.1  1998/07/12 05:17:16  morgan
-Linux PAM sources pre-0.66
-
-Revision 1.2  1996/09/05 06:36:16  morgan
-revised for .52 to be released
-
-
 As of Linux-PAM-0.52 this is new. No known bugs yet.
index d3f47763d4c9ca0b84d7674be6146aa4d08dcaa4..335908dfca89af54bfd18af7fc12b2b1c19e0e7d 100644 (file)
  * needed on buffers full of bytes, and then call MD5Final, which
  * will fill a supplied 16-byte array with the digest.
  *
- * $Log$
- * Revision 1.1  2000/06/20 22:11:48  agmorgan
- * Initial revision
- *
- * Revision 1.2  1999/07/04 23:22:38  morgan
- * Andrey's MD5 (bigendian) work around + cleanup to address problems with
- * applications that let an (ab)user kill them off without giving PAM the
- * opportunity to end. [Problem report from Tani Hosokawa on bugtraq.]
- *
- * Revision 1.1.1.1  1998/07/12 05:17:17  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.1  1996/09/05 06:43:31  morgan
- * Initial revision
- *
  */
 
 #include <string.h>
index 1d755a08b652c375d58a104c3ee6031cb36b9729..4226dd1e0ac254ff3a786504567a5b0d22eea519 100644 (file)
@@ -9,21 +9,6 @@
  *
  * Origin: Id: crypt.c,v 1.3 1995/05/30 05:42:22 rgrimes Exp
  *
- * $Log$
- * Revision 1.1  2000/06/20 22:11:48  agmorgan
- * Initial revision
- *
- * Revision 1.2  1999/07/04 23:22:38  morgan
- * Andrey's MD5 (bigendian) work around + cleanup to address problems with
- * applications that let an (ab)user kill them off without giving PAM the
- * opportunity to end. [Problem report from Tani Hosokawa on bugtraq.]
- *
- * Revision 1.1.1.1  1998/07/12 05:17:17  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.1  1996/09/05 06:43:31  morgan
- * Initial revision
- *
  */
 
 #include <string.h>
index 168690543dcb3e6f01911b15b5fc0a9a81b55c40..0ee3b3d52eeddcfca9ac0d5b5410c949b9fe9ace 100644 (file)
@@ -1,32 +1,6 @@
 /* 
  * $Id$
  *
- * $Log$
- * Revision 1.1  2000/06/20 22:11:49  agmorgan
- * Initial revision
- *
- * Revision 1.1.1.1  1998/07/12 05:17:17  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.6  1997/01/04 20:37:15  morgan
- * extra debugging
- *
- * Revision 1.5  1996/12/01 03:05:54  morgan
- * debugging with _pam_macros.h
- *
- * Revision 1.4  1996/11/10 21:03:57  morgan
- * pwdb conversion
- *
- * Revision 1.3  1996/09/05 06:45:45  morgan
- * tidied shadow acct management
- *
- * Revision 1.2  1996/09/01 01:13:14  morgan
- * Cristian Gafton's patches
- *
- * Revision 1.1  1996/08/29 13:27:51  morgan
- * Initial revision
- *
- *
  * See end of file for copyright information
  */
 
index 13801ba36857da65a4ee7f20417b802098f36688..e0ef091777ca57cebadc3263b0b1d79945fc4c62 100644 (file)
@@ -1,38 +1,5 @@
 /* $Id$ */
 
-/*
- * $Log$
- * Revision 1.1  2000/06/20 22:11:50  agmorgan
- * Initial revision
- *
- * Revision 1.2  1999/07/04 23:22:38  morgan
- * Andrey's MD5 (bigendian) work around + cleanup to address problems with
- * applications that let an (ab)user kill them off without giving PAM the
- * opportunity to end. [Problem report from Tani Hosokawa on bugtraq.]
- *
- * Revision 1.1.1.1  1998/07/12 05:17:16  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.6  1997/04/05 06:31:06  morgan
- * mostly a reformat.
- *
- * Revision 1.5  1996/12/01 03:05:54  morgan
- * debugging with _pam_macros.h
- *
- * Revision 1.4  1996/11/10 21:04:51  morgan
- * pwdb conversion
- *
- * Revision 1.3  1996/09/05 06:48:15  morgan
- * A lot has changed. I'd recommend you study the diff.
- *
- * Revision 1.2  1996/09/01 16:33:27  morgan
- * Cristian Gafton's changes
- *
- * Revision 1.1  1996/08/29 13:21:27  morgan
- * Initial revision
- *
- */
-
 static const char rcsid_pass[] =
 "$Id$\n"
 " - PAM_PWDB password module <morgan@parc.power.net>"
index e1fe820b824a6ca33787f3921fcfc43c4486c87e..8f862eae16316090a21b2813c2363902ac42e6dd 100644 (file)
@@ -1,26 +1,6 @@
 /*
  * $Id$
  *
- * $Log$
- * Revision 1.1  2000/06/20 22:11:51  agmorgan
- * Initial revision
- *
- * Revision 1.1.1.1  1998/07/12 05:17:16  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.4  1996/12/01 03:05:54  morgan
- * debugging with _pam_macros.h
- *
- * Revision 1.3  1996/11/10 21:05:33  morgan
- * pwdb conversion
- *
- * Revision 1.2  1996/09/05 06:49:02  morgan
- * more informative logging
- *
- * Revision 1.1  1996/08/29 13:27:51  morgan
- * Initial revision
- *
- *
  * See end for Copyright information
  */
 
index f9707cfc997491d43c19f19f8a8fa06e925293c0..b633a52989d7f6903156ad83f5b17e2e95740d8a 100644 (file)
@@ -784,46 +784,3 @@ struct pam_module _pam_rhosts_auth_modstruct = {
 };
 
 #endif
-
-/*
- * $Log$
- * Revision 1.1  2000/06/20 22:11:56  agmorgan
- * Initial revision
- *
- * Revision 1.4  1999/11/08 05:46:58  morgan
- * fixes for .71
- *
- * Revision 1.3  1999/10/09 05:12:49  morgan
- * added hosts_equiv_rootok support
- *
- * Revision 1.2  1998/12/14 05:47:58  morgan
- * added a couple of options: specify the name of root, and don't do the
- * user-known check.
- *
- * Revision 1.1.1.1  1998/07/12 05:17:16  morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.12  1997/09/27 14:34:01  morgan
- * fixed comment and renamed iruserok to pam_iruserok.
- *
- * Revision 1.11  1997/04/05 06:26:39  morgan
- * fairly major fixes and enhancements (see CHANGELOG for 0.57 release)
- *
- * Revision 1.10  1997/02/09 02:09:30  morgan
- * - implementation of 'debug' argument (Cristian Gafton)
- * - we check for uid=0 accounts instead of hardcoded 'root' (Cristian Gafton)
- *
- * Revision 1.9  1996/12/01 03:09:47  morgan
- * *** empty log message ***
- *
- * Revision 1.8  1996/11/12 06:08:59  morgan
- * Oliver Crow's "rootok" patch plus a little clean up of set_option
- * (AGM)
- *
- * Revision 1.7  1996/11/10 20:15:56  morgan
- * cross platform support
- *
- * Revision 1.6  1996/08/09 05:46:29  morgan
- * removed code for manually setting the remote username etc..
- *
- */
index dcbe35e4f7c8ac11e0d6151a4ad23595c9af5cb5..38b2b3e65521ca147f86442fc26b21d111bacb78 100644 (file)
@@ -28,16 +28,3 @@ unrecognised rules are ignored (but an error is logged to syslog(3))
 
 --------------------
 Bugs to Andrew <morgan@parc.power.net> or the list <pam-list@redhat.com>
-
-########################################################################
-# $Log$
-# Revision 1.1  2000/06/20 22:12:00  agmorgan
-# Initial revision
-#
-# Revision 1.1.1.1  1998/07/12 05:17:16  morgan
-# Linux PAM sources pre-0.66
-#
-# Revision 1.3  1997/01/04 20:42:43  morgan
-# I want email on parc now
-#
-#
\ No newline at end of file