commit | ef338bee3f4f509e82066e100f76fecbbbbc4cca | [log] [tgz] |
---|---|---|
author | Kevin Coffman <kwc@citi.umich.edu> | Fri Nov 09 18:42:09 2007 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Nov 17 13:08:46 2007 -0500 |
tree | 833662511977c31a81374ee1627be950d59fafd2 | |
parent | ffc40f569272b6be60c66441aeae79a686ff54d9 [diff] |
sunrpc: return error if unsupported enctype or cksumtype is encountered Return an error from gss_import_sec_context_kerberos if the negotiated context contains encryption or checksum types not supported by the kernel code. This fixes an Oops because success was assumed and later code found no internal_ctx_id. Signed-off-by: Kevin Coffman <kwc@citi.umich.edu> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>