]> git.baikalelectronics.ru Git - kernel.git/commit
RPCSEC_GSS: krb5 pre-privacy cleanup
authorJ. Bruce Fields <bfields@fieldses.org>
Thu, 13 Oct 2005 20:55:08 +0000 (16:55 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Oct 2005 06:19:45 +0000 (23:19 -0700)
commit1fea846805445c55ad98a13b66e8fdd1ceaba517
treeed5c63ec1aa88152b0991370f4a1dbcfff0cd15a
parent2778c4b47e74b99a312ebc24991139e460e6a6a5
RPCSEC_GSS: krb5 pre-privacy cleanup

 The code this was originally derived from processed wrap and mic tokens using
 the same functions.  This required some contortions, and more would be required
 with the addition of xdr_buf's, so it's better to separate out the two code
 paths.

 In preparation for adding privacy support, remove the last vestiges of the
 old wrap token code.

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_unseal.c