SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for pam_krb5-debuginfo-1.81-1.i386.rpm :

* Wed Jul 30 2008 Nalin Dahyabhai 1.81-1- fix #435168 for the use-first-pass case
* Tue Mar 11 2008 Nalin Dahyabhai 1.80-1- don\'t try to verify the creds that we get if we obtained them in order to start a password-change. If we successfully change the user\'s password, validate the TGT we obtain using the new password (Paul Batkowski, #435168)
* Sat Mar 31 2007 Nalin Dahyabhai 1.79-1- close some memory leaks (part of #220278)- avoid spurious AS request when we\'re called for account management without previously having been called to authenticate (#221552)
* Wed Jan 18 2006 Nalin Dahyabhai 1.78-1- fix processing of the \"realm=\" option (#117214)- report the reason for a password change failure to the user
* Thu Jul 28 2005 Nalin Dahyabhai 1.77-1- only check .k5login during account management if we were called to authenticate the user the first time around (#140325)
* Thu Feb 24 2005 Nalin Dahyabhai 1.76-1- ensure that a TGT obtained after a password change is obtained using the same flags which would be used if no password change were needed
* Tue Nov 16 2004 Tomas Mraz 1.75-1- be more tolerant to the contents of krb5.conf (#136656)
* Tue Jun 08 2004 Nalin Dahyabhai 1.74-1- work around possible incompatibility between libcrypto and libdes425 when loaded by applications which link to a libcrypto built without DES_INT on arches where sizeof(int) != sizeof(long) (#125471)- return PAM_AUTHINFO_UNAVAIL for KDC unresolvable/unreachable cases
* Fri Mar 12 2004 Nalin Dahyabhai 1.73-1- adjust libresolv configure check
* Fri Mar 12 2004 Nalin Dahyabhai 1.72-1- test suite updates- fix configure script to detect krb524_convert_creds_kdc correctly
* Thu Mar 11 2004 Nalin Dahyabhai 1.71-1- fix command-line argument parsing for booleans and numbers- obtain creds correctly when changing passwords at login-time
* Thu Jan 30 2003 Nalin Dahyabhai 1.60-1- fix uninitialized pointer crash reading cached return values
* Wed Jan 29 2003 Nalin Dahyabhai 1.59-1- fix crash with per-user stashes and return values
* Tue Jan 28 2003 Nalin Dahyabhai 1.58-1- fix configure to not link with both libk5crypto and libcrypto
* Mon Jan 27 2003 Nalin Dahyabhai 1.57-1- force -fPIC- add --with-moduledir, --with-krb5-libs, --with-krbafs-libs to configure- add per-user stashes and return values
* Wed May 29 2002 Nalin Dahyabhai 1.56-1- guess a default cell name- fix what\'s hopefully the last parser bug
* Fri May 17 2002 Nalin Dahyabhai 1.55-2- rebuild in new environment
* Mon Mar 25 2002 Nalin Dahyabhai 1.55-1- handle account management for expired accounts correctly
* Wed Mar 20 2002 Nalin Dahyabhai 1.54-1- reorder configuration checks so that setting afs_cells will properly force krb4_convert on
* Wed Mar 20 2002 Nalin Dahyabhai 1.53-1- fix what\'s hopefully the last parser bug
* Mon Mar 18 2002 Nalin Dahyabhai 1.52-1- apply patch from David Howells to add retain_tokens option
* Thu Mar 07 2002 Nalin Dahyabhai 1.51-1- fix what\'s hopefully the last parser bug
* Sat Feb 23 2002 Nalin Dahyabhai 1.50-3- rebuild
* Wed Feb 20 2002 Nalin Dahyabhai 1.50-2- rebuild in new environment
* Fri Feb 15 2002 Nalin Dahyabhai 1.50-1- documentation updates (no code changes)
* Tue Feb 12 2002 Nalin Dahyabhai 1.49-1- set PAM_USER using the user\'s parsed name, converted back to a local name- add account management service (checks for key expiration and krb5_kuserok())- handle account expiration errors
* Fri Jan 25 2002 Nalin Dahyabhai 1.48-1- autoconf fixes
* Sat Oct 27 2001 Nalin Dahyabhai 1.47-2- bump release number and rebuild to link with new version of krbafs
* Wed Sep 26 2001 Nalin Dahyabhai 1.47-1- fix parsing of options which have multiple whitespace-separated values, like afs_cells
* Thu Sep 06 2001 Nalin Dahyabhai 1.46-1- link with libresolv to get res_search, tip from Justin McNutt, who built it statically- explicitly link with libdes425- handle cases where getpwnam_r fails but still sets the result pointer- if use_authtok is given and there is no authtok, error out
* Tue Aug 28 2001 Nalin Dahyabhai 1.45-1- set the default realm when a default realm is specified
* Fri Aug 24 2001 Nalin Dahyabhai 1.44-1- only use Kerberos error codes when there is no PAM error yet
* Thu Aug 23 2001 Nalin Dahyabhai 1.43-1- add minimum UID support (#52358)- don\'t link pam_krb5 with libkrbafs- make all options in krb5.conf available as PAM config arguments
* Wed Aug 01 2001 Nalin Dahyabhai - merge patch from Chris Chiappa for building with Heimdal
* Wed Jul 25 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)
* Wed Jul 18 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)
* Fri Jul 13 2001 Nalin Dahyabhai - add info about accessing the CVS repository to the README- parser cleanups (thanks to Dane Skow for a more complicated sample)
* Thu Jul 12 2001 Nalin Dahyabhai - buildprereq the krbafs-devel package
* Sat Jul 07 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 27 2001 Nalin Dahyabhai - use krb5_change_password() to change passwords
* Wed Jun 13 2001 Nalin Dahyabhai - use getpwnam_r instead of getpwnam when available
* Sat Jun 09 2001 Nalin Dahyabhai - cleanup some autoconf checks
* Fri Jun 08 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)
* Fri Jun 01 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)
* Wed May 30 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
* Thu May 03 2001 Nalin Dahyabhai - don\'t delete tokens unless we\'re also removing ticket files (report and patch from Sean Dilda)- report initialization errors better
* Fri Apr 27 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
* Sun Apr 08 2001 Nalin Dahyabhai - tweak the man page (can\'t use italics and bold simultaneously)
* Sat Apr 07 2001 Nalin Dahyabhai - restore the default TGS value (#35015)
* Thu Mar 29 2001 Nalin Dahyabhai - fix a debug message- fix uninitialized pointer error
* Tue Mar 27 2001 Nalin Dahyabhai - don\'t fail to fixup the krb5 ccache if something goes wrong obtaining v4 credentials or creating a krb4 ticket file (#33262)
* Thu Mar 22 2001 Nalin Dahyabhai - fixup the man page- log return code from k_setpag() when debugging- create credentials and get tokens when setcred is called for REINITIALIZE
* Wed Mar 21 2001 Nalin Dahyabhai - don\'t twiddle ownerships until after we get AFS tokens- use the current time instead of the issue time when storing v4 creds, since we don\'t know the issuing host\'s byte order- depend on a PAM development header again instead of pam-devel
* Tue Mar 20 2001 Nalin Dahyabhai - add a separate config file parser for compatibility with settings that predate the appdefault API- use a version script under Linux to avoid polluting the global namespace- don\'t have a default for afs_cells- need to close the file when we succeed in fixing permissions (noted by jlkatzAATTeos.ncsu.edu)
* Mon Mar 19 2001 Nalin Dahyabhai - use the appdefault API to read krb5.conf if available- create v4 tickets in such a way as to allow 1.2.2 to not think there\'s something fishy going on
* Tue Feb 13 2001 Nalin Dahyabhai - don\'t log unknown user names to syslog -- they might be sensitive information
* Fri Feb 09 2001 Nalin Dahyabhai - handle cases where krb5_init_context() fails
* Wed Jan 17 2001 Nalin Dahyabhai - be more careful around memory allocation (fixes from David J. MacKenzie)
* Mon Jan 15 2001 Nalin Dahyabhai - no fair trying to make me authenticate \'(null)\'
* Tue Dec 05 2000 Nalin Dahyabhai - rebuild in new environment
* Fri Dec 01 2000 Nalin Dahyabhai - rebuild in new environment
* Wed Nov 08 2000 Nalin Dahyabhai - only try to delete ccache files once- ignore extra data in v4 TGTs, but log that we got some- require \"validate\" to be true to try validating, and fail if validation fails
* Fri Oct 20 2000 Nalin Dahyabhai - catch and ignore errors reading keys from the keytab (for xscreensaver, vlock)
* Thu Oct 19 2000 Nalin Dahyabhai - fix prompting when the module\'s first in the stack and the user does not have a corresponding principal in the local realm- properly implement TGT validation- change a few non-error status messages into debugging messages- sync the README and the various man pages up
* Tue Oct 03 2000 Nalin Dahyabhai - fix \"use_authtok\" logic when password was not set by previous module- require pam-devel to build
* Mon Aug 28 2000 Nalin Dahyabhai - fix errors with multiple addresses (#16847)
* Thu Aug 17 2000 Nalin Dahyabhai - change summary
* Fri Aug 11 2000 Nalin Dahyabhai - fix handling of null passwords
* Thu Jul 06 2000 Nalin Dahyabhai - fixes for Solaris 7 from Trevor Schroeder
* Wed Jun 28 2000 Nalin Dahyabhai - add Seth Vidal\'s no_user_check flag- document no_user_check and skip_first_pass options in the man pages- rebuild against Kerberos 5 1.2 (release 15)
* Tue Jun 06 2000 Nalin Dahyabhai - move man pages to /usr/share/man
* Thu May 18 2000 Nalin Dahyabhai - Make errors chown()ing ccache files non-fatal if (getuid() != 0), suggested by Steve Langasek.
* Tue May 16 2000 Nalin Dahyabhai - Attempt to get initial Kerberos IV credentials when we get Kerberos 5 creds
* Fri Apr 21 2000 Nalin Dahyabhai - Chris Chiappa\'s modifications for customizing the ccache directory
* Thu Apr 20 2000 Nalin Dahyabhai - Mark Dawson\'s fix for krb4_convert not being forced on when afs_cells defined
* Thu Mar 23 2000 Nalin Dahyabhai - fix problem with leftover ticket files after multiple setcred() calls
* Mon Mar 20 2000 Nalin Dahyabhai - add proper copyright statements- save password for modules later in the stack
* Fri Mar 03 2000 Nalin Dahyabhai - clean up prompter
* Thu Mar 02 2000 Nalin Dahyabhai - add krbafs as a requirement
* Fri Feb 04 2000 Nalin Dahyabhai - pick up non-afs PAM config files again
* Wed Feb 02 2000 Nalin Dahyabhai - autoconf and putenv() fixes for broken apps- fix for compressed man pages
* Fri Jan 14 2000 Nalin Dahyabhai - tweak passwd, su, and vlock configuration files
* Fri Jan 07 2000 Nalin Dahyabhai - added both modules to spec file
* Wed Dec 22 1999 Nalin Dahyabhai - adapted the original spec file from pam_ldap
 
ICM