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 ddd18b279f7f766b4ebc8f8ec21144e32cda8bf9
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun May 20 12:57:00 2012 +0100

    auth: Relocate NetRestrict support functions
    
    Pull the NetRestrict and NetInfo support functions out of libutil,
    and into libauth. This starts to concentrate all of our configuration
    file parsing functions into the same place.
    
    It also gets rid of a circular dependency. NetRestrict parsing relies
    on functions from rx, so with this in libutil, we had the dependency
    chain util->rx->util
    
    Reviewed-on: http://gerrit.openafs.org/8027
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 1e76c59ea52b35f4d478fdbe85456160b1e9f8ec)
    
    Change-Id: I7f886539e047ac84c02870ffb2d0ea37fb557026
    Reviewed-on: http://gerrit.openafs.org/10036
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/install/wix/files.wxi  |    1 -
 src/afsd/afsd.c                  |   14 +-
 src/auth/Makefile.in             |    5 +-
 src/auth/NTMakefile              |    1 +
 src/auth/cellconfig.p.h          |   12 +
 src/auth/netrestrict.c           |  480 ++++++++++++++++++++++++++++++++++++++
 src/bozo/bosserver.c             |    8 +-
 src/budb/server.c                |    8 +-
 src/butc/tcmain.c                |    8 +-
 src/dviced/Makefile.in           |    5 +-
 src/dvolser/Makefile.in          |    5 +-
 src/kauth/kaserver.c             |    8 +-
 src/libafsauthent/Makefile.in    |    6 +-
 src/libafsauthent/NTMakefile     |    3 +-
 src/libafsauthent/afsauthent.def |    1 +
 src/libuafs/Makefile.common.in   |   18 +-
 src/ptserver/ptserver.c          |    8 +-
 src/tbudb/Makefile.in            |    5 +-
 src/tptserver/Makefile.in        |    5 +-
 src/tsalvaged/Makefile.in        |    5 +-
 src/tsalvaged/NTMakefile         |    1 -
 src/tubik/Makefile.in            |    5 +-
 src/tvlserver/Makefile.in        |    5 +-
 src/tvolser/Makefile.in          |    5 +-
 src/ubik/Makefile.in             |    8 +-
 src/ubik/beacon.c                |    9 +-
 src/update/server.c              |    8 +-
 src/util/Makefile.in             |   25 +--
 src/util/NTMakefile              |    3 -
 src/util/afsutil_prototypes.h    |   17 --
 src/util/netutils.c              |  480 --------------------------------------
 src/util/netutils.h              |   15 --
 src/viced/Makefile.in            |  366 +++++++++++++++++++++++++----
 src/viced/viced.c                |   12 +-
 src/vlserver/vlserver.c          |    8 +-
 src/volser/volmain.c             |    8 +-
 36 files changed, 905 insertions(+), 676 deletions(-)

-- 
OpenAFS Master Repository