]> git.neil.brown.name Git - history.git/commit
[PATCH] minimal Kerberos V5 client support [6/6]
authorTrond Myklebust <trond.myklebust@fys.uio.no>
Mon, 13 Jan 2003 05:41:57 +0000 (21:41 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 13 Jan 2003 05:41:57 +0000 (21:41 -0800)
commite0594725b51b5253237ed11b8bf3cf9ab87d9d48
tree7e0f0575f0df2f34ea5e85791ddfacca74a6a33d
parenta4419dbb2a96b112350b114019ef540763e0d120
[PATCH] minimal Kerberos V5 client support [6/6]

The following patch provides minimal client support for the
(mandatory) Kerberos V5 authentication mechanism under RPCSEC_GSS.
See RFC2623 and RFC3010 for protocol details.

Only authentication is supported for the moment. Data integrity and/or
data privacy (encryption) will be implemented at a later stage.
fs/Kconfig
include/linux/sunrpc/gss_krb5.h [new file with mode: 0644]
net/sunrpc/auth_gss/Makefile
net/sunrpc/auth_gss/gss_krb5_crypto.c [new file with mode: 0644]
net/sunrpc/auth_gss/gss_krb5_mech.c [new file with mode: 0644]
net/sunrpc/auth_gss/gss_krb5_seal.c [new file with mode: 0644]
net/sunrpc/auth_gss/gss_krb5_seqnum.c [new file with mode: 0644]
net/sunrpc/auth_gss/gss_krb5_unseal.c [new file with mode: 0644]