OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_25-12-gddd18b2
Gerrit Code Review
gerrit@openafs.org
Thu, 4 Jul 2013 07:09:30 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit c3dedaed934cd5d9b02ed2e6b92dc4b1603cd61d
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.
Reviewed-on: http://gerrit.openafs.org/5744
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit f8b759b63ff938e2829fefd71059202c44e7ca13)
Change-Id: Ifb1e9cb00dedf21e82aecf66812aef3c93166d99
Reviewed-on: http://gerrit.openafs.org/10035
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.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