Add interface to select client security objects
authorSimon Wilkinson <sxw@your-file-system.com>
Fri, 29 Jan 2010 17:52:17 +0000 (17:52 +0000)
committerDerrick Brashear <shadow|account-1000005@unknown>
Wed, 3 Feb 2010 21:07:04 +0000 (13:07 -0800)
commitd008089a79ef268bbca91d660a840f32cb416865
tree560bafabbf121191062e00f554ae2fc8856c5ef9
parentd302f1e193f631abb1c17253e8e3558f9c4a528c
Add interface to select client security objects

Add a pair of interfaces to support the selection of a security
object by the client. The idea of these interfaces is to abstract
out the job of selecting an interface from the client code itself,
and into a common library. This reduces duplicated code, and makes
it easier to add new security objects in the future.

Change-Id: I2bf411e6b56534070c827d009d36fa8a618c4511
Reviewed-on: http://gerrit.openafs.org/1219
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
12 files changed:
src/auth/acfg_errors.et
src/auth/authcon.c
src/auth/cellconfig.p.h
src/bozo/bos.c
src/bucoord/ubik_db_if.c
src/ptserver/ptuser.c
src/ubik/uinit.c
src/update/Makefile.in
src/uss/uss_vol.c
src/venus/afsio.c
src/viced/fsprobe.c
src/viced/host.c