summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2000-06-20 22:10:38 +0000
committerAndrew G. Morgan <morgan@kernel.org>2000-06-20 22:10:38 +0000
commit173425e45415ee74eba4af7da01a5e0bb7b550d2 (patch)
treeccf5edff9e84891a82650aea38c7fc83a7818a71 /modules
parentea488580c42e8918445a945484de3c8a5addc761 (diff)
downloadlinux-pam-git-Admin.tar.gz
Imported 0.72 Linux-PAM sourcesLinux-PAM-0-72Admin
Diffstat (limited to 'modules')
-rw-r--r--modules/pam_deny/Makefile4
-rw-r--r--modules/pam_deny/pam_deny.c4
-rw-r--r--modules/pam_env/Makefile4
-rw-r--r--modules/pam_filter/upperLOWER/Makefile4
-rw-r--r--modules/pam_filter/upperLOWER/upperLOWER.c4
-rw-r--r--modules/pam_lastlog/Makefile4
-rw-r--r--modules/pam_mail/Makefile4
-rw-r--r--modules/pam_nologin/pam_nologin.c4
-rw-r--r--modules/pam_permit/Makefile4
-rw-r--r--modules/pam_permit/pam_permit.c4
-rw-r--r--modules/pam_pwdb/BUGS4
-rw-r--r--modules/pam_pwdb/Makefile4
-rw-r--r--modules/pam_pwdb/md5.c4
-rw-r--r--modules/pam_pwdb/md5_crypt.c4
-rw-r--r--modules/pam_pwdb/pam_unix_acct.-c4
-rw-r--r--modules/pam_pwdb/pam_unix_passwd.-c4
-rw-r--r--modules/pam_pwdb/pam_unix_sess.-c4
-rw-r--r--modules/pam_rhosts/pam_rhosts_auth.c4
-rw-r--r--modules/pam_rootok/Makefile4
-rw-r--r--modules/pam_stress/Makefile4
-rw-r--r--modules/pam_time/README4
-rw-r--r--modules/pam_warn/Makefile4
22 files changed, 44 insertions, 44 deletions
diff --git a/modules/pam_deny/Makefile b/modules/pam_deny/Makefile
index e6fa2e60..5caef6bf 100644
--- a/modules/pam_deny/Makefile
+++ b/modules/pam_deny/Makefile
@@ -6,8 +6,8 @@
# what you are doing!).
#
# $Log$
-# Revision 1.1 2000/06/20 22:11:33 agmorgan
-# Initial revision
+# Revision 1.1.1.1 2000/06/20 22:11:33 agmorgan
+# Imported 0.72 Linux-PAM sources
#
# Revision 1.1.1.1 1998/07/12 05:17:16 morgan
# Linux PAM sources pre-0.66
diff --git a/modules/pam_deny/pam_deny.c b/modules/pam_deny/pam_deny.c
index 123cb21b..463e7938 100644
--- a/modules/pam_deny/pam_deny.c
+++ b/modules/pam_deny/pam_deny.c
@@ -6,8 +6,8 @@
* 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 2000/06/20 22:11:33 agmorgan
+ * Imported 0.72 Linux-PAM sources
*
* Revision 1.1.1.1 1998/07/12 05:17:16 morgan
* Linux PAM sources pre-0.66
diff --git a/modules/pam_env/Makefile b/modules/pam_env/Makefile
index e872d1ee..472400a3 100644
--- a/modules/pam_env/Makefile
+++ b/modules/pam_env/Makefile
@@ -6,8 +6,8 @@
# what you are doing!).
#
# $Log$
-# Revision 1.1 2000/06/20 22:11:33 agmorgan
-# Initial revision
+# Revision 1.1.1.1 2000/06/20 22:11:33 agmorgan
+# Imported 0.72 Linux-PAM sources
#
# Revision 1.2 1999/10/09 05:08:28 morgan
# removed libpwdb dependencies (libpwdb support is depreciated)
diff --git a/modules/pam_filter/upperLOWER/Makefile b/modules/pam_filter/upperLOWER/Makefile
index a75b06bb..9ec8ee80 100644
--- a/modules/pam_filter/upperLOWER/Makefile
+++ b/modules/pam_filter/upperLOWER/Makefile
@@ -2,8 +2,8 @@
# $Id$
#
# $Log$
-# Revision 1.1 2000/06/20 22:11:37 agmorgan
-# Initial revision
+# Revision 1.1.1.1 2000/06/20 22:11:37 agmorgan
+# Imported 0.72 Linux-PAM sources
#
# Revision 1.1.1.1 1998/07/12 05:17:16 morgan
# Linux PAM sources pre-0.66
diff --git a/modules/pam_filter/upperLOWER/upperLOWER.c b/modules/pam_filter/upperLOWER/upperLOWER.c
index 3f7d26cd..c66d15c3 100644
--- a/modules/pam_filter/upperLOWER/upperLOWER.c
+++ b/modules/pam_filter/upperLOWER/upperLOWER.c
@@ -7,8 +7,8 @@
* it serves no purpose other than to annoy the user...
*
* $Log$
- * Revision 1.1 2000/06/20 22:11:37 agmorgan
- * Initial revision
+ * Revision 1.1.1.1 2000/06/20 22:11:37 agmorgan
+ * Imported 0.72 Linux-PAM sources
*
* Revision 1.2 1999/07/08 05:01:48 morgan
* glibc fixes (Thorsten Kukuk, Adam J. Richter)
diff --git a/modules/pam_lastlog/Makefile b/modules/pam_lastlog/Makefile
index b5a6f212..7267c34a 100644
--- a/modules/pam_lastlog/Makefile
+++ b/modules/pam_lastlog/Makefile
@@ -6,8 +6,8 @@
# what you are doing!).
#
# $Log$
-# Revision 1.1 2000/06/20 22:11:40 agmorgan
-# Initial revision
+# Revision 1.1.1.1 2000/06/20 22:11:40 agmorgan
+# Imported 0.72 Linux-PAM sources
#
# Revision 1.1.1.1 1998/07/12 05:17:17 morgan
# Linux PAM sources pre-0.66
diff --git a/modules/pam_mail/Makefile b/modules/pam_mail/Makefile
index 64f73b0b..ebacd91f 100644
--- a/modules/pam_mail/Makefile
+++ b/modules/pam_mail/Makefile
@@ -6,8 +6,8 @@
# what you are doing!).
#
# $Log$
-# Revision 1.1 2000/06/20 22:11:45 agmorgan
-# Initial revision
+# Revision 1.1.1.1 2000/06/20 22:11:45 agmorgan
+# Imported 0.72 Linux-PAM sources
#
# Revision 1.1.1.1 1998/07/12 05:17:17 morgan
# Linux PAM sources pre-0.66
diff --git a/modules/pam_nologin/pam_nologin.c b/modules/pam_nologin/pam_nologin.c
index 306619e1..ac1d5132 100644
--- a/modules/pam_nologin/pam_nologin.c
+++ b/modules/pam_nologin/pam_nologin.c
@@ -6,8 +6,8 @@
* 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 2000/06/20 22:11:46 agmorgan
+ * Imported 0.72 Linux-PAM sources
*
* Revision 1.1.1.1 1998/07/12 05:17:17 morgan
* Linux PAM sources pre-0.66
diff --git a/modules/pam_permit/Makefile b/modules/pam_permit/Makefile
index c291599e..904e84d7 100644
--- a/modules/pam_permit/Makefile
+++ b/modules/pam_permit/Makefile
@@ -6,8 +6,8 @@
# what you are doing!).
#
# $Log$
-# Revision 1.1 2000/06/20 22:11:46 agmorgan
-# Initial revision
+# Revision 1.1.1.1 2000/06/20 22:11:46 agmorgan
+# Imported 0.72 Linux-PAM sources
#
# Revision 1.1.1.1 1998/07/12 05:17:16 morgan
# Linux PAM sources pre-0.66
diff --git a/modules/pam_permit/pam_permit.c b/modules/pam_permit/pam_permit.c
index cf11a2dc..04dfb024 100644
--- a/modules/pam_permit/pam_permit.c
+++ b/modules/pam_permit/pam_permit.c
@@ -6,8 +6,8 @@
* 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 2000/06/20 22:11:46 agmorgan
+ * Imported 0.72 Linux-PAM sources
*
* Revision 1.1.1.1 1998/07/12 05:17:16 morgan
* Linux PAM sources pre-0.66
diff --git a/modules/pam_pwdb/BUGS b/modules/pam_pwdb/BUGS
index e7170b70..20b3fc5a 100644
--- a/modules/pam_pwdb/BUGS
+++ b/modules/pam_pwdb/BUGS
@@ -1,8 +1,8 @@
$Id$
$Log$
-Revision 1.1 2000/06/20 22:11:46 agmorgan
-Initial revision
+Revision 1.1.1.1 2000/06/20 22:11:46 agmorgan
+Imported 0.72 Linux-PAM sources
Revision 1.1.1.1 1998/07/12 05:17:16 morgan
Linux PAM sources pre-0.66
diff --git a/modules/pam_pwdb/Makefile b/modules/pam_pwdb/Makefile
index fcb7aec4..63c5dad6 100644
--- a/modules/pam_pwdb/Makefile
+++ b/modules/pam_pwdb/Makefile
@@ -152,8 +152,8 @@ endif
#####################################################################
# $Log$
-# Revision 1.1 2000/06/20 22:11:47 agmorgan
-# Initial revision
+# Revision 1.1.1.1 2000/06/20 22:11:47 agmorgan
+# Imported 0.72 Linux-PAM sources
#
# Revision 1.4 1999/08/01 16:18:27 morgan
# added a conditional for libcrypt
diff --git a/modules/pam_pwdb/md5.c b/modules/pam_pwdb/md5.c
index d3f47763..b57be8c3 100644
--- a/modules/pam_pwdb/md5.c
+++ b/modules/pam_pwdb/md5.c
@@ -16,8 +16,8 @@
* 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.1.1.1 2000/06/20 22:11:48 agmorgan
+ * Imported 0.72 Linux-PAM sources
*
* Revision 1.2 1999/07/04 23:22:38 morgan
* Andrey's MD5 (bigendian) work around + cleanup to address problems with
diff --git a/modules/pam_pwdb/md5_crypt.c b/modules/pam_pwdb/md5_crypt.c
index 1d755a08..616fac1b 100644
--- a/modules/pam_pwdb/md5_crypt.c
+++ b/modules/pam_pwdb/md5_crypt.c
@@ -10,8 +10,8 @@
* 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.1.1.1 2000/06/20 22:11:48 agmorgan
+ * Imported 0.72 Linux-PAM sources
*
* Revision 1.2 1999/07/04 23:22:38 morgan
* Andrey's MD5 (bigendian) work around + cleanup to address problems with
diff --git a/modules/pam_pwdb/pam_unix_acct.-c b/modules/pam_pwdb/pam_unix_acct.-c
index 16869054..6c5f7435 100644
--- a/modules/pam_pwdb/pam_unix_acct.-c
+++ b/modules/pam_pwdb/pam_unix_acct.-c
@@ -2,8 +2,8 @@
* $Id$
*
* $Log$
- * Revision 1.1 2000/06/20 22:11:49 agmorgan
- * Initial revision
+ * Revision 1.1.1.1 2000/06/20 22:11:49 agmorgan
+ * Imported 0.72 Linux-PAM sources
*
* Revision 1.1.1.1 1998/07/12 05:17:17 morgan
* Linux PAM sources pre-0.66
diff --git a/modules/pam_pwdb/pam_unix_passwd.-c b/modules/pam_pwdb/pam_unix_passwd.-c
index 13801ba3..d03c9cd3 100644
--- a/modules/pam_pwdb/pam_unix_passwd.-c
+++ b/modules/pam_pwdb/pam_unix_passwd.-c
@@ -2,8 +2,8 @@
/*
* $Log$
- * Revision 1.1 2000/06/20 22:11:50 agmorgan
- * Initial revision
+ * Revision 1.1.1.1 2000/06/20 22:11:50 agmorgan
+ * Imported 0.72 Linux-PAM sources
*
* Revision 1.2 1999/07/04 23:22:38 morgan
* Andrey's MD5 (bigendian) work around + cleanup to address problems with
diff --git a/modules/pam_pwdb/pam_unix_sess.-c b/modules/pam_pwdb/pam_unix_sess.-c
index e1fe820b..e3f3862a 100644
--- a/modules/pam_pwdb/pam_unix_sess.-c
+++ b/modules/pam_pwdb/pam_unix_sess.-c
@@ -2,8 +2,8 @@
* $Id$
*
* $Log$
- * Revision 1.1 2000/06/20 22:11:51 agmorgan
- * Initial revision
+ * Revision 1.1.1.1 2000/06/20 22:11:51 agmorgan
+ * Imported 0.72 Linux-PAM sources
*
* Revision 1.1.1.1 1998/07/12 05:17:16 morgan
* Linux PAM sources pre-0.66
diff --git a/modules/pam_rhosts/pam_rhosts_auth.c b/modules/pam_rhosts/pam_rhosts_auth.c
index f9707cfc..9186684c 100644
--- a/modules/pam_rhosts/pam_rhosts_auth.c
+++ b/modules/pam_rhosts/pam_rhosts_auth.c
@@ -787,8 +787,8 @@ struct pam_module _pam_rhosts_auth_modstruct = {
/*
* $Log$
- * Revision 1.1 2000/06/20 22:11:56 agmorgan
- * Initial revision
+ * Revision 1.1.1.1 2000/06/20 22:11:56 agmorgan
+ * Imported 0.72 Linux-PAM sources
*
* Revision 1.4 1999/11/08 05:46:58 morgan
* fixes for .71
diff --git a/modules/pam_rootok/Makefile b/modules/pam_rootok/Makefile
index f3f2e53d..2fd404f3 100644
--- a/modules/pam_rootok/Makefile
+++ b/modules/pam_rootok/Makefile
@@ -6,8 +6,8 @@
# what you are doing!).
#
# $Log$
-# Revision 1.1 2000/06/20 22:11:56 agmorgan
-# Initial revision
+# Revision 1.1.1.1 2000/06/20 22:11:56 agmorgan
+# Imported 0.72 Linux-PAM sources
#
# Revision 1.1.1.1 1998/07/12 05:17:16 morgan
# Linux PAM sources pre-0.66
diff --git a/modules/pam_stress/Makefile b/modules/pam_stress/Makefile
index 1bcfa502..d5fbb5e3 100644
--- a/modules/pam_stress/Makefile
+++ b/modules/pam_stress/Makefile
@@ -8,8 +8,8 @@
# what you are doing!).
#
# $Log$
-# Revision 1.1 2000/06/20 22:11:57 agmorgan
-# Initial revision
+# Revision 1.1.1.1 2000/06/20 22:11:57 agmorgan
+# Imported 0.72 Linux-PAM sources
#
# Revision 1.1.1.1 1998/07/12 05:17:16 morgan
# Linux PAM sources pre-0.66
diff --git a/modules/pam_time/README b/modules/pam_time/README
index dcbe35e4..0bc9dc5a 100644
--- a/modules/pam_time/README
+++ b/modules/pam_time/README
@@ -31,8 +31,8 @@ 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 2000/06/20 22:12:00 agmorgan
+# Imported 0.72 Linux-PAM sources
#
# Revision 1.1.1.1 1998/07/12 05:17:16 morgan
# Linux PAM sources pre-0.66
diff --git a/modules/pam_warn/Makefile b/modules/pam_warn/Makefile
index 7b48689c..dcbf236d 100644
--- a/modules/pam_warn/Makefile
+++ b/modules/pam_warn/Makefile
@@ -6,8 +6,8 @@
# what you are doing!).
#
# $Log$
-# Revision 1.1 2000/06/20 22:12:10 agmorgan
-# Initial revision
+# Revision 1.1.1.1 2000/06/20 22:12:10 agmorgan
+# Imported 0.72 Linux-PAM sources
#
# Revision 1.1.1.1 1998/07/12 05:17:17 morgan
# Linux PAM sources pre-0.66