summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/pam_deny/pam_deny.c19
-rw-r--r--modules/pam_nologin/pam_nologin.c20
-rw-r--r--modules/pam_permit/pam_permit.c16
-rw-r--r--modules/pam_pwdb/BUGS11
-rw-r--r--modules/pam_pwdb/md5.c15
-rw-r--r--modules/pam_pwdb/md5_crypt.c15
-rw-r--r--modules/pam_pwdb/pam_unix_acct.-c26
-rw-r--r--modules/pam_pwdb/pam_unix_passwd.-c33
-rw-r--r--modules/pam_pwdb/pam_unix_sess.-c20
-rw-r--r--modules/pam_rhosts/pam_rhosts_auth.c43
-rw-r--r--modules/pam_time/README13
11 files changed, 0 insertions, 231 deletions
diff --git a/modules/pam_deny/pam_deny.c b/modules/pam_deny/pam_deny.c
index 123cb21b..b474751d 100644
--- a/modules/pam_deny/pam_deny.c
+++ b/modules/pam_deny/pam_deny.c
@@ -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
- *
*/
/*
diff --git a/modules/pam_nologin/pam_nologin.c b/modules/pam_nologin/pam_nologin.c
index 306619e1..708f86de 100644
--- a/modules/pam_nologin/pam_nologin.c
+++ b/modules/pam_nologin/pam_nologin.c
@@ -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>
diff --git a/modules/pam_permit/pam_permit.c b/modules/pam_permit/pam_permit.c
index cf11a2dc..ea23b312 100644
--- a/modules/pam_permit/pam_permit.c
+++ b/modules/pam_permit/pam_permit.c
@@ -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"
diff --git a/modules/pam_pwdb/BUGS b/modules/pam_pwdb/BUGS
index e7170b70..a3608a7c 100644
--- a/modules/pam_pwdb/BUGS
+++ b/modules/pam_pwdb/BUGS
@@ -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.
diff --git a/modules/pam_pwdb/md5.c b/modules/pam_pwdb/md5.c
index d3f47763..335908df 100644
--- a/modules/pam_pwdb/md5.c
+++ b/modules/pam_pwdb/md5.c
@@ -15,21 +15,6 @@
* 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>
diff --git a/modules/pam_pwdb/md5_crypt.c b/modules/pam_pwdb/md5_crypt.c
index 1d755a08..4226dd1e 100644
--- a/modules/pam_pwdb/md5_crypt.c
+++ b/modules/pam_pwdb/md5_crypt.c
@@ -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>
diff --git a/modules/pam_pwdb/pam_unix_acct.-c b/modules/pam_pwdb/pam_unix_acct.-c
index 16869054..0ee3b3d5 100644
--- a/modules/pam_pwdb/pam_unix_acct.-c
+++ b/modules/pam_pwdb/pam_unix_acct.-c
@@ -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
*/
diff --git a/modules/pam_pwdb/pam_unix_passwd.-c b/modules/pam_pwdb/pam_unix_passwd.-c
index 13801ba3..e0ef0917 100644
--- a/modules/pam_pwdb/pam_unix_passwd.-c
+++ b/modules/pam_pwdb/pam_unix_passwd.-c
@@ -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>"
diff --git a/modules/pam_pwdb/pam_unix_sess.-c b/modules/pam_pwdb/pam_unix_sess.-c
index e1fe820b..8f862eae 100644
--- a/modules/pam_pwdb/pam_unix_sess.-c
+++ b/modules/pam_pwdb/pam_unix_sess.-c
@@ -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
*/
diff --git a/modules/pam_rhosts/pam_rhosts_auth.c b/modules/pam_rhosts/pam_rhosts_auth.c
index f9707cfc..b633a529 100644
--- a/modules/pam_rhosts/pam_rhosts_auth.c
+++ b/modules/pam_rhosts/pam_rhosts_auth.c
@@ -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..
- *
- */
diff --git a/modules/pam_time/README b/modules/pam_time/README
index dcbe35e4..38b2b3e6 100644
--- a/modules/pam_time/README
+++ b/modules/pam_time/README
@@ -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