smbd: DBG_DEBUG raw create contexts received from the client
commit62651ace1cbdb56206fdd66a58c3f2afd617a893
authorVolker Lendecke <vl@samba.org>
Thu, 9 Feb 2023 16:38:43 +0000 (9 17:38 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 9 Mar 2023 18:10:33 +0000 (9 18:10 +0000)
tree7fad46ce0fcbf0f7b60a33a49616acce2d397ee2
parentbbcc9b326eb4b49018d78063e7a4fc4178d2b855
smbd: DBG_DEBUG raw create contexts received from the client

Got

smbd_smb2_request_process_create: Got 2 create blobs
[0]
[0000] 93 AD 25 50 9C B4 11 E7   B4 23 83 DE 96 8B CD 7C   ..%P.... .#.....|
[0000] 05 00 00 00                                         ....
[1]
[0000] 51 46 69 64                                         QFid

from cifs.ko, trying to find out where the "05 00 00 00" comes from..

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_create.c