X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=libcli%2Fsmb%2Fsmb_constants.h;h=c9b466cfb77db93d4dc26c278095e6e61a591f81;hp=187ba568b7e12280feda1b9d32f391a21c8a4795;hb=b21b012756dbb9e7022280b34d7103a5dcbea6d6;hpb=6bed57788c2341a92e1c4431ea764bf037431254 diff --git a/libcli/smb/smb_constants.h b/libcli/smb/smb_constants.h index 187ba568b7e..c9b466cfb77 100644 --- a/libcli/smb/smb_constants.h +++ b/libcli/smb/smb_constants.h @@ -46,6 +46,10 @@ enum protocol_types { PROTOCOL_SMB2_22 }; +enum smb_signing_setting { + SMB_SIGNING_OFF, SMB_SIGNING_SUPPORTED, + SMB_SIGNING_REQUIRED, SMB_SIGNING_AUTO}; + /* NT Flags2 bits - cifs6.txt section 3.1.2 */ #define FLAGS2_LONG_PATH_COMPONENTS 0x0001 #define FLAGS2_EXTENDED_ATTRIBUTES 0x0002