Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
krb5-libs: The shared libraries used by Kerberos 5.
- Summary
- Kerberos is a network authentication system. The krb5-libs package
contains the shared libraries needed by Kerberos 5. If you are using
Kerberos, you need to install this package.
Changelog
- * Thu Mar 26 19:00:00 2009 Nalin Dahyabhai <nalin{%}redhat{*}com> 1.3.4-62.el4
- add fix for attempt to free uninitialized pointer in the ASN.1 decoder
(#491836, CVE-2009-0846)
- add fix for bug in length validation in the ASN.1 decoder (CVE-2009-0847)
- * Thu Jan 22 18:00:00 2009 Nalin Dahyabhai <nalin{%}redhat{*}com> 1.3.4-61.el4
- tweak PAM patch to indicate that we're changing an expired password, so
being root doesn't automatically mean it should be allowed if it's not
a good password (#479082)
- tweak PAM patch to indicate that login is running with a terminal
device, so an expired password can trigger a password change, rather
than requiring a failure (#479083)
- add second PAM patch to also set the PAM_RHOST item (James Leddy, #457844)
- add patch to also report an error in rcp if close() returns an error,
which could indicate an out-of-space error on an NFS filesystem (Tomas
Smetana, #461900)
- * Wed Dec 10 18:00:00 2008 Nalin Dahyabhai <nalin{%}redhat{*}com>
- quote %{__cc} when we refer to it, in case it now includes whitespace