]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfdcabaf3ff74b7c481004c09c78b1c3cc37c5132
treef220067718db3bb3a263566eea30e9089a59c163
parent144054a5141be007da05c958f03e60a6bac53569
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