]> git.michaelhowe.org Git - packages/o/openafs.git/commit
MacOS: aklog auth plugin
authorDerrick Brashear <shadow@dementia.org>
Mon, 14 Feb 2011 05:20:40 +0000 (00:20 -0500)
committerDerrick Brashear <shadow@dementia.org>
Sun, 27 Feb 2011 18:35:32 +0000 (10:35 -0800)
commit739721df17243959468ffd89fc791aca5ca15c6a
tree5d50807f30ab7a452001734377d76c74751f5b54
parent566f4f198a2e1e7cc05502bec1db267965a5ccc6
MacOS: aklog auth plugin

the AuthorizationPlugin subsystem replaced the old loginplugin
method. As it is now usable for us, provide a plugin which can take
advantage of it.

LICENSE BSD

Reviewed-on: http://gerrit.openafs.org/3939
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit c3499218ad604b1985239334d77dd0a94c7128bb)

Change-Id: I8280d0f1c2ac6ffb93ddc42a5cc5234401a4fcbc
Reviewed-on: http://gerrit.openafs.org/4090
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/packaging/MacOS/buildpkg.sh.in
src/platform/DARWIN/AklogAuthPlugin/AklogAuthPlugin.xcodeproj/project.pbxproj [new file with mode: 0644]
src/platform/DARWIN/AklogAuthPlugin/AklogAuthPlugin_Prefix.pch [new file with mode: 0644]
src/platform/DARWIN/AklogAuthPlugin/Info.plist [new file with mode: 0644]
src/platform/DARWIN/AklogAuthPlugin/README [new file with mode: 0644]
src/platform/DARWIN/AklogAuthPlugin/aklog.c [new file with mode: 0644]
src/platform/DARWIN/Makefile.in