diff --git a/.cvsignore b/.cvsignore index 2db843d..79e85d3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pam_krb5-1.42-1.tar.gz +pam_krb5-1.43-1.tar.gz diff --git a/pam_krb5.spec b/pam_krb5.spec index 910fb63..c174f51 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -1,6 +1,6 @@ -Summary: A Pluggable Authentication Module for Kerberos 5. +Summary: A Pluggable Authentication Module (PAM) for Kerberos 5. Name: pam_krb5 -Version: 1.42 +Version: 1.43 Release: 1 Source0: pam_krb5-%{version}-%{release}.tar.gz License: LGPL @@ -10,10 +10,11 @@ BuildRoot: %{_tmppath}/%{name}-root Requires: krbafs >= 1.0 %description -This is pam_krb5, a pluggable authentication module that can be used with -Linux-PAM and Kerberos 5. This module supports password checking, ticket -creation, and optional TGT verification and conversion to Kerberos IV tickets. -The included pam_krb5afs module also gets AFS tokens if so configured. +The pam_krb5 module is a Pluggable Authentication Module (PAM) that +can be used with Linux-PAM and Kerberos 5. The pam_krb5 module +supports password checking, ticket creation, optional TGT verification +and conversion to Kerberos IV tickets. The pam_krb5afs module, for AFS +tokens, is also included in this package. %prep %setup -q -n pam_krb5-%{version}-%{release} @@ -37,9 +38,21 @@ make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} %{_mandir}/man8/* %doc README COPYING ChangeLog TODO pam.d krb5afs-pam.d -# $Id: pam_krb5.spec,v 1.5 2004/09/09 09:47:30 cvsdist Exp $ +# $Id: pam_krb5.spec,v 1.6 2004/09/09 09:47:52 cvsdist Exp $ %changelog -* Tue Jul 17 2001 Nalin Dahyabhai +* Wed Aug 22 2001 Nalin Dahyabhai 1.43-1 +- add minimum UID support (suggested by Matthew Miller) +- don't link pam_krb5 with libkrbafs +- make all options in krb5.conf available as PAM config arguments + +* Tue Jul 31 2001 Nalin Dahyabhai +- merge patch from Chris Chiappa for building with Heimdal + +* Mon Jul 24 2001 Nalin Dahyabhai +- note that we had to prepend the current directory to a given path in + dlopen.c when we had to (noted by Onime Clement) + +* Tue Jul 17 2001 Nalin Dahyabhai 1.42-1 - return PAM_NEW_AUTHTOK_REQD when attempts to get initial credentials fail with KRB5KDC_ERR_KEY_EXP (noted by Onime Clement) diff --git a/sources b/sources index e42ab05..884ed61 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21311387494c78a873809a4cd67c0a62 pam_krb5-1.42-1.tar.gz +4a9158946b3ee61943b49540024affea pam_krb5-1.43-1.tar.gz