OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-740-gb4350fa
Gerrit Code Review
gerrit@openafs.org
Wed, 16 Feb 2011 08:46:25 -0800 (PST)
The following commit has been merged in the master branch:
commit b4350fab31ab91373caac4601d26cd0451da0aa4
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Sep 11 13:02:49 2010 +0100
Unix CM: Add osi_crypto crypto interface
Add a new osi file to the cache manager. This file includes functions
which interface hcrypto with the kernel's own cryptography library.
At the moment, the only such function is osi_readRandom which returns
a block of random data from the kernel's PRNG.
Change-Id: Ib728f5bb638ef634efe4822da24bb7cca723983f
Reviewed-on: http://gerrit.openafs.org/3944
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/DARWIN/osi_crypto.c | 34 ++++++++++++++++++++++++++++++++++
src/afs/FBSD/osi_crypto.c | 34 ++++++++++++++++++++++++++++++++++
src/afs/LINUX/osi_crypto.c | 34 ++++++++++++++++++++++++++++++++++
src/afs/LINUX24/osi_crypto.c | 34 ++++++++++++++++++++++++++++++++++
src/afs/NBSD/osi_crypto.c | 34 ++++++++++++++++++++++++++++++++++
src/afs/OBSD/osi_crypto.c | 34 ++++++++++++++++++++++++++++++++++
src/afs/SOLARIS/osi_crypto.c | 34 ++++++++++++++++++++++++++++++++++
src/afs/afs_prototypes.h | 3 +++
src/libafs/Makefile.common.in | 2 ++
src/libafs/MakefileProto.DARWIN.in | 1 +
src/libafs/MakefileProto.FBSD.in | 1 +
src/libafs/MakefileProto.LINUX.in | 1 +
src/libafs/MakefileProto.NBSD.in | 1 +
src/libafs/MakefileProto.OBSD.in | 1 +
src/libafs/MakefileProto.SOLARIS.in | 1 +
15 files changed, 249 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository