SUNRPC: Add a generic RPC credential
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 12 Mar 2008 16:24:49 +0000 (12:24 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 14 Mar 2008 17:42:38 +0000 (13:42 -0400)
commit9a559efd4199c9812d339e23cc1b6055366b224f
tree44ae54434a6bd368693ea76b210448496e222e46
parent4ccda2cdd8d156b6f49440653d5d6997e0facf97
SUNRPC: Add a generic RPC credential

Add an rpc credential that is not tied to any particular auth mechanism,
but that can be cached by NFS, and later used to look up a cred for
whichever auth mechanism that turns out to be valid when the RPC call is
being made.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/auth.h
net/sunrpc/Makefile
net/sunrpc/auth.c
net/sunrpc/auth_generic.c [new file with mode: 0644]