s3-ntlmssp Remove references to auth_ntlmssp_context from the rpc code
authorAndrew Bartlett <abartlet@samba.org>
Wed, 19 Oct 2011 07:39:27 +0000 (18:39 +1100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Oct 2011 06:50:55 +0000 (08:50 +0200)
commit321204eaeb05107b9a6d5ed464a11cd5018c97c6
treecbcbfa59d184b2915853658f83b8c86d53e20a92
parent38de149e9b7e6150d4410bd964548ee22ffe8199
s3-ntlmssp Remove references to auth_ntlmssp_context from the rpc code

We always dereferenced auth_ntlmssp_state->gensec_security, so now we
do not bother passing around the whole auth_ntlmssp_state.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/librpc/crypto/cli_spnego.c
source3/librpc/crypto/spnego.h
source3/librpc/rpc/dcerpc_helpers.c
source3/rpc_server/dcesrv_ntlmssp.c
source3/rpc_server/dcesrv_ntlmssp.h
source3/rpc_server/dcesrv_spnego.c
source3/rpc_server/srv_pipe.c