From 8bdeb049ade989ed3b86279b6493b25f7f8cba4a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 09:47:22 +0000 Subject: auto-import changelog data from pam_krb5-1.40-2.src.rpm Wed Jul 11 2001 Nalin Dahyabhai - buildprereq the krbafs-devel package Fri Jul 06 2001 Nalin Dahyabhai - don't set forwardable and assorted other flags when getting password- changing service ticket (noted, and fix supplied, by Onime Clement) - try __posix_getpwnam_r on Solaris before we try getpwnam_r, which may or may not be expecting the same number/type of arguments (noted by Onime Clement) - use krb5_aname_to_localname to convert the principal to a login name and set PAM_USER to the result when authenticating - some autoconf fixes for failure cases Tue Jun 26 2001 Nalin Dahyabhai - use krb5_change_password() to change passwords Tue Jun 12 2001 Nalin Dahyabhai - use getpwnam_r instead of getpwnam when available Fri Jun 08 2001 Nalin Dahyabhai - cleanup some autoconf checks Thu Jun 07 2001 Nalin Dahyabhai - don't call initialize_krb5_error_table() or initialize_ovk_error_table() if they're not found at compile-time (reported for RHL 6.x by Chris Riley) Thu May 31 2001 Nalin Dahyabhai - note that [pam] is still checked in addition to [appdefaults] - note that AFS and Kerberos IV support requires working Kerberos IV configuration files (i.e., kinit -4 needs to work) (doc changes suggested by Martin Schulz) Tue May 29 2001 Nalin Dahyabhai - add max_timeout, timeout_shift, initial_timeout, and addressless options (patches from Simon Wilkinson) - fix the README to document the [appdefaults] section instead of [pam] - change example host and cell names in the README to use example domains Wed May 02 2001 Nalin Dahyabhai - don't delete tokens unless we're also removing ticket files (report and patch from Sean Dilda) - report initialization errors better Thu Apr 26 2001 Nalin Dahyabhai - treat semicolons as a comment character, like hash marks (bug reported by Greg Francis at Gonzaga University) - use the [:blank:] equivalence class to simplify the configuration file parser - don't mess with the real environment - implement mostly-complete aging support Sat Apr 07 2001 Nalin Dahyabhai - tweak the man page (can't use italics and bold simultaneously) --- diff --git a/.cvsignore b/.cvsignore index edff393..57fc053 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pam_krb5-1.31-1.tar.gz +pam_krb5-1.40-2.tar.gz diff --git a/pam_krb5.spec b/pam_krb5.spec index 2f13e45..b3b0aa8 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -1,11 +1,11 @@ Summary: A Pluggable Authentication Module for Kerberos 5. Name: pam_krb5 -Version: 1.31 -Release: 1 +Version: 1.40 +Release: 2 Source0: pam_krb5-%{version}-%{release}.tar.gz -Copyright: LGPL +License: LGPL Group: System Environment/Base -BuildPrereq: byacc, flex, krb5-devel, /usr/include/security/pam_modules.h +BuildPrereq: byacc, flex, krb5-devel, krbafs-devel, pam-devel BuildRoot: %{_tmppath}/%{name}-root Requires: krbafs >= 1.0 @@ -37,8 +37,61 @@ 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.3 2004/09/09 09:47:01 cvsdist Exp $ +# $Id: pam_krb5.spec,v 1.4 2004/09/09 09:47:22 cvsdist Exp $ %changelog +* Wed Jul 11 2001 Nalin Dahyabhai +- buildprereq the krbafs-devel package + +* Fri Jul 6 2001 Nalin Dahyabhai +- don't set forwardable and assorted other flags when getting password- + changing service ticket (noted, and fix supplied, by Onime Clement) +- try __posix_getpwnam_r on Solaris before we try getpwnam_r, which may + or may not be expecting the same number/type of arguments (noted by + Onime Clement) +- use krb5_aname_to_localname to convert the principal to a login name + and set PAM_USER to the result when authenticating +- some autoconf fixes for failure cases + +* Wed Jun 26 2001 Nalin Dahyabhai +- use krb5_change_password() to change passwords + +* Tue Jun 12 2001 Nalin Dahyabhai +- use getpwnam_r instead of getpwnam when available + +* Fri Jun 8 2001 Nalin Dahyabhai +- cleanup some autoconf checks + +* Thu Jun 7 2001 Nalin Dahyabhai +- don't call initialize_krb5_error_table() or initialize_ovk_error_table() + if they're not found at compile-time (reported for RHL 6.x by Chris Riley) + +* Thu May 31 2001 Nalin Dahyabhai +- note that [pam] is still checked in addition to [appdefaults] +- note that AFS and Kerberos IV support requires working Kerberos IV + configuration files (i.e., kinit -4 needs to work) (doc changes + suggested by Martin Schulz) + +* Tue May 29 2001 Nalin Dahyabhai +- add max_timeout, timeout_shift, initial_timeout, and addressless options + (patches from Simon Wilkinson) +- fix the README to document the [appdefaults] section instead of [pam] +- change example host and cell names in the README to use example domains + +* Wed May 2 2001 Nalin Dahyabhai +- don't delete tokens unless we're also removing ticket files (report and + patch from Sean Dilda) +- report initialization errors better + +* Thu Apr 26 2001 Nalin Dahyabhai +- treat semicolons as a comment character, like hash marks (bug reported by + Greg Francis at Gonzaga University) +- use the [:blank:] equivalence class to simplify the configuration file parser +- don't mess with the real environment +- implement mostly-complete aging support + +* Sat Apr 7 2001 Nalin Dahyabhai +- tweak the man page (can't use italics and bold simultaneously) + * Fri Apr 6 2001 Nalin Dahyabhai - restore the default TGS value (#35015) diff --git a/sources b/sources index e6f6999..dfa34ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c2439ad60dd939ac6c927354d6b85c1 pam_krb5-1.31-1.tar.gz +c001ccf877a768ac7d8eb7bdd85e89c7 pam_krb5-1.40-2.tar.gz