aboutsummaryrefslogtreecommitdiff
path: root/pam_pwdfile.c
diff options
context:
space:
mode:
authorCharl Botha <cpbotha@cpbotha.net>2000-08-29 07:23:11 +0000
committerCharl Botha <cpbotha@cpbotha.net>2000-08-29 07:23:11 +0000
commit9fe563e6bdeb11d891360d701efcd57a4ce763a6 (patch)
tree4ab3049e633ed456b436890ee0f832180cb2799a /pam_pwdfile.c
parent7d0a6931c1ac846c755e8cb7030593475a91c9e3 (diff)
downloadlibpam-pwdfile-9fe563e6bdeb11d891360d701efcd57a4ce763a6.tar.gz
Fixed small buglet in INSTALL. Changed version in pam_pwdfile.c.
Diffstat (limited to 'pam_pwdfile.c')
-rw-r--r--pam_pwdfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pam_pwdfile.c b/pam_pwdfile.c
index 4c782f0..484a42a 100644
--- a/pam_pwdfile.c
+++ b/pam_pwdfile.c
@@ -1,12 +1,12 @@
/* pam_pwdfile.c copyright 1999 by Charl P. Botha <cpbotha@ieee.org>
*
- * $Id: pam_pwdfile.c,v 1.4 2000-08-28 07:57:08 cpbotha Exp $
+ * $Id: pam_pwdfile.c,v 1.5 2000-08-29 07:23:11 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.3
+ * version 0.4
*
* Copyright (c) Charl P. Botha, 1999. All rights reserved
*