OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2429-g5c9be9a

Gerrit Code Review gerrit@openafs.org
Sun, 22 Apr 2012 05:37:46 -0700 (PDT)


The following commit has been merged in the master branch:
commit 5c9be9a2f8eb4e2e8e9bf80132976adc506d968b
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sat Apr 21 20:55:23 2012 +0100

    util: Completely remove get_krbrlm
    
    Commit d85ece0977e043154b7d8f5aef5f4cd972771e8e added a new
    mechanism for determining whether a realm is local or not, and
    susequent commits removed all in-tree calls to the now-legacy
    functions in get_krbrlm.c
    
    To avoid confusion, just remove all of these legacy functions, as
    we don't want to end up supporting two ways of doing this
    operation.
    
    This change is not suitable for pullup to a stable release.
    
    Change-Id: Ie2f5c447f751d12a0d85a4a438efd7e210133e97
    Reviewed-on: http://gerrit.openafs.org/7263
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/libafsauthent/Makefile.in         |    5 -
 src/libafsauthent/NTMakefile          |    1 -
 src/shlibafsauthent/Makefile.in       |    4 -
 src/shlibafsauthent/NTMakefile        |    4 -
 src/shlibafsauthent/libafsauthent.map |    1 -
 src/tvlserver/Makefile.in             |    5 +-
 src/util/Makefile.in                  |    8 +-
 src/util/NTMakefile                   |    2 -
 src/util/afsutil_prototypes.h         |    4 -
 src/util/get_krbrlm.c                 |  171 ---------------------------------
 10 files changed, 3 insertions(+), 202 deletions(-)

-- 
OpenAFS Master Repository