diff options
author | Charl Botha <cpbotha@cpbotha.net> | 2002-06-10 21:51:04 +0000 |
---|---|---|
committer | Charl Botha <cpbotha@cpbotha.net> | 2002-06-10 21:51:04 +0000 |
commit | 30e62a622151cef666f6ab80cf1fae0f058f0c96 (patch) | |
tree | 584c317042860ba5025461505a832e353f2cb35b /pam_pwdfile.c | |
parent | c9c8e613239793819913fc9f9e7fa73db0ea346a (diff) | |
download | libpam-pwdfile-30e62a622151cef666f6ab80cf1fae0f058f0c96.tar.gz |
Getting ready for 0.98.v0.98
Diffstat (limited to 'pam_pwdfile.c')
-rw-r--r-- | pam_pwdfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pam_pwdfile.c b/pam_pwdfile.c index 09b3fed..1b45116 100644 --- a/pam_pwdfile.c +++ b/pam_pwdfile.c @@ -1,12 +1,12 @@ /* pam_pwdfile.c copyright 1999-2001 by Charl P. Botha <cpbotha@ieee.org> * - * $Id: pam_pwdfile.c,v 1.16 2002-05-11 14:42:35 cpbotha Exp $ + * $Id: pam_pwdfile.c,v 1.17 2002-06-10 21:51:04 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.97 + * version 0.98 * * Copyright (c) Charl P. Botha, 1999-2002. All rights reserved * |