s3:smbd: setup the application session key with the first tcon on a session
commitff75fd9eda805d0d937b442f8221be89504131eb
authorStefan Metzmacher <metze@samba.org>
Fri, 3 Aug 2012 06:42:43 +0000 (3 08:42 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 4 Aug 2012 10:33:06 +0000 (4 12:33 +0200)
treeb1c63eaf5f4053057ff81fb7ad60c5f6fe4a038b
parent3a0db4d865d404ce7ab3ae787c163fef951e2dd9
s3:smbd: setup the application session key with the first tcon on a session

Look for Server.Session.SessionKeyState in [MS-SMB].
The first SMBtconX sets the state to available, which makes it possible
to protect the session key at that stage, if client and server
support TREE_CONNECT_ANDX_EXTENDED_SIGNATURE.

metze
source3/smbd/reply.c
source3/smbd/sesssetup.c