mirror of
https://github.com/samba-team/samba.git
synced 2025-11-16 20:23:50 +03:00
r22122: Start to fix csc issue with Vista. Make smbd support
the extended 7 word response for tconX rather than the 3 word one we supported previously. Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
572c418b04
commit
137953226a
@@ -1199,6 +1199,10 @@ struct bitmap {
|
||||
#define SMB_SUPPORT_SEARCH_BITS 0x0001
|
||||
#define SMB_SHARE_IN_DFS 0x0002
|
||||
|
||||
/* Share specific rights. */
|
||||
#define SHARE_ALL_ACCESS 0x001F01FF
|
||||
#define SHARE_READ_ONLY 0x001200A9
|
||||
|
||||
/* Named pipe write mode flags. Used in writeX calls. */
|
||||
#define PIPE_RAW_MODE 0x4
|
||||
#define PIPE_START_MESSAGE 0x8
|
||||
@@ -1480,6 +1484,9 @@ char *strdup(char *s);
|
||||
|
||||
#define FLAGS2_WIN2K_SIGNATURE 0xC852 /* Hack alert ! For now... JRA. */
|
||||
|
||||
/* TCONX Flag (smb_vwv2). */
|
||||
#define TCONX_FLAG_EXTENDED_RESPONSE 0x8
|
||||
|
||||
/* Capabilities. see ftp.microsoft.com/developr/drg/cifs/cifs/cifs4.txt */
|
||||
|
||||
#define CAP_RAW_MODE 0x0001
|
||||
|
||||
Reference in New Issue
Block a user