git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bff069
)
querying the ACCESS_INFORMATION is always allowed
author
Andrew Tridgell
<tridge@samba.org>
Thu, 29 May 2008 08:23:33 +0000
(18:23 +1000)
committer
Andrew Tridgell
<tridge@samba.org>
Thu, 29 May 2008 08:23:33 +0000
(18:23 +1000)
source/ntvfs/posix/pvfs_qfileinfo.c
patch
|
blob
|
history
diff --git
a/source/ntvfs/posix/pvfs_qfileinfo.c
b/source/ntvfs/posix/pvfs_qfileinfo.c
index b9f763c2e0f06b999d903c840824fff79d8a0dba..3196cf2f8d663c459362e9100c91054dbfc20b5a 100644
(file)
--- a/
source/ntvfs/posix/pvfs_qfileinfo.c
+++ b/
source/ntvfs/posix/pvfs_qfileinfo.c
@@
-41,6
+41,10
@@
static uint32_t pvfs_fileinfo_access(union smb_fileinfo *info)
needed = 0;
break;
+ case RAW_FILEINFO_ACCESS_INFORMATION:
+ needed = 0;
+ break;
+
case RAW_FILEINFO_SEC_DESC:
needed = 0;
if (info->query_secdesc.in.secinfo_flags & (SECINFO_OWNER|SECINFO_GROUP)) {