]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:smb2 fix Bug 8428 - wrong reply to DHnC (durable handle reconnect)
authorChristian Ambach <ambi@samba.org>
Tue, 30 Aug 2011 15:39:56 +0000 (17:39 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 30 Aug 2011 19:17:56 +0000 (21:17 +0200)
commitfc8c5880d9785103e3345781bfca48e67a92cc33
tree727b49078a767cd35e40333a2f5f098acd71906c
parent1a996fe1d12a55e68b7266ce5db8972b6e5f101a
s3:smb2 fix Bug 8428 - wrong reply to DHnC (durable handle reconnect)

According to [MS-SMB2] 3.3.5.9.7
(http://msdn.microsoft.com/en-us/library/cc246784%28v=PROT.13%29.aspx),
smbd must reply with NT_STATUS_OBJECT_NAME_NOT_FOUND as it does not
support durable file-handles yet.

I have seen w2k8r2 running xcopy /C ending up in an endless loop
trying to get back the original file handle from smbd sending the same
requests over and over.

Metze, Jeremy, please check!
source3/smbd/smb2_create.c