mirror of
https://github.com/samba-team/samba.git
synced 2025-11-11 00:23:51 +03:00
r100: remember the user session key during session setup so it can be used in various crypto
routines
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
ad8b3cc1e3
commit
f6cf9020c8
@@ -66,6 +66,10 @@ struct cli_negotiate {
|
||||
unsigned int writebraw_supported:1;
|
||||
|
||||
const char *server_domain;
|
||||
|
||||
/* remember the session key for data encryption in various sub-protocols
|
||||
such as LSA */
|
||||
uint8 user_session_key[16];
|
||||
};
|
||||
|
||||
/* this is the context for a SMB socket associated with the socket itself */
|
||||
|
||||
Reference in New Issue
Block a user