From cceaa61cf064926baca6db4b303d34ea90d40d52 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Apr 2016 17:34:21 +0200 Subject: libcli/smb: add SMB1 session setup action flags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=11841 Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider Reviewed-by: Günther Deschner --- libcli/smb/smb_constants.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libcli') 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, -- cgit v1.2.1