OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_14_1-156-g30922c5

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


The following commit has been merged in the openafs-stable-1_4_x branch:
commit 38a1bfd1acc35e1bceef3a55c5857aec75b1552e
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_main.c          |  418 +--------------------------------------
 src/auth/Makefile.in            |   13 +-
 src/auth/akimpersonate.c        |  425 +++++++++++++++++++++++++++++++++++++++
 src/auth/akimpersonate.h        |   21 ++
 src/libafsauthent/Makefile.in   |    5 +-
 src/shlibafsauthent/Makefile.in |    5 +-
 6 files changed, 465 insertions(+), 422 deletions(-)

-- 
OpenAFS Master Repository