summaryrefslogtreecommitdiff
path: root/modules/pam_pwdb
diff options
context:
space:
mode:
authorJan Rekorajski <baggins@sith.mimuw.edu.pl>2000-12-04 19:02:33 +0000
committerJan Rekorajski <baggins@sith.mimuw.edu.pl>2000-12-04 19:02:33 +0000
commit77b11e3dfdb0f0f83fa531b9bcb7bc0d3243fbae (patch)
treec9e08ed007a78e975754bf5c595ad0b593db4b52 /modules/pam_pwdb
parent6a36792321ef91dc91c9887d5c56db88e6546047 (diff)
Relevant BUGIDs: 124391
Purpose of commit: cleanup Commit summary: --------------- * removed unnecessary CVS Log tags from all over the source
Diffstat (limited to 'modules/pam_pwdb')
-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
6 files changed, 0 insertions, 120 deletions
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
*/