Make us bug-for-bug compatible with W2K3 - to get delete on close semantics
commit7d7849b18a625820b1fba05bd17a718c7f98837e
authorJeremy Allison <jra@samba.org>
Fri, 20 Feb 2004 22:45:53 +0000 (20 22:45 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 20 Feb 2004 22:45:53 +0000 (20 22:45 +0000)
treee59b3dc0457048c8200f16f3814a11b41f4fd7db
parent926419434086b8063358df7a2fe9e863fddf337f
Make us bug-for-bug compatible with W2K3 - to get delete on close semantics
on an initial open the desired_access field *must* contain DELETE_ACCESS,
simply having it map from a GENERIC_ALL won't do. Fixes delete on close test.
Jeremy.
(This used to be commit 5c6f8b1053fd1f170fbb76640649653f8aa80f18)
source3/libsmb/clirap.c
source3/smbd/nttrans.c
source3/torture/torture.c