* Processing ASYNC responses
@ 2021-06-22 17:45 Steve French
2021-06-22 18:31 ` Tom Talpey
0 siblings, 1 reply; 2+ messages in thread
From: Steve French @ 2021-06-22 17:45 UTC (permalink / raw)
To: CIFS, samba-technical, COMMON INTERNET FILE SYSTEM SERVER
I noticed that the client isn't checking for SMB2_FLAGS_ASYNC_COMMAND
in the header flags field in the response processing. Are there
cases where we should be checking for this? See section 3.2.5.1.5 of
MS-SMB2
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Processing ASYNC responses
2021-06-22 17:45 Processing ASYNC responses Steve French
@ 2021-06-22 18:31 ` Tom Talpey
0 siblings, 0 replies; 2+ messages in thread
From: Tom Talpey @ 2021-06-22 18:31 UTC (permalink / raw)
To: Steve French, CIFS, samba-technical,
COMMON INTERNET FILE SYSTEM SERVER
On 6/22/2021 1:45 PM, Steve French wrote:
> I noticed that the client isn't checking for SMB2_FLAGS_ASYNC_COMMAND
> in the header flags field in the response processing. Are there
> cases where we should be checking for this? See section 3.2.5.1.5 of
> MS-SMB2
The header format is different when this flag is set. Looking
at smb2pdu.h, I don't even see a structure declaration for the
async header! How/where do async responses get processed??
Tom.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-22 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-22 17:45 Processing ASYNC responses Steve French
2021-06-22 18:31 ` Tom Talpey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox