Make us bug-for-bug compatible with W2K3 - to get delete on close semantics
authorJeremy Allison <jra@samba.org>
Fri, 20 Feb 2004 22:45:49 +0000 (22:45 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 20 Feb 2004 22:45:49 +0000 (22:45 +0000)
commite5c79dd79eb86c4fa790cd919056ed0fca3c73c1
tree72ec68b277d90b4cdecf39767123fa8e41cbc7d2
parent9138aa18eb66d2c54cd0736c5e25800868c274f5
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 fb4249e7d12bee4589edff40f1e76f1a19a6ffaa)
source3/libsmb/clirap.c
source3/smbd/nttrans.c
source3/torture/torture.c