OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_69-14-gcb4b62a

Gerrit Code Review gerrit@openafs.org
Fri, 22 Jan 2010 05:31:22 -0800 (PST)


The following commit has been merged in the master branch:
commit cb4b62a40352ccebae3a299f4327fa70fc7a0c5c
Author: Russ Allbery <rra@stanford.edu>
Date:   Thu Jan 21 15:41:49 2010 -0800

    Enable weak enctypes for aklog if supported by Kerberos
    
    Current versions of both MIT Kerberos and Heimdal disable DES enctypes
    by default, but DES enctypes are still required for AFS service tickets.
    Probe for either krb5_allow_weak_crypto() (MIT Kerberos 1.8) or
    krb5_enctype_enable() (Heimdal) and, if found, call them to enable DES
    enctypes.  If neither is found, assume that the Kerberos libraries are
    old enough that DES is enabled by default.
    
    Change-Id: Ib5231bb7c2fe88f4c424628394ed08122d5710a1
    Reviewed-on: http://gerrit.openafs.org/1141
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/aklog/aklog.c  |   13 +++++++++++++
 src/cf/kerberos.m4 |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository