| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors |
| Name: pam_krb5 | Distribution: Think Blue for zSeries (64 bit) |
| Version: 1.31 | Vendor: Millenux GmbH, Germany, http://www.millenux.com/ |
| Release: 1 | Build date: Mon May 14 16:43:58 2001 |
| Group: System Environment/Base | Build host: z02.millenux.com |
| Size: 464173 | Source RPM: pam_krb5-1.31-1.src.rpm |
| Packager: Millenux GmbH, Germany, <support@millenux.com> | |
| Summary: A Pluggable Authentication Module for Kerberos 5. | |
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.
LGPL
MD5: 0f8eb8fbef42c4b9a7c0885f213a1993
GPG
* Fri May 04 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
- ported to IBM zSeries (s390x, 64 bit)
* Fri Apr 06 2001 Nalin Dahyabhai <nalin@redhat.com>
- restore the default TGS value (#35015)
* Wed Mar 28 2001 Nalin Dahyabhai <nalin@redhat.com>
- fix a debug message
- fix uninitialized pointer error
* Mon Mar 26 2001 Nalin Dahyabhai <nalin@redhat.com>
- 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 <nalin@redhat.com>
- 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 <nalin@redhat.com>
- 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 <nalin@redhat.com>
- 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
jlkatz@eos.ncsu.edu)
* Mon Mar 19 2001 Nalin Dahyabhai <nalin@redhat.com>
- 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 <nalin@redhat.com>
- don't log unknown user names to syslog -- they might be sensitive information
* Fri Feb 09 2001 Nalin Dahyabhai <nalin@redhat.com>
- handle cases where krb5_init_context() fails
* Wed Jan 17 2001 Nalin Dahyabhai <nalin@redhat.com>
- be more careful around memory allocation (fixes from David J. MacKenzie)
* Mon Jan 15 2001 Nalin Dahyabhai <nalin@redhat.com>
- no fair trying to make me authenticate '(null)'
* Tue Dec 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new environment
* Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new environment
* Wed Nov 08 2000 Nalin Dahyabhai <nalin@redhat.com>
- 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
* Thu Oct 19 2000 Nalin Dahyabhai <nalin@redhat.com>
- catch and ignore errors reading keys from the keytab (for xscreensaver, vlock)
* Wed Oct 18 2000 Nalin Dahyabhai <nalin@redhat.com>
- 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
* Mon Oct 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix "use_authtok" logic when password was not set by previous module
- require pam-devel to build
* Sun Aug 27 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix errors with multiple addresses (#16847)
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
- change summary
* Thu Aug 10 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix handling of null passwords
* Wed Jul 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- fixes for Solaris 7 from Trevor Schroeder
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
- 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)
* Mon Jun 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- move man pages to /usr/share/man
* Wed May 17 2000 Nalin Dahyabhai <nalin@redhat.com>
- Make errors chown()ing ccache files non-fatal if (getuid() != 0), suggested
by Steve Langasek.
* Mon May 15 2000 Nalin Dahyabhai <nalin@redhat.com>
- Attempt to get initial Kerberos IV credentials when we get Kerberos 5 creds
* Thu Apr 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- Chris Chiappa's modifications for customizing the ccache directory
* Wed Apr 19 2000 Nalin Dahyabhai <nalin@redhat.com>
- Mark Dawson's fix for krb4_convert not being forced on when afs_cells defined
* Thu Mar 23 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix problem with leftover ticket files after multiple setcred() calls
* Mon Mar 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- add proper copyright statements
- save password for modules later in the stack
* Fri Mar 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- clean up prompter
* Thu Mar 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- add krbafs as a requirement
* Fri Feb 04 2000 Nalin Dahyabhai <nalin@redhat.com>
- pick up non-afs PAM config files again
* Wed Feb 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- autoconf and putenv() fixes for broken apps
- fix for compressed man pages
* Fri Jan 14 2000 Nalin Dahyabhai <nalin@redhat.com>
- tweak passwd, su, and vlock configuration files
* Fri Jan 07 2000 Nalin Dahyabhai <nalin@redhat.com>
- added both modules to spec file
* Wed Dec 22 1999 Nalin Dahyabhai <nalin@redhat.com>
- adapted the original spec file from pam_ldap
/lib/security/pam_krb5.so /lib/security/pam_krb5afs.so /usr/share/doc/pam_krb5-1.31 /usr/share/doc/pam_krb5-1.31/COPYING /usr/share/doc/pam_krb5-1.31/ChangeLog /usr/share/doc/pam_krb5-1.31/README /usr/share/doc/pam_krb5-1.31/TODO /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/ftp /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/gdm /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/gnorpm-auth /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/halt /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/kbdrate /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/linuxconf /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/linuxconf-pair /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/login /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/other /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/passwd /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/poweroff /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/ppp /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/reboot /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/rp3-config /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/samba /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/shutdown /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/sshd /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/su /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/sudo /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/up2date /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/vlock /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/xdm /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/xlock /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/xscreensaver /usr/share/doc/pam_krb5-1.31/krb5afs-pam.d/xserver /usr/share/doc/pam_krb5-1.31/pam.d /usr/share/doc/pam_krb5-1.31/pam.d/ftp /usr/share/doc/pam_krb5-1.31/pam.d/gdm /usr/share/doc/pam_krb5-1.31/pam.d/gnorpm-auth /usr/share/doc/pam_krb5-1.31/pam.d/halt /usr/share/doc/pam_krb5-1.31/pam.d/kbdrate /usr/share/doc/pam_krb5-1.31/pam.d/linuxconf /usr/share/doc/pam_krb5-1.31/pam.d/linuxconf-pair /usr/share/doc/pam_krb5-1.31/pam.d/login /usr/share/doc/pam_krb5-1.31/pam.d/other /usr/share/doc/pam_krb5-1.31/pam.d/passwd /usr/share/doc/pam_krb5-1.31/pam.d/poweroff /usr/share/doc/pam_krb5-1.31/pam.d/ppp /usr/share/doc/pam_krb5-1.31/pam.d/reboot /usr/share/doc/pam_krb5-1.31/pam.d/rp3-config /usr/share/doc/pam_krb5-1.31/pam.d/samba /usr/share/doc/pam_krb5-1.31/pam.d/shutdown /usr/share/doc/pam_krb5-1.31/pam.d/sshd /usr/share/doc/pam_krb5-1.31/pam.d/su /usr/share/doc/pam_krb5-1.31/pam.d/sudo /usr/share/doc/pam_krb5-1.31/pam.d/up2date /usr/share/doc/pam_krb5-1.31/pam.d/vlock /usr/share/doc/pam_krb5-1.31/pam.d/xdm /usr/share/doc/pam_krb5-1.31/pam.d/xlock /usr/share/doc/pam_krb5-1.31/pam.d/xscreensaver /usr/share/doc/pam_krb5-1.31/pam.d/xserver /usr/share/man/man5/pam_krb5.5.gz /usr/share/man/man5/pam_krb5afs.5.gz /usr/share/man/man8/pam_krb5.8.gz /usr/share/man/man8/pam_krb5afs.8.gz
Generated by rpm2html 1.7
Fritz Elfert, Thu Jan 16 13:49:47 2003