1
0
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:
Stefan Metzmacher 2011-11-02 17:25:45 +01:00
parent ebb9d4dc54
commit 18205ac7ad

View File

@ -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