r390: added my best guess for how session keys are supposed to work when you
authorAndrew Tridgell <tridge@samba.org>
Wed, 28 Apr 2004 13:17:28 +0000 (13:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:37 +0000 (12:51 -0500)
commit3fe884c26c772fca65470c45540d37a58deda403
treefc0689041a9f9a2ab0c97d37667fbdb7231c5c9c
parent932b0ff5f5f5ce861a45df4a986b0db73a52e510
r390: added my best guess for how session keys are supposed to work when you
use NTLMSSP sign or seal at the RPC layer

It doesn't work yet, but then again neither does the old code (which
just assumed the SMB session key was used, which of course makes no
sense on a ncacn_ip_tcp connection)
(This used to be commit e8782329269bc78d36d8ca83fb7a4e38b9c6b167)
source4/librpc/rpc/dcerpc.h
source4/librpc/rpc/dcerpc_ntlm.c
source4/librpc/rpc/dcerpc_schannel.c
source4/librpc/rpc/dcerpc_util.c