OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_71-21-gd008089

Gerrit Code Review gerrit@openafs.org
Wed, 3 Feb 2010 13:07:34 -0800 (PST)


The following commit has been merged in the master branch:
commit d008089a79ef268bbca91d660a840f32cb416865
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Jan 29 17:52:17 2010 +0000

    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>

 src/auth/acfg_errors.et  |    2 +
 src/auth/authcon.c       |  164 +++++++++++++++++++++++++++++++++
 src/auth/cellconfig.p.h  |   33 +++++--
 src/bozo/bos.c           |  126 ++++++++------------------
 src/bucoord/ubik_db_if.c |  228 +++++++++++-----------------------------------
 src/ptserver/ptuser.c    |   63 ++++---------
 src/ubik/uinit.c         |  129 +++++++-------------------
 src/update/Makefile.in   |    4 +-
 src/uss/uss_vol.c        |   66 +++----------
 src/venus/afsio.c        |   71 +++------------
 src/viced/fsprobe.c      |   18 +----
 src/viced/host.c         |   45 ++-------
 12 files changed, 375 insertions(+), 574 deletions(-)

-- 
OpenAFS Master Repository