summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-09-20 15:39:12 +0000
committerAndrew Tridgell <tridge@samba.org>1998-09-20 15:39:12 +0000
commit9c275bcd98cbbd9367d9b7a2204889fcefd74638 (patch)
tree27c3363901780bce0227feff4a2cc55bb57ccef4
parentd54c91598c24e89a999936f446be134137df5dea (diff)
downloadsamba-9c275bcd98cbbd9367d9b7a2204889fcefd74638.tar.gz
samba-9c275bcd98cbbd9367d9b7a2204889fcefd74638.tar.xz
samba-9c275bcd98cbbd9367d9b7a2204889fcefd74638.zip
add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRING
-rw-r--r--source/include/local.h4
-rw-r--r--source/include/smb.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/source/include/local.h b/source/include/local.h
index bf41af70d7a..f68f57eff7d 100644
--- a/source/include/local.h
+++ b/source/include/local.h
@@ -78,8 +78,8 @@
/* the size of the directory cache */
#define DIRCACHESIZE 20
-/* what type of filesystem do we want this to show up as in a NT file
- manager window? */
+/* what default type of filesystem do we want this to show up as in a
+ NT file manager window? */
#define FSTYPE_STRING "Samba"
/* the default guest account - normally set in the Makefile or smb.conf */
diff --git a/source/include/smb.h b/source/include/smb.h
index de482de6d60..2af7b7ced43 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -1134,6 +1134,9 @@ struct bitmap {
#define smb_ntcreate_ImpersonationLevel (smb_vwv0 + 43)
#define smb_ntcreate_SecurityFlags (smb_vwv0 + 47)
+/* this is used on a TConX. I'm not sure the name is very helpful though */
+#define SMB_SUPPORT_SEARCH_BITS 0x0001
+
/* these are the constants used in the above call. */
/* DesiredAccess */
/* File Specific access rights. */