mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
libcli/smb: add SMB_SIGNING_DEFAULT
metze
This commit is contained in:
parent
ebb9d4dc54
commit
18205ac7ad
@ -88,8 +88,12 @@ enum protocol_types {
|
||||
};
|
||||
|
||||
enum smb_signing_setting {
|
||||
SMB_SIGNING_OFF, SMB_SIGNING_SUPPORTED,
|
||||
SMB_SIGNING_REQUIRED, SMB_SIGNING_AUTO};
|
||||
SMB_SIGNING_DEFAULT,
|
||||
SMB_SIGNING_OFF,
|
||||
SMB_SIGNING_SUPPORTED,
|
||||
SMB_SIGNING_REQUIRED,
|
||||
SMB_SIGNING_AUTO
|
||||
};
|
||||
|
||||
/* types of buffers in core SMB protocol */
|
||||
#define SMB_DATA_BLOCK 0x1
|
||||
|
Loading…
Reference in New Issue
Block a user