]> 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 20:50:08 +0000 (13:50 -0700)
commit871f70d93afac550bacd52de944d57839493e5f2
tree19f1abc4ee9714dd812016504ad79f7c37aa8af5
parent923f04bcd734b6aec7dbcb742f0d737983f3951e
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.

Conflicts:
src/aklog/aklog.c
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