OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_4-14-g2f411f4

Gerrit Code Review gerrit@openafs.org
Wed, 24 Jul 2013 08:12:26 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 15b77552b22e3ff3e7478008673775a45047f600
Author: Alexander Chernyakhovsky <achernya@mit.edu>
Date:   Tue May 14 18:12:08 2013 -0400

    Move akimpersonate to libauth
    
    Give it its own source file and header, install the header at
    depinstall time, and have aklog get the akimpersonate functionality
    from libauth.
    
    Keep the linux box copyright from aklog_main.c (but strip the trailing
    whitespace), as that block was added with the akimpersonate code.
    
    Remove all calls to afs_com_err() as is fitting for library code,
    to let it build.  Do not bother removing curly braces which are
    no longer needed; a future cleanup commit will catch that.

 src/aklog/aklog.c               |  376 +----------------------------------
 src/auth/Makefile.in            |   13 +-
 src/auth/akimpersonate.c        |  428 +++++++++++++++++++++++++++++++++++++++
 src/auth/akimpersonate.h        |   21 ++
 src/libafsauthent/Makefile.in   |    5 +-
 src/shlibafsauthent/Makefile.in |    5 +-
 6 files changed, 468 insertions(+), 380 deletions(-)

-- 
OpenAFS Master Repository