OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_6-9-g7af73eb
Gerrit Code Review
gerrit@openafs.org
Wed, 29 Jan 2014 11:20:35 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 7af73eb272311f15d357c1d41a1f49a795eb20b8
Author: Benjamin Kaduk <kaduk@mit.edu>
Date: Thu Jan 9 23:54:45 2014 -0500
Disable deprecated warnings for krb5 routines
In OS X 10.9 Mavericks, Apple has marked all of the krb5 routines
as deprecated (in favor of the GSS framework). We must disable
these warnings in order to allow the buildslave to have a successful
build.
Luckily, Apple has left in rope for us to programmatically disable
the deprecated attribute with a preprocessor macro. Defining this
macro should be safe everywhere, so do so unconditionally.
This commit touches a few more files than the version on master does,
since the 1.6 branch is using the krb5 library for its rxkad-k5
implementation; the files in auth/ and rxkad/ are specific to 1.6.
Reviewed-on: http://gerrit.openafs.org/10699
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
(cherry picked from commit 17c50911f79382e3ba8960e4b6c122b348e9baef)
Change-Id: Id0e806029e25583698574bf3df626ce12a72312a
Reviewed-on: http://gerrit.openafs.org/10735
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/aklog/aklog.c | 1 +
src/aklog/asetkey.c | 1 +
src/aklog/klog.c | 1 +
src/aklog/krb_util.c | 1 +
src/aklog/skipwrap.c | 1 +
src/auth/akimpersonate.c | 1 +
src/auth/authcon.c | 1 +
src/libafscp/afscp_server.c | 1 +
src/libafscp/afscp_util.c | 1 +
src/rxkad/ticket5_keytab.c | 1 +
10 files changed, 10 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository