r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 11 Sep 2004 15:11:36 +0000 (15:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:39 +0000 (12:58 -0500)
commit909c9b681a0718b8701e05addbad08c0aec87113
treed569f2f54075a0514fa6e4b591d383f47e8d631d
parent4490c816a90871cd93b1a709bae91e5176e4f599
r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.

This means that 'require NTLMv2 session security' now works for RPC
pipe signing.  We don't yet have sealing, but it can't be much further.

This is almost all tridge's code, munged into a form that can work
with the GENSEC API.

This commit also includes more lsakey fixes - that key is used for all
DCE-RPC level authenticated connections, even over CIFS/ncacn_np.

No doubt I missed something, but I'm going to get some sleep :-)

Andrew Bartlett
(This used to be commit a1fe175eec884280fb7e9ca8f528134cf4600beb)
16 files changed:
source4/libcli/auth/gensec.c
source4/libcli/auth/gensec.h
source4/libcli/auth/gensec_ntlmssp.c
source4/libcli/auth/ntlmssp.c
source4/libcli/auth/ntlmssp.h
source4/libcli/auth/ntlmssp_sign.c
source4/libcli/auth/spnego.c
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc.h
source4/librpc/rpc/dcerpc_auth.c
source4/librpc/rpc/dcerpc_schannel.c
source4/librpc/rpc/dcerpc_smb.c
source4/librpc/rpc/dcerpc_tcp.c
source4/librpc/rpc/dcerpc_util.c
source4/rpc_server/dcesrv_auth.c
source4/torture/auth/ntlmssp.c