OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-614-ga0adc8c

Gerrit Code Review gerrit@openafs.org
Sun, 2 Jan 2011 06:21:04 -0800 (PST)


The following commit has been merged in the master branch:
commit a0adc8cd6ef62deaef8c2861f8a94f23a007fc81
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu Dec 30 16:30:37 2010 +0000

    auth: Move key related code to its own file
    
    Move all of the libauth code which does KeyFile management out
    into its own file, in preparation for a major rewrite.
    
    Change-Id: Id880136307cba726c04a003700ba70f3d74b297f
    Reviewed-on: http://gerrit.openafs.org/3611
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/auth/Makefile.in                  |    7 +-
 src/auth/NTMakefile                   |    1 +
 src/auth/cellconfig.c                 |  296 ++-------------------------------
 src/auth/cellconfig.p.h               |    1 -
 src/auth/internal.h                   |    4 +
 src/auth/keys.c                       |  281 +++++++++++++++++++++++++++++++
 src/libafsauthent/Makefile.in         |    4 +
 src/libafsauthent/NTMakefile          |    1 +
 src/libafsauthent/afsauthent.def      |    1 -
 src/libuafs/Makefile.common.in        |   10 +
 src/shlibafsauthent/Makefile.in       |    4 +
 src/shlibafsauthent/libafsauthent.map |    1 -
 12 files changed, 327 insertions(+), 284 deletions(-)

-- 
OpenAFS Master Repository