SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 12 Mar 2008 20:21:07 +0000 (16:21 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 14 Mar 2008 17:42:41 +0000 (13:42 -0400)
commit5c691044ecbca04dd558fca4c754121689fe1b34
tree7a56b63c44766fcca0d7ac245ce0e19077b6f118
parent9a559efd4199c9812d339e23cc1b6055366b224f
SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task

We need the ability to treat 'generic' creds specially, since they want to
bind instances of the auth cred instead of binding themselves.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/auth.h
net/sunrpc/auth.c
net/sunrpc/auth_generic.c
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/auth_null.c
net/sunrpc/auth_unix.c