Re: [Nfs-ganesha-devel] ntirpc GSS over TCP checksum

2017-06-16 Thread William Allen Simpson
On 6/15/17 10:42 AM, Malahal Naineni wrote: Bill, sorry for the delay. Some in our team do test krb5 authentication but I am not familiar with this code other than some context hashing. If you need some testing, feel free to give me a link. I can build and give the bits to folks who test it.

Re: [Nfs-ganesha-devel] ntirpc GSS over TCP checksum

2017-06-15 Thread Malahal Naineni
Bill, sorry for the delay. Some in our team do test krb5 authentication but I am not familiar with this code other than some context hashing. If you need some testing, feel free to give me a link. I can build and give the bits to folks who test it. Regards, malahal. On Wed, Jun 7, 2017 at 9:41 PM

[Nfs-ganesha-devel] ntirpc GSS over TCP checksum

2017-06-07 Thread William Allen Simpson
Malahal, I'm told you know this GSS code best, or at least test it. And Marcus might have written it. In svc_auth_gss.c, svcauth_gss_accept_sec_context(), it calls svc_getargs() -- same as standard tirpc. On the UDP side, that calls SVCAUTH_UNWRAP() and possibly svc_dg_freeargs() on failure. No