From e493c1467bbaebfbaf2a9a6b1da3398b76232ce5 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Tue, 14 May 2013 20:22:36 +0200 Subject: remove CVS $Id line and static version number --- INSTALL | 1 - README | 3 --- changelog | 1 - contrib/README.txt | 2 -- md5.c | 2 -- md5_crypt.c | 2 -- pam_pwdfile.c | 4 ---- 7 files changed, 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 -$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 -$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 -$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 . 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): * 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 * - * $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 -- cgit v1.2.3