s3-ntlmssp split auth_ntlmssp_client_start() into two parts
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 Oct 2011 09:19:11 +0000 (20:19 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 18 Oct 2011 10:25:30 +0000 (12:25 +0200)
commitf9b042641f9c6615f6a4b102f0182de545d6a19a
tree3697a6f9e7d87c77e2a451fc384aca3e8bb981a1
parentf3333bdade7d54b19bfcdc2addc685abd165eddf
s3-ntlmssp split auth_ntlmssp_client_start() into two parts

This will allow it to be a wrapper around a gensec module, which
requires that they options be set on a context, but before the
mechanism is started.

This also simplfies the callers, by moving the lp_*() calls
into one place.

Andrew Bartlett
source3/include/ntlmssp_wrap.h
source3/librpc/crypto/cli_spnego.c
source3/libsmb/clifsinfo.c
source3/libsmb/ntlmssp_wrap.c
source3/rpc_client/cli_pipe.c