SUNRPC refactor rpcauth_checkverf error returns
authorAndy Adamson <andros@netapp.com>
Wed, 14 Aug 2013 15:59:17 +0000 (11:59 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 3 Sep 2013 19:25:09 +0000 (15:25 -0400)
commit35fa5f7b35ca2076d594b2670a32d66dd3ae9eec
tree9a0a384c4c00efc3bef6585b6d7f084dad904964
parentdc24826bfca8d788d05f625208f06d90be5560b3
SUNRPC refactor rpcauth_checkverf error returns

Most of the time an error from the credops crvalidate function means the
server has sent us a garbage verifier. The gss_validate function is the
exception where there is an -EACCES case if the user GSS_context on the client
has expired.

Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/auth_null.c
net/sunrpc/auth_unix.c
net/sunrpc/clnt.c