OpenAFS Master Repository branch, master, updated. 3c6ce91e5a23fa2cb742cb3f6759cec3ece10249

Gerrit Code Review gerrit@openafs.org
Fri, 10 Jul 2009 11:48:28 -0700 (PDT)


The following commit has been merged in the master branch:
commit 3c6ce91e5a23fa2cb742cb3f6759cec3ece10249
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Fri Jul 10 13:52:16 2009 +0100

    Roughly prototype the kauth directory
    
    A first pass at prototyping and warning reduction for the kauth
    directory. kauth is plagued by the des key type problems, and
    no attempt to remedy this has been made. Some other complex
    warnings remain - it didn't seem worth the effort to do this
    in too much detail, as it's dying soon.
    
    Reviewed-on: http://gerrit.openafs.org/23
    Verified-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/kauth/admin_tools.c |   22 ++++++-----
 src/kauth/authclient.c  |   17 +++++----
 src/kauth/client.c      |    5 +--
 src/kauth/kaauxdb.c     |    3 +-
 src/kauth/kadatabase.h  |   40 ++++++++++++++++++++
 src/kauth/kalog.c       |    9 +++--
 src/kauth/kalog.h       |    3 ++
 src/kauth/kaprocs.c     |   46 +++++++-----------------
 src/kauth/kaprocs.h     |   23 ++++++++++++
 src/kauth/kaserver.c    |   43 +++++++++-------------
 src/kauth/kautils.c     |    1 +
 src/kauth/kkids.c       |    6 ++-
 src/kauth/kkids.h       |   17 +++++++++
 src/kauth/klog.c        |    4 +-
 src/kauth/knfs.c        |   30 +++++----------
 src/kauth/kpasswd.c     |   13 ++++---
 src/kauth/kpwvalid.c    |    1 +
 src/kauth/krb_tf.c      |    5 +--
 src/kauth/krb_udp.c     |   93 ++++++++++++++---------------------------------
 src/kauth/read_passwd.c |   30 +++++-----------
 src/kauth/rebuild.c     |    2 +
 src/kauth/user.c        |    3 +-
 22 files changed, 213 insertions(+), 203 deletions(-)

-- 
OpenAFS Master Repository