OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_14_1-156-g30922c5
Gerrit Code Review
gerrit@openafs.org
Wed, 24 Jul 2013 08:30:32 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit fe59cb9c629f8c35fb0ee412ba94cbd1ac3e5088
Author: Chaskiel Grundman <cg2v@andrew.cmu.edu>
Date: Sat Feb 9 12:01:37 2013 -0500
Add rxkad server hook function to decrypt more types of tokens
Allow tokens to be encrypted with algorithms other than DES.
The security object owner must provide an implementation
by calling rxkad_SetAltDecryptProc.
Make sure plainsiz is initialized before calling the alternate decrypt
proc.
src/rxkad/private_data.h | 1 +
src/rxkad/rxkad.p.h | 5 ++++
src/rxkad/rxkad_prototypes.h | 5 +++-
src/rxkad/rxkad_server.c | 13 ++++++++++-
src/rxkad/ticket5.c | 49 ++++++++++++++++++++++++-----------------
5 files changed, 51 insertions(+), 22 deletions(-)
--
OpenAFS Master Repository