Jump to letter: [
          
            ABCDEFGHIJKLMNOPRSTUWXYZ
          ]
        
        krb5-server: The KDC and related programs for Kerberos 5.
        
        
        - Summary
 
        - Kerberos is a network authentication system. The krb5-server package
contains the programs that must be installed on a Kerberos 5 key
distribution center (KDC).  If you are installing a Kerberos 5 KDC,
you need to install this package (in other words, most people should
NOT install this package).
 
        
        
        Changelog
        
            - * Fri Apr  3 17:00:00 2009 Nalin Dahyabhai <nalin{%}redhat{*}com> 1.6.1-31.el5_3.3
 
            - update to revised patch for CVE-2009-0844/CVE-2009-0845
 
        
            - * Thu Mar 26 17:00:00 2009 Nalin Dahyabhai <nalin{%}redhat{*}com> 1.6.1-31.el5_3.2
 
            - add fix for potential buffer read overrun in the SPNEGO GSSAPI mechanism
  (#490635, CVE-2009-0844)
- add fix for NULL pointer dereference when handling certain error cases
  in the SPNEGO GSSAPI mechanism (#490635, CVE-2009-0845)
- add fix for attempt to free uninitialized pointer in the ASN.1 decoder
  (#490635, CVE-2009-0846)
- add fix for bug in length validation in the ASN.1 decoder (CVE-2009-0847)
 
        
            - * Tue Mar 17 17:00:00 2009 Nalin Dahyabhai <nalin{%}redhat{*}com> 1.6.1-31.el5_3.1
 
            - add backport of svn patch to fix a bug in how the gssapi library
  handles certain error cases in gss_accept_sec_context (CVE-2009-0845,