OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2777-gcf03e0a
Gerrit Code Review
gerrit@openafs.org
Thu, 26 Jul 2012 10:50:22 -0700 (PDT)
The following commit has been merged in the master branch:
commit cf03e0a4748e122fd1bf2ec9d00e539b70f3eb3f
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Jul 25 15:48:34 2012 -0500
crypto: Use our strcasecmp in kernel
A few pieces of heimdal we use in the kernel call strcasecmp
(hcrypto/evp.c, krb5/crypto.c). The strcasecmp function does not exist
in all kernels (specifically, it does not exist in at least Linux 2.4,
2.6.9, and probably not on Solaris pre-10). Since we have our own copy
of strcasecmp (called afs_strcasecmp), just use that for now.
Ideally we would have some kind of configure test for detecting the
presence of the function in the kernel, and use the roken
implementation when we don't. We currently have the framework for
neither of those in place at the moment, though, so just get by with
this for now.
Change-Id: Ia96b17596da6cb168c80c92486fa049c05205da4
Reviewed-on: http://gerrit.openafs.org/7881
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/crypto/hcrypto/kernel/config.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository