]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Move akimpersonate to libauth
authorAlexander Chernyakhovsky <achernya@mit.edu>
Tue, 14 May 2013 22:12:08 +0000 (18:12 -0400)
committerSimon Wilkinson <sxw@your-file-system.com>
Tue, 16 Jul 2013 19:37:56 +0000 (20:37 +0100)
commit15b77552b22e3ff3e7478008673775a45047f600
treeba6c4d40e4b7e6479aa03cdf6faa0c4a0f50a1cc
parent1c7fa1405940a136a992d65023cc690b1111ab3e
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
src/auth/Makefile.in
src/auth/akimpersonate.c [new file with mode: 0644]
src/auth/akimpersonate.h [new file with mode: 0644]
src/libafsauthent/Makefile.in
src/shlibafsauthent/Makefile.in