summaryrefslogtreecommitdiff
path: root/source3/include/trans2.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-05-10 17:58:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:53 -0500
commit1d37a6267ed07ce1d181d76a5e4ca06bc41c3c88 (patch)
tree2cba102f0806f98dbb30cd02386647afa3a78f3f /source3/include/trans2.h
parent27bef67b3a8d8ae5f800c8477473ad6258391293 (diff)
downloadsamba-1d37a6267ed07ce1d181d76a5e4ca06bc41c3c88.tar.gz
samba-1d37a6267ed07ce1d181d76a5e4ca06bc41c3c88.tar.bz2
samba-1d37a6267ed07ce1d181d76a5e4ca06bc41c3c88.zip
r6715: We don't need to wrap the setfsinfo call in HAVE_QUOTA
as they'll just return ENOSYS if we don't. Add new CAP for POSIX pathnames, prepare to allow FSINFO set for client POSIX caps. Jeremy. (This used to be commit 4d99b57aedba8431ef5827d1e75413a10b35e1ce)
Diffstat (limited to 'source3/include/trans2.h')
-rw-r--r--source3/include/trans2.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/source3/include/trans2.h b/source3/include/trans2.h
index 2aae1137dd..2f56c640d3 100644
--- a/source3/include/trans2.h
+++ b/source3/include/trans2.h
@@ -448,7 +448,7 @@ Offset Size Name
#define SMB_FIND_FILE_UNIX 0x202
/*
- Info level for QVOLINFO - returns version of CIFS UNIX extensions, plus
+ Info level for TRANS2_QFSINFO - returns version of CIFS UNIX extensions, plus
64-bits worth of capability fun :-).
*/
@@ -472,7 +472,14 @@ Offset Size Name
security and trusted */
#define CIFS_UNIX_EXTATTR_CAP 0x8 /* for support of chattr
(chflags) and lsattr */
-
+#define CIFS_UNIX_POSIX_PATHNAMES_CAP 0x10 /* Use POSIX pathnames on the wire. */
+
+/*
+ Info level for TRANSACT2_SETFSINFO - takes 64-bits of capabilies in the data section.
+*/
+
+#define SMB_SET_CIFS_UNIX_INFO 0x200
+
#define SMB_QUERY_POSIX_FS_INFO 0x201