]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: compare Open.ClientGuid against Client.ClientGuid in DH reconnect
authorRalph Boehme <slow@samba.org>
Wed, 26 Feb 2025 14:28:53 +0000 (15:28 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 6 Jun 2025 16:16:34 +0000 (16:16 +0000)
commitf23e94a885b746266e217a0410a3ef088520f0c8
treeec82a7c618d3d37ec60bc51323185c9da005e154
parentc98e5f8a2addaabcd6cbfce94a87e30590e6198f
smbd: compare Open.ClientGuid against Client.ClientGuid in DH reconnect

This implements the check from MS-SMB2 3.3.5.9.7 "Handling the
SMB2_CREATE_DURABLE_HANDLE_RECONNECT Create Context".

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15649
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15651

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_create.c
source3/smbd/smbXsrv_open.c
source3/smbd/smbXsrv_open.h