OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_25-44-g46b1871
Gerrit Code Review
gerrit@openafs.org
Wed, 24 Jul 2013 08:06:13 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit dc4b459e025d05e4889f9837653dc51a457ea361
Author: Chaskiel Grundman <cg2v@andrew.cmu.edu>
Date: Sat Apr 6 13:42:23 2013 -0400
Use rfc3961 library to decrypt kerberos 5 tickets
Decrypt tickets with non-des enctypes by calling out to the rfc3961 library.
This requires the security object to be given an enhanced get_key callback
that supports looking up keys by enctype.
Include a wrapper around afsconf_GetKeyByTypes so rxkad doesn't have
to know anything about libauth internals/interfaces
(cherry-picked from ea4812f03d498b6a838440fa3349e085fa5ea8b5)
Change-Id: Id2b085fb41e2ed3576ec66b2914c03e78c0077ec
Makefile.in | 2 +-
src/WINNT/afsd/NTMakefile | 4 +-
src/WINNT/afssvrmgr/NTMakefile | 3 +-
src/WINNT/aklog/NTMakefile | 3 +-
src/WINNT/client_creds/NTMakefile | 3 +-
src/WINNT/netidmgr_plugin/NTMakefile | 1 +
src/auth/Makefile.in | 1 +
src/auth/NTMakefile | 3 +-
src/auth/authcon.c | 40 ++++++++++++--
src/auth/cellconfig.p.h | 3 +-
src/bozo/Makefile.in | 1 +
src/bozo/NTMakefile | 6 ++-
src/bucoord/Makefile.in | 1 +
src/bucoord/NTMakefile | 3 +-
src/budb/Makefile.in | 1 +
src/budb/NTMakefile | 3 +-
src/butc/Makefile.in | 1 +
src/butc/NTMakefile | 3 +-
src/finale/Makefile.in | 1 +
src/fsprobe/Makefile.in | 1 +
src/gtx/Makefile.in | 1 +
src/kauth/Makefile.in | 2 +
src/kauth/NTMakefile | 3 +-
src/kauth/test/NTMakefile | 3 +-
src/libafsrpc/afsrpc.def | 1 +
src/log/Makefile.in | 2 +
src/ptserver/Makefile.in | 1 +
src/ptserver/NTMakefile | 6 ++-
src/rxkad/private_data.h | 1 +
src/rxkad/rxkad.p.h | 4 ++
src/rxkad/rxkad_prototypes.h | 7 +++
src/rxkad/rxkad_server.c | 22 +++++++-
src/rxkad/ticket5.c | 98 ++++++++++++++++++++++++++++-----
src/scout/Makefile.in | 1 +
src/sgistuff/Makefile.in | 2 +
src/tbutc/NTMakefile | 3 +-
src/tests/Makefile.in | 2 +-
src/tptserver/NTMakefile | 3 +-
src/tsm41/Makefile.in | 1 +
src/update/Makefile.in | 1 +
src/update/NTMakefile | 3 +-
src/uss/Makefile.in | 1 +
src/venus/Makefile.in | 1 +
src/viced/NTMakefile | 3 +-
src/vlserver/Makefile.in | 1 +
src/vlserver/NTMakefile | 3 +-
src/volser/Makefile.in | 1 +
src/volser/NTMakefile | 3 +-
48 files changed, 219 insertions(+), 45 deletions(-)
--
OpenAFS Master Repository