Remove the "stat_open()" function, flag, and all associated code. It was only
authorJeremy Allison <jra@samba.org>
Sat, 3 May 2008 00:22:10 +0000 (17:22 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 3 May 2008 00:22:10 +0000 (17:22 -0700)
commitb430b382202858a6c52c1cacbb91910b2dd7e16c
tree4d2e2900d03a5abde1e7dd24b5c23404972a3712
parent85dc0ad7beb50dbab6d98a22b114f20537425268
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.
(This used to be commit 6bfb06ad95963ae2acb67c4694a98282d3b29faa)
source3/include/smb.h
source3/locking/locking.c
source3/rpc_server/srv_srvsvc_nt.c
source3/smbd/close.c
source3/smbd/dir.c
source3/smbd/file_access.c
source3/smbd/files.c
source3/smbd/open.c