WORKS BUT NOT NEEDED s3:smbd: allow cancelling deferred SMB1 opens
authorStefan Metzmacher <metze@samba.org>
Wed, 21 Jun 2017 16:03:07 +0000 (18:03 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2019 11:47:34 +0000 (12:47 +0100)
commit637dc1998b244103d3fc4d5137292b86b74020aa
treea2f9d53824abb51e77412d982cd916600ed9bdba
parente94e5f15adcc88d5e5733edf4436559f38bba067
WORKS BUT NOT NEEDED s3:smbd: allow cancelling deferred SMB1 opens

The Windows 2012R2 behaviour seems to be a NTCREATE response
with STATUS_CANCELLED, but the underlying open is not really
cancelled and a following open get SHARING_VIOLATION.
source3/smbd/nttrans.c
source3/smbd/open.c
source3/smbd/process.c
source3/smbd/proto.h