mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRING
(This used to be commit 9c275bcd98
)
This commit is contained in:
parent
b65bbdeefc
commit
bc97ab2b7c
@ -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 */
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user