libcli/smb: add SMB1 session setup action flags
[sfrench/samba-autobuild/.git] / 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,