OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2409-gf8b759b

Gerrit Code Review gerrit@openafs.org
Mon, 16 Apr 2012 10:31:54 -0700 (PDT)


The following commit has been merged in the master branch:
commit f8b759b63ff938e2829fefd71059202c44e7ca13
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Tue Feb 28 08:50:33 2012 -0500

    auth: local realms configuration
    
    Add krb.conf and krb.excl support to the auth cell configuration
    library.  Provide a function to determine if the user is local to the
    cell.  Provide a function to set the local realms during application
    initialization.  These changes are intended to replace the functions
    afs_krb_get_lrealm and afs_is_foreign_ticket_name.
    
    Change-Id: Iba57e9ffc2c958f3a4565a9352ce172189276ce9
    Reviewed-on: http://gerrit.openafs.org/5744
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 acinclude.m4                       |    1 +
 src/auth/Makefile.in               |    5 +-
 src/auth/NTMakefile                |    2 +
 src/auth/cellconfig.c              |    5 +
 src/auth/cellconfig.p.h            |    8 +
 src/auth/internal.h                |    2 +
 src/auth/realms.c                  |  603 ++++++++++++++++++++++++++++++++++++
 src/libafsauthent/Makefile.in      |    6 +-
 src/libafsauthent/NTMakefile       |    1 +
 src/libafsauthent/afsauthent.def   |    2 +
 src/libuafs/Makefile.common.in     |   13 +
 src/shlibafsauthent/Makefile.in    |    6 +-
 src/shlibafsauthent/afsauthent.def |    3 +
 tests/TESTS                        |    1 +
 tests/auth/.gitignore              |    1 +
 tests/auth/Makefile.in             |    5 +-
 tests/auth/realms-t.c              |  371 ++++++++++++++++++++++
 tests/common/config.c              |    2 +
 18 files changed, 1032 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository