libcli/smb: introduce struct struct smb311_capabilities
authorStefan Metzmacher <metze@samba.org>
Tue, 9 Mar 2021 22:38:51 +0000 (23:38 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 17 Mar 2021 00:49:32 +0000 (00:49 +0000)
This will be filled later with supported ciphers and other
things that can be negotiated in SMB >= 3.1.1.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14512

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/smb/smb2_negotiate_context.h

index 998cf90f5b8d67623bbbd69025c0887b2734c646..6f7a21a1f3b7ffa1344476a5d39019112e054b2d 100644 (file)
@@ -55,4 +55,8 @@ struct smb2_negotiate_context *smb2_negotiate_context_find(const struct smb2_neg
                                                           uint16_t type);
 #define WINDOWS_CLIENT_PURE_SMB2_NEGPROT_INITIAL_CREDIT_ASK    31
 
+struct smb311_capabilities {
+       uint8_t dummy;
+};
+
 #endif /* _LIBCLI_SMB_SMB2_NEGOTIATE_BLOB_H_ */