OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-780-gc349921
Gerrit Code Review
gerrit@openafs.org
Tue, 22 Feb 2011 00:57:40 -0800 (PST)
The following commit has been merged in the master branch:
commit c3499218ad604b1985239334d77dd0a94c7128bb
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
Change-Id: I66de192c6028c195c3bb6809c451281d9937fb26
Reviewed-on: http://gerrit.openafs.org/3939
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