libcli/smb: add SMB1 session setup action flags
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Apr 2016 15:34:21 +0000 (17:34 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 28 Apr 2016 14:51:16 +0000 (16:51 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11841

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
libcli/smb/smb_constants.h

index 57915d94722c90727489178068f8576acb78721c..e03e84360534574af3fc5ad4135422c9a41a4ce2 100644 (file)
@@ -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,