sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGS
authorHarshula Jayasuriya <harshula@sgi.com>
Tue, 19 Feb 2008 23:56:56 +0000 (10:56 +1100)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 23 Apr 2008 20:13:39 +0000 (16:13 -0400)
commitdd35210e1e2cb46d6dba5c97f1bc3784c4f97998
treef220067718db3bb3a263566eea30e9089a59c163
parent93245d11fcaccdebccabe86a2b92db524f82d8b4
sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGS

In function svcauth_gss_accept() (net/sunrpc/auth_gss/svcauth_gss.c) the
code that handles GSS integrity and decryption failures should be
returning GARBAGE_ARGS as specified in RFC 2203, sections 5.3.3.4.2 and
5.3.3.4.3.

Reviewed-by: Greg Banks <gnb@sgi.com>
Signed-off-by: Harshula Jayasuriya <harshula@sgi.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
net/sunrpc/auth_gss/svcauth_gss.c
net/sunrpc/svc.c