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:
parent
97368ad80e
commit
8373d89003
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user