1
0
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:
Andrew Tridgell
2004-04-07 07:18:37 +00:00
committed by Gerald (Jerry) Carter
parent ad8b3cc1e3
commit f6cf9020c8
3 changed files with 15 additions and 0 deletions

View File

@@ -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 */