aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-05-14 20:22:36 +0200
committerTimo Weingärtner <timo@tiwe.de>2013-05-14 20:32:02 +0200
commite493c1467bbaebfbaf2a9a6b1da3398b76232ce5 (patch)
treee4d09e70c029e7e7a25653b1e688f6da55d60232
parentcaea065f12f3d358948cd0ca760ebd7c27cb6c80 (diff)
downloadlibpam-pwdfile-e493c1467bbaebfbaf2a9a6b1da3398b76232ce5.tar.gz
remove CVS $Id line and static version number
-rw-r--r--INSTALL1
-rw-r--r--README3
-rw-r--r--changelog1
-rw-r--r--contrib/README.txt2
-rw-r--r--md5.c2
-rw-r--r--md5_crypt.c2
-rw-r--r--pam_pwdfile.c4
7 files changed, 0 insertions, 15 deletions
diff --git a/INSTALL b/INSTALL
index 97ed833..5fe4680 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,4 @@
INSTALL for pam_pwdfile PAM module - Charl P. Botha <cpbotha@ieee.org>
-$Id: INSTALL,v 1.4 2001-04-17 21:18:15 cpbotha Exp $
---------------------------------------------------------------------------
This file is the quick and dirty on how to get pam_pwdfile compiled on your
diff --git a/README b/README
index d5c82f9..4f07913 100644
--- a/README
+++ b/README
@@ -1,9 +1,6 @@
README for pam_pwdfile PAM module - Charl P. Botha <cpbotha@ieee.org>
-$Id: README,v 1.12 2003-12-20 19:21:19 cpbotha Exp $
---------------------------------------------------------------------------
-This is version 0.99 of pam_pwdfile.
-
This pam module can be used for the authentication service only, in cases
where one wants to use a different set of passwords than those in the main
system password database. E.g. in our case we have an imap server running,
diff --git a/changelog b/changelog
index e545376..9936e81 100644
--- a/changelog
+++ b/changelog
@@ -1,5 +1,4 @@
changelog for pam_pwdfile PAM module - Charl P. Botha <cpbotha@ieee.org>
-$Id: changelog,v 1.20 2003-12-20 19:30:57 cpbotha Exp $
---------------------------------------------------------------------------
0.99 : Sat Dec 20 20:30:37 CET 2003
diff --git a/contrib/README.txt b/contrib/README.txt
index a8c8462..1c0f886 100644
--- a/contrib/README.txt
+++ b/contrib/README.txt
@@ -1,5 +1,3 @@
-$Id: README.txt,v 1.3 2003-07-07 15:09:41 cpbotha Exp $
-
* Makefile.standalone-0.95 and pam-pwdfile.spec were contributed by Jason F.
McBrayer <jason@xeran.com>. You can use these for building RPMs of
pam_pwdfile; you should also be able to use the Makefile to build
diff --git a/md5.c b/md5.c
index 3565e55..542ff80 100644
--- a/md5.c
+++ b/md5.c
@@ -1,6 +1,4 @@
/*
- * $Id: md5.c,v 1.1 2002-05-11 14:42:35 cpbotha Exp $
- *
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
diff --git a/md5_crypt.c b/md5_crypt.c
index 7871b45..639b1d3 100644
--- a/md5_crypt.c
+++ b/md5_crypt.c
@@ -1,6 +1,4 @@
/*
- * $Id: md5_crypt.c,v 1.1 2002-05-11 14:42:35 cpbotha Exp $
- *
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
diff --git a/pam_pwdfile.c b/pam_pwdfile.c
index 4e8805d..9b96fe3 100644
--- a/pam_pwdfile.c
+++ b/pam_pwdfile.c
@@ -1,13 +1,9 @@
/* pam_pwdfile.c copyright 1999-2003 by Charl P. Botha <cpbotha@ieee.org>
*
- * $Id: pam_pwdfile.c,v 1.18 2003-12-20 19:21:19 cpbotha Exp $
- *
* pam authentication module that can be pointed at any username/crypted
* text file so that pam using application can use an alternate set of
* passwords than specified in system password database
*
- * version 0.99
- *
* Copyright (c) Charl P. Botha, 1999-2003. All rights reserved
*
* Redistribution and use in source and binary forms, with or without