OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-51-g855d3fb

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


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 855d3fbcde486640ba60fcce283cebb4bbdafe98
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Oct 7 18:45:08 2011 -0400

    Do not call krb5_get_error_message with NULL context
    
    MIT's krb5_get_error_message() ignores the context and can
    be called with a NULL context.  Heimdal's version does not.
    
    Derived from http://gerrit.openafs.org/5508 aka commit
    9dd9cfa0e1536e0e75628c84605b3d5b8486d69c
    
    The 1.6 branch is sufficiently different from master.
    
    Change-Id: Ie325705a78b155a04a6a9d44800037b72f5b045c
    Reviewed-on: http://gerrit.openafs.org/5569
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/WINNT/aklog/aklog.c                |   18 +++++++++++++++---
 src/WINNT/netidmgr_plugin/krb5common.c |    8 ++++----
 src/util/krb5_nt.c                     |   25 +++++++++++++++++++++----
 3 files changed, 40 insertions(+), 11 deletions(-)

-- 
OpenAFS Master Repository