From a8a42e7f53c67b09954ea2232830c07c6e011aa0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 7 Apr 2004 07:18:37 +0000 Subject: r100: remember the user session key during session setup so it can be used in various crypto routines (This used to be commit f6cf9020c8899e784385ea0e14fa465685441ee6) --- source4/include/cli_context.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/include') diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h index bffb6c9f6a..0e817c3cb0 100644 --- a/source4/include/cli_context.h +++ b/source4/include/cli_context.h @@ -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 */ -- cgit