OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-862-g7a0bbff

Gerrit Code Review gerrit@openafs.org
Sun, 13 Mar 2011 07:35:08 -0700 (PDT)


The following commit has been merged in the master branch:
commit 7a0bbff4a61b1709cccc643ec8aa4440d2b4a936
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Mar 4 22:37:10 2011 +0000

    afsconf: Rework security flags
    
    BuildServerSecurityObjects takes a set of flags, which makes it
    hard to use it as a callback function. Rework this so that the
    security flags are part of the afsconf directory structure, and
    so BuildServerSecurityObjects only takes a rock, and its return
    parameters.
    
    Update all of the callers for this new function, and add tests
    for it to the test suite.
    
    Change-Id: I48219ed199d128c6aec3765ca425bda9e464b937
    Reviewed-on: http://gerrit.openafs.org/4201
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/auth/authcon.c                    |   20 +++++++--
 src/auth/cellconfig.p.h               |   26 ++++++-----
 src/bozo/bosserver.c                  |    2 +-
 src/budb/server.c                     |    3 +-
 src/libafsauthent/afsauthent.def      |    1 +
 src/ptserver/ptserver.c               |    3 +-
 src/shlibafsauthent/libafsauthent.map |    1 +
 src/update/server.c                   |    2 +-
 src/viced/viced.c                     |    4 +-
 src/vlserver/vlserver.c               |    2 +-
 src/volser/volmain.c                  |    2 +-
 tests/TESTS                           |    1 +
 tests/auth/.gitignore                 |    1 +
 tests/auth/Makefile.in                |    9 +++-
 tests/auth/authcon-t.c                |   72 +++++++++++++++++++++++++++++++++
 tests/auth/superuser-t.c              |    2 +-
 16 files changed, 122 insertions(+), 29 deletions(-)

-- 
OpenAFS Master Repository