]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Added support to rxkad for servers accepting Kerberos V5 tickets and
authorLove Hörnquist-Åstrand <lha@it.su.se>
Thu, 14 Nov 2002 22:44:20 +0000 (22:44 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Thu, 14 Nov 2002 22:44:20 +0000 (22:44 +0000)
commit5719dceb93b01a8bf95099da29632682042037e8
tree8316b995c6c786cb91310efc7aad2fea35e7d16b
parent6b6f5b28e033c03f324dbe3754fd02fa20848f5f
Added support to rxkad for servers accepting Kerberos V5 tickets and
truncated "proposal 2b" tickets.  When used with an appropriate aklog
or krb524d (such as shipped with Heimdal and MIT Kerberos), this allows
the use of Kerberos V5 tickets (with DES session keys) to authenticate
connections to OpenAFS servers.

(cherry picked from commit ce34c263e683bc27ad64c4d26f5132afdba13dff)
20 files changed:
src/libafsrpc/Makefile.in
src/rxkad/Makefile.in
src/rxkad/README.v5 [new file with mode: 0644]
src/rxkad/asn1-common.h [new file with mode: 0644]
src/rxkad/asn1_err.h [new file with mode: 0644]
src/rxkad/crc.c [new file with mode: 0644]
src/rxkad/der.h [new file with mode: 0644]
src/rxkad/rxkad.p.h
src/rxkad/rxkad_server.c
src/rxkad/test/Makefile.in
src/rxkad/test/stress.c
src/rxkad/test/stress_c.c
src/rxkad/test/stress_internal.h
src/rxkad/test/stress_s.c
src/rxkad/ticket5.c [new file with mode: 0644]
src/rxkad/v5der.c [new file with mode: 0644]
src/rxkad/v5gen-rewrite.h [new file with mode: 0644]
src/rxkad/v5gen.c [new file with mode: 0644]
src/rxkad/v5gen.h [new file with mode: 0644]
src/shlibafsrpc/Makefile.in