OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2359-gcc06d00

Gerrit Code Review gerrit@openafs.org
Mon, 9 Apr 2012 15:37:20 -0700 (PDT)


The following commit has been merged in the master branch:
commit cc06d00b215b4aebfdd05ad205c088e3dc1ba666
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun Sep 25 21:30:02 2011 +0100

    Move configuration parsing into libcmd
    
    Rework the API for directly parsing configuration files and move it
    out of util/ and into libcmd, where we can actually make use of it.
    
    This is a raw API - it provides direct access to the parser. The
    eventual intent is that this will predominantly be contained within
    libcmd itself, which will then wrap this with the more general purpose
    Option functions
    
    Change-Id: I9f4a9c373c4123023120f69e595068ead6160507
    Reviewed-on: http://gerrit.openafs.org/7132
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/cmd/Makefile.in           |    5 +-
 src/cmd/cmd.p.h               |   27 ++++++
 src/cmd/krb5_locl.h           |  190 +++++++++++++++++++++++++++++++++++++++++
 src/util/Makefile.in          |   10 +--
 src/util/afsutil_prototypes.h |    9 --
 src/util/krb5_locl.h          |  182 ---------------------------------------
 6 files changed, 222 insertions(+), 201 deletions(-)

-- 
OpenAFS Master Repository