From 30e62a622151cef666f6ab80cf1fae0f058f0c96 Mon Sep 17 00:00:00 2001 From: Charl Botha Date: Mon, 10 Jun 2002 21:51:04 +0000 Subject: Getting ready for 0.98. --- README | 4 ++-- changelog | 9 +++++---- pam_pwdfile.c | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README b/README index e77800c..8962ae4 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ README for pam_pwdfile PAM module - Charl P. Botha -$Id: README,v 1.10 2002-05-11 14:46:23 cpbotha Exp $ +$Id: README,v 1.11 2002-06-10 21:51:04 cpbotha Exp $ --------------------------------------------------------------------------- -This is version 0.97 of pam_pwdfile. +This is version 0.98 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 diff --git a/changelog b/changelog index 1deab0f..2372d6a 100644 --- a/changelog +++ b/changelog @@ -1,13 +1,14 @@ changelog for pam_pwdfile PAM module - Charl P. Botha -$Id: changelog,v 1.15 2002-06-09 21:01:46 cpbotha Exp $ +$Id: changelog,v 1.16 2002-06-10 21:50:32 cpbotha Exp $ --------------------------------------------------------------------------- -0.98 : Not released yet. +0.98 : Mon Jun 10 23:49:46 CEST 2002 * added contrib directory with spec file and Makefile by Jason F. McBrayer . -* -lcrypt is now used again (because it does seem to be necessary in some - cases) +* -lcrypt is now used again (because it is necessary in some cases, doh); + Problem reported by Charles Vejnar +* That damn Mozilla beat us to 1.0! 0.97 : Sat May 11 16:40:19 CEST 2002 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 * - * $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 * -- cgit v1.2.3