diff --git a/.cvsignore b/.cvsignore index efcc164..4c68c8d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -pam_krb5-2.2.8-1.tar.gz -pam_krb5-2.2.9-1.tar.gz +pam_krb5-2.2.10-1.tar.gz diff --git a/pam_krb5.spec b/pam_krb5.spec index 29f7925..8749f95 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -1,6 +1,6 @@ Summary: A Pluggable Authentication Module for Kerberos 5. Name: pam_krb5 -Version: 2.2.9 +Version: 2.2.10 Release: 1 Source0: pam_krb5-%{version}-%{release}.tar.gz License: LGPL @@ -45,8 +45,21 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' $RPM_BUILD_ROOT/%{_mandir}/man*/pam_krb5*.8* %{_mandir}/man8/* %doc README* COPYING* ChangeLog NEWS -# $Id: pam_krb5.spec,v 1.48 2006/07/26 17:43:59 nalin Exp $ +# $Id: pam_krb5.spec,v 1.49 2006/09/13 22:06:59 nalin Exp $ %changelog +* Wed Sep 13 2006 Nalin Dahyabhai - 2.2.10-1 +- build + +* Tue Sep 12 2006 Nalin Dahyabhai - 2.2.10-0.1 +- revert previous changes to how prompting works, and add a + no_subsequent_prompt option to suppress libkrb5-based prompts during + authentication, providing the PAM_AUTHTOK for all questions which + libkrb5 asks + +* Fri Sep 8 2006 Nalin Dahyabhai - 2.2.10-0 +- rework prompting so that we stop getting stray prompts every now and then, + and so that use_first_pass will *never* prompt for any information + * Tue Jul 25 2006 Nalin Dahyabhai - 2.2.9-1 - return PAM_IGNORE instead of PAM_SERVICE_ERR when we're called in an unsafe situation and told to refresh credentials (#197428) diff --git a/sources b/sources index a47e161..2aea2fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1e1a8e81783a84314b8c51034e411d8 pam_krb5-2.2.9-1.tar.gz +cc30c034db1b2eedf91ae13196c0453c pam_krb5-2.2.10-1.tar.gz