gss_krb5: import functionality to derive keys into the kernel
authorKevin Coffman <kwc@citi.umich.edu>
Wed, 17 Mar 2010 17:02:53 +0000 (13:02 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 14 May 2010 19:09:16 +0000 (15:09 -0400)
commit4891f2d008e4343eedea39ba1fe74864f1d32be0
tree6fb4048a44cd1c91f818ddc372d5410e59108bdb
parente1f6c07b1160ef28e8754d12e6c03288dd9d5ca8
gss_krb5: import functionality to derive keys into the kernel

Import the code to derive Kerberos keys from a base key into the
kernel.  This will allow us to change the format of the context
information sent down from gssd to include only a single key.

Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/gss_krb5.h
net/sunrpc/auth_gss/Makefile
net/sunrpc/auth_gss/gss_krb5_keys.c [new file with mode: 0644]
net/sunrpc/auth_gss/gss_krb5_mech.c