commit | 0dc1531aca7fd1440918bd55844a054e9c29acad | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue May 14 16:07:13 2013 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Jul 01 17:23:06 2013 -0400 |
tree | 3bed6a56a709b4781d8108f7a5b7546a6685fd09 | |
parent | 442340639194762df7e61e8aabae44a18896eca1 [diff] |
svcrpc: store gss mech in svc_cred Store a pointer to the gss mechanism used in the rq_cred and cl_cred. This will make it easier to enforce SP4_MACH_CRED, which needs to compare the mechanism used on the exchange_id with that used on protected operations. Signed-off-by: J. Bruce Fields <bfields@redhat.com>