OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_4-14-g2f411f4
Gerrit Code Review
gerrit@openafs.org
Wed, 24 Jul 2013 08:12:25 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 14db1a40e5be3b7325951d002885bbf288d570c1
Author: Chaskiel Grundman <cg2v@andrew.cmu.edu>
Date: Sat Feb 9 12:42:20 2013 -0500
New optional rxkad functionality for decypting krb5 tokens
An additional, optional mechanism for decrypting krb5-format tokens
is provided that uses the krb5 api with a key from a keytab
instead of using libdes and the AFS KeyFile.
The AIX compat stub for krb5_c_decrypt is contributed by Andrew Deason.
Change-Id: I97c08122c60482b84d602d6fa6482f1d5deef142
configure.ac | 13 ++-
src/rxkad/Makefile.in | 5 +-
src/rxkad/rxkad_prototypes.h | 3 +
src/rxkad/ticket5_keytab.c | 353 +++++++++++++++++++++++++++++++++++++++++
src/shlibafsrpc/libafsrpc.map | 1 +
5 files changed, 372 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository