1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-19 18:50:24 +03:00

libcli/smb: add SMB1 session setup action flags

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>
(cherry picked from commit cceaa61cf064926baca6db4b303d34ea90d40d52)
This commit is contained in:
Stefan Metzmacher 2016-04-18 17:34:21 +02:00
parent 97368ad80e
commit 8373d89003

View 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,