]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/sunrpc/auth_gss/gss_krb5_mech.c
gss: krb5: remove signalg and sealalg
authorJ. Bruce Fields <bfields@fieldses.org>
Tue, 5 Dec 2006 01:22:35 +0000 (20:22 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:44 +0000 (10:46 -0500)
commite678e06bf8fa25981a6fa1f08b979fd086d713f8
tree1015c61bca28e960a62b52b5cc4045bcacebad6d
parentadeb8133dd57f380e70a389a89a2ea3ae227f9e2
gss: krb5: remove signalg and sealalg

We designed the krb5 context import without completely understanding the
context.  Now it's clear that there are a number of fields that we ignore,
or that we depend on having one single value.

In particular, we only support one value of signalg currently; so let's
check the signalg field in the downcall (in case we decide there's
something else we could support here eventually), but ignore it otherwise.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/gss_krb5.h
net/sunrpc/auth_gss/gss_krb5_mech.c
net/sunrpc/auth_gss/gss_krb5_seal.c
net/sunrpc/auth_gss/gss_krb5_wrap.c