From 39cc0d22f5c8950f98ecbce84f42e158619db561 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Thu, 8 Nov 2012 08:15:54 +0100 Subject: Add differences found in the tarball CVS directories and different date format in $Id: lines That should keep the 0.99-x Debian stuff working --- CVS/Entries | 10 ++++++++++ CVS/Repository | 1 + CVS/Root | 1 + INSTALL | 2 +- Makefile | 2 +- README | 2 +- changelog | 2 +- contrib/CVS/Entries | 6 ++++++ contrib/CVS/Repository | 1 + contrib/CVS/Root | 1 + contrib/README.txt | 2 +- md5.c | 2 +- md5_crypt.c | 2 +- pam_pwdfile.c | 2 +- 14 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 CVS/Entries create mode 100644 CVS/Repository create mode 100644 CVS/Root create mode 100644 contrib/CVS/Entries create mode 100644 contrib/CVS/Repository create mode 100644 contrib/CVS/Root diff --git a/CVS/Entries b/CVS/Entries new file mode 100644 index 0000000..7ba7172 --- /dev/null +++ b/CVS/Entries @@ -0,0 +1,10 @@ +/INSTALL/1.4/Tue Apr 17 21:18:15 2001// +/Makefile/1.5/Sun Jun 9 21:01:46 2002// +/README/1.12/Sat Dec 20 19:21:19 2003// +/bigcrypt.c/1.1/Sat May 11 14:42:35 2002// +/md5.c/1.1/Sat May 11 14:42:35 2002// +/md5.h/1.1/Sat May 11 14:42:35 2002// +/md5_crypt.c/1.1/Sat May 11 14:42:35 2002// +/pam_pwdfile.c/1.18/Sat Dec 20 19:21:19 2003// +D/contrib//// +/changelog/1.20/Sat Dec 20 19:30:57 2003// diff --git a/CVS/Repository b/CVS/Repository new file mode 100644 index 0000000..33653bf --- /dev/null +++ b/CVS/Repository @@ -0,0 +1 @@ +pam_pwdfile diff --git a/CVS/Root b/CVS/Root new file mode 100644 index 0000000..ee548db --- /dev/null +++ b/CVS/Root @@ -0,0 +1 @@ +/home/cpbotha/work/cvsroot diff --git a/INSTALL b/INSTALL index 97ed833..f25d154 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ INSTALL for pam_pwdfile PAM module - Charl P. Botha -$Id: INSTALL,v 1.4 2001-04-17 21:18:15 cpbotha Exp $ +$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/Makefile b/Makefile index da956d3..717434d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 2002-06-09 21:01:46 cpbotha Exp $ +# $Id: Makefile,v 1.5 2002/06/09 21:01:46 cpbotha Exp $ # # This Makefile controls a build process of $(TITLE) module for # Linux-PAM. You should not modify this Makefile (unless you know diff --git a/README b/README index 532f230..3720bb8 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ README for pam_pwdfile PAM module - Charl P. Botha -$Id: README,v 1.12 2003-12-20 19:21:19 cpbotha Exp $ +$Id: README,v 1.12 2003/12/20 19:21:19 cpbotha Exp $ --------------------------------------------------------------------------- This is version 0.99 of pam_pwdfile. diff --git a/changelog b/changelog index e545376..ea86b63 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,5 @@ changelog for pam_pwdfile PAM module - Charl P. Botha -$Id: changelog,v 1.20 2003-12-20 19:30:57 cpbotha Exp $ +$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/CVS/Entries b/contrib/CVS/Entries new file mode 100644 index 0000000..ca36d1a --- /dev/null +++ b/contrib/CVS/Entries @@ -0,0 +1,6 @@ +/Makefile.standalone/1.2/Mon Jul 7 15:09:41 2003// +/Makefile.standalone-0.95/1.1/Mon Jul 7 15:09:41 2003// +/README.txt/1.3/Mon Jul 7 15:09:41 2003// +/pam-pwdfile.spec/1.1/Tue May 14 15:58:53 2002// +/warwick_duncan-cyrus_without_system_accounts.txt/1.1/Fri Jan 17 14:10:48 2003// +D diff --git a/contrib/CVS/Repository b/contrib/CVS/Repository new file mode 100644 index 0000000..00ebee3 --- /dev/null +++ b/contrib/CVS/Repository @@ -0,0 +1 @@ +pam_pwdfile/contrib diff --git a/contrib/CVS/Root b/contrib/CVS/Root new file mode 100644 index 0000000..ee548db --- /dev/null +++ b/contrib/CVS/Root @@ -0,0 +1 @@ +/home/cpbotha/work/cvsroot diff --git a/contrib/README.txt b/contrib/README.txt index a8c8462..71efac7 100644 --- a/contrib/README.txt +++ b/contrib/README.txt @@ -1,4 +1,4 @@ -$Id: README.txt,v 1.3 2003-07-07 15:09:41 cpbotha Exp $ +$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 diff --git a/md5.c b/md5.c index 0fb1a78..26bafdb 100644 --- a/md5.c +++ b/md5.c @@ -1,5 +1,5 @@ /* - * $Id: md5.c,v 1.1 2002-05-11 14:42:35 cpbotha Exp $ + * $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 diff --git a/md5_crypt.c b/md5_crypt.c index 7871b45..389778a 100644 --- a/md5_crypt.c +++ b/md5_crypt.c @@ -1,5 +1,5 @@ /* - * $Id: md5_crypt.c,v 1.1 2002-05-11 14:42:35 cpbotha Exp $ + * $Id: md5_crypt.c,v 1.1 2002/05/11 14:42:35 cpbotha Exp $ * * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): diff --git a/pam_pwdfile.c b/pam_pwdfile.c index 2d020a9..ec2bd96 100644 --- a/pam_pwdfile.c +++ b/pam_pwdfile.c @@ -1,6 +1,6 @@ /* 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 $ + * $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 -- cgit v1.2.3