]> 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)
committerRuss Allbery <rra@debian.org>
Mon, 22 Jul 2013 22:25:53 +0000 (15:25 -0700)
commit20d77739172eb2d11e1529f474c7b6ef55416ab4
treeb09b799a4eac911c578ba153bc2b892fb1e608cf
parent01913796f7c213e4ed29989ef4e17f4c16de9243
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
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