OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-869-g1eb5709

Gerrit Code Review gerrit@openafs.org
Sun, 13 Mar 2011 13:41:25 -0700 (PDT)


The following commit has been merged in the master branch:
commit 1eb570996485023ce902393a251c5f4e92229d10
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sat Mar 5 23:09:18 2011 +0000

    auth: Rework afsconf_UpToDate to use CellServDB
    
    Rework the afsconf_UpToDate check so that it uses the modifcation of
    the CellServDB, and not the KeyFile to determine whether the
    configuration information has been changed under us or not. afsconf
    defines the CellServDB as being the single sentinel for a config
    directory being changed, and our tools are careful to always touch
    the CellServDB when updating anything else there.
    
    Also, rework the _afsconf_Check() code so that it uses afsconf_UpToDate,
    rather than including this logic twice.
    
    Change-Id: I8ef5f67afbb5982bb25e12407ea5dc5dc1512840
    Reviewed-on: http://gerrit.openafs.org/4203
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/auth/cellconfig.c  |   70 ++++++++++++++++++++----------------------------
 tests/auth/authcon-t.c |   19 ++++++++++++-
 2 files changed, 47 insertions(+), 42 deletions(-)

-- 
OpenAFS Master Repository