-
- Downloads
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>
Showing
- fs/nfsd/nfs4state.c 3 additions, 0 deletionsfs/nfsd/nfs4state.c
- include/linux/sunrpc/gss_api.h 2 additions, 0 deletionsinclude/linux/sunrpc/gss_api.h
- include/linux/sunrpc/svcauth.h 4 additions, 0 deletionsinclude/linux/sunrpc/svcauth.h
- net/sunrpc/auth_gss/gss_mech_switch.c 4 additions, 1 deletionnet/sunrpc/auth_gss/gss_mech_switch.c
- net/sunrpc/auth_gss/svcauth_gss.c 1 addition, 3 deletionsnet/sunrpc/auth_gss/svcauth_gss.c
Please sign in to comment