OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2867-g1e76c59

Gerrit Code Review gerrit@openafs.org
Fri, 31 Aug 2012 10:40:55 -0700 (PDT)


The following commit has been merged in the master branch:
commit 1e76c59ea52b35f4d478fdbe85456160b1e9f8ec
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
    
    Change-Id: I250d4d8264da8db61f603a06d1b7fdab44384cd3
    Reviewed-on: http://gerrit.openafs.org/8027
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 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             |    2 +-
 src/ubik/beacon.c                |    9 +-
 src/update/server.c              |    8 +-
 src/util/Makefile.in             |   14 +-
 src/util/NTMakefile              |    3 -
 src/util/afsutil_prototypes.h    |   17 --
 src/util/netutils.c              |  480 --------------------------------------
 src/util/netutils.h              |   15 --
 src/viced/Makefile.in            |    5 +-
 src/viced/viced.c                |   11 +-
 src/vlserver/vlserver.c          |    8 +-
 src/volser/volmain.c             |    8 +-
 36 files changed, 573 insertions(+), 629 deletions(-)

-- 
OpenAFS Master Repository