Dipit Grover has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1195344?usp=email )
Change subject: nfs_worker: Destroy connection when rpcsec_gss_data request is dropped
......................................................................
nfs_worker: Destroy connection when rpcsec_gss_data request is dropped
In case of `RPCSEC_GSS_DATA` procedure, if Ganesha receives an
AUTH_OK response from ntirpc with instructions to discard the
request, the actual authentication did not complete, and ntirpc
itself also did not send any response to the client. In such a
scenario, in order to remain compliant both GSS_API RFC and
NFSV4.1 RFC, Ganesha should terminate the RPC connection. This
CL addresses it.
Change-Id: I1fc81fef67ebf1292f1e537c34a6a2560a72b62b
Signed-off-by: Dipit Grover <dipit(a)google.com>
---
M src/MainNFSD/nfs_worker_thread.c
1 file changed, 42 insertions(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/44/1195344/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1195344?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I1fc81fef67ebf1292f1e537c34a6a2560a72b62b
Gerrit-Change-Number: 1195344
Gerrit-PatchSet: 1
Gerrit-Owner: Dipit Grover <dipitgrover(a)gmail.com>