libcli/smb: add SMB_SIGNING_DEFAULT
authorStefan Metzmacher <metze@samba.org>
Wed, 2 Nov 2011 16:25:45 +0000 (17:25 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 3 Nov 2011 15:55:11 +0000 (16:55 +0100)
metze

libcli/smb/smb_constants.h

index e7898f89c714122d73dae291693210e4684aa42e..4bd48e3c5b6794e8498efb64a3e4a913e74f0e5d 100644 (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