summaryrefslogtreecommitdiff
path: root/source3/include/trans2.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-06-21 05:18:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:57:21 -0500
commitea41eedc20a9fbd19e69f0de6e9b1bd32b0e7a57 (patch)
tree84f7c5a1257bc123a2c9531c9eeb1bf848ed79a6 /source3/include/trans2.h
parentef34e3336b6f4a84fb0d0a121c1eb5c54165b457 (diff)
downloadsamba-ea41eedc20a9fbd19e69f0de6e9b1bd32b0e7a57.tar.gz
samba-ea41eedc20a9fbd19e69f0de6e9b1bd32b0e7a57.tar.bz2
samba-ea41eedc20a9fbd19e69f0de6e9b1bd32b0e7a57.zip
r7796: Prepare for client setting capabilities to select posix pathnames on
the wire. Jerry do not merge this please. New SMB_SET_FS_INFO - level 0x200 as was discussed on the mailing list. Jeremy. (This used to be commit 55029b1a0c9ae5b941eecd699dd905ea3d42b99c)
Diffstat (limited to 'source3/include/trans2.h')
-rw-r--r--source3/include/trans2.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/source3/include/trans2.h b/source3/include/trans2.h
index 2f56c640d3..1d5dfe3678 100644
--- a/source3/include/trans2.h
+++ b/source3/include/trans2.h
@@ -450,11 +450,13 @@ Offset Size Name
/*
Info level for TRANS2_QFSINFO - returns version of CIFS UNIX extensions, plus
64-bits worth of capability fun :-).
+ Use the same info level for TRANS2_SETFSINFO
*/
#define SMB_QUERY_CIFS_UNIX_INFO 0x200
+#define SMB_SET_CIFS_UNIX_INFO 0x200
-/* Returns the following.
+/* Returns or sets the following.
UINT16 major version number
UINT16 minor version number
@@ -474,12 +476,6 @@ Offset Size Name
(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