1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-24 04:23:53 +03:00

More of SMB signing for client - not yet finished (should be harmless).

Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 1f46dc9cbf
commit c1b20db4bb
4 changed files with 46 additions and 12 deletions

View File

@@ -61,7 +61,8 @@ typedef struct smb_sign_info {
BOOL use_smb_signing;
size_t mac_key_len;
uint8 mac_key[44];
uint32 seq_num;
uint32 send_seq_num;
uint32 reply_seq_num;
} smb_sign_info;
struct cli_state {