Remove the "stat_open()" function, flag, and all associated code. It was only
commit6bfb06ad95963ae2acb67c4694a98282d3b29faa
authorJeremy Allison <jra@samba.org>
Sat, 3 May 2008 00:22:10 +0000 (2 17:22 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 3 May 2008 00:22:10 +0000 (2 17:22 -0700)
tree9ebef819d253da5e6783fe8fd8362944d5987ae9
parentb739c7f1cdb2b19a380b06681b00dcf490d788a9
Remove the "stat_open()" function, flag, and all associated code. It was only
being (correctly) used in the can_read/can_write checks for hide unreadable/unwritable
and this is more properly done using the functions in smbd/file_access.c.
Preparing to do NT access checks on all file access.
Jeremy.
source/include/smb.h
source/locking/locking.c
source/rpc_server/srv_srvsvc_nt.c
source/smbd/close.c
source/smbd/dir.c
source/smbd/file_access.c
source/smbd/files.c
source/smbd/open.c