summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-08 11:35:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:40 -0500
commitc077300a22806bab94d11a87c8ef96b6b541ada5 (patch)
tree227e41f7629b35ea5db4c3d80857a6a6f2359e36 /source4/ntvfs/posix/vfs_posix.h
parent19fc6e8f511f028aa40122cc7e40c83908d07ebe (diff)
downloadsamba-c077300a22806bab94d11a87c8ef96b6b541ada5.tar.gz
samba-c077300a22806bab94d11a87c8ef96b6b541ada5.tar.bz2
samba-c077300a22806bab94d11a87c8ef96b6b541ada5.zip
r3618: - this adds the special case for DENY_DOS semantics, as shown by the BASE-DENYDOS test.
- pvfs now passes BASE-DENY1 and BASE-DENYDOS. (This used to be commit aa09df22ee729c02552638859236d9068e9748ae)
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r--source4/ntvfs/posix/vfs_posix.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h
index 3f74de4b63..46cc38c1f8 100644
--- a/source4/ntvfs/posix/vfs_posix.h
+++ b/source4/ntvfs/posix/vfs_posix.h
@@ -100,8 +100,6 @@ struct pvfs_file_handle {
DATA_BLOB locking_key;
uint32_t create_options;
- uint32_t share_access;
- uint32_t access_mask;
/* this is set by the mode_information level. What does it do? */
uint32_t mode;
@@ -124,6 +122,10 @@ struct pvfs_file {
struct pvfs_state *pvfs;
+ uint32_t impersonation;
+ uint32_t share_access;
+ uint32_t access_mask;
+
/* we need to remember the session it was opened on,
as it is illegal to operate on someone elses fnum */
struct smbsrv_session *session;