From 1d37a6267ed07ce1d181d76a5e4ca06bc41c3c88 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 10 May 2005 17:58:51 +0000 Subject: 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) --- source3/include/trans2.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'source3/include') 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 -- cgit