OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1741-ga453f21

Gerrit Code Review gerrit@openafs.org
Sun, 9 Oct 2011 07:39:55 -0700 (PDT)


The following commit has been merged in the master branch:
commit a453f2152145f242c7412c947aaebdd135cb9022
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Oct 8 10:01:07 2011 +0200

    Correct Heimdal conversion of libadmin/adminutil
    
    Patchset 4251e386aa25bb3fc02fa255e92327fffc8b954d converts to
    using Heimdal.  The conversion undid the introduction of the
    abstraction function fetch_krb5_error_message() which is
    implemented in src/util.  Restore the use of fetch_krb5_error_message()
    and modify src/util/krb5_nt.c to use the Kerberos Compat SDK
    interface.
    
    Change-Id: I67fe7a309727f67a1da3705e1e485e64747c325c
    Reviewed-on: http://gerrit.openafs.org/5571
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/libadmin/adminutil/afs_utilAdmin.c |   31 ++++++++++------------
 src/util/NTMakefile                    |    3 ++
 src/util/krb5_nt.c                     |   43 ++++++++++++++++---------------
 src/util/krb5_nt.h                     |    5 +---
 4 files changed, 40 insertions(+), 42 deletions(-)

-- 
OpenAFS Master Repository