OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre2-50-g739721d
Gerrit Code Review
gerrit@openafs.org
Sun, 27 Feb 2011 10:36:10 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 739721df17243959468ffd89fc791aca5ca15c6a
Author: Derrick Brashear <shadow@dementia.org>
Date: Mon Feb 14 00:20:40 2011 -0500
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 | 4 +-
.../AklogAuthPlugin.xcodeproj/project.pbxproj | 204 +++++++++++++++++++
.../AklogAuthPlugin/AklogAuthPlugin_Prefix.pch | 3 +
src/platform/DARWIN/AklogAuthPlugin/Info.plist | 26 +++
src/platform/DARWIN/AklogAuthPlugin/README | 74 +++++++
src/platform/DARWIN/AklogAuthPlugin/aklog.c | 211 ++++++++++++++++++++
src/platform/DARWIN/Makefile.in | 27 ++-
7 files changed, 544 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository