diff options
-rw-r--r-- | libcli/smb/smb_constants.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcli/smb/smb_constants.h b/libcli/smb/smb_constants.h index 57915d94722..e03e8436053 100644 --- a/libcli/smb/smb_constants.h +++ b/libcli/smb/smb_constants.h @@ -278,6 +278,12 @@ enum smb_signing_setting { CAP_LARGE_WRITEX | \ 0) +/* + * The action flags in the SMB session setup response + */ +#define SMB_SETUP_GUEST 0x0001 +#define SMB_SETUP_USE_LANMAN_KEY 0x0002 + /* Client-side offline caching policy types */ enum csc_policy { CSC_POLICY_MANUAL=0, |