Move our NTLMSSP client code into ntlmssp.c. The intention is to provide a
authorAndrew Bartlett <abartlet@samba.org>
Sat, 15 Feb 2003 12:20:22 +0000 (12:20 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 15 Feb 2003 12:20:22 +0000 (12:20 +0000)
commit4aabc4cdfd7c50e37c29f253de4d08107e106a6a
treeb86fee970bae0b8b6a38547ba1fbabaf4dbb9f81
parentab1035aa1b93ea480b07f3a85925cf0d127606a5
Move our NTLMSSP client code into ntlmssp.c.  The intention is to provide a
relitivly useful external lib from this code, and to remove the dupicate
NTLMSSP code elsewhere in samba (RPC pipes, LDAP client).

The code I've replaced this with in cliconnect.c is relitivly ugly, and
I hope to replace it with a more general SPENGO layer at some later date.

Andrew Bartlett
(This used to be commit b2b66909ac2e251f8189e0696b6075dbf748521a)
source3/include/ntlmssp.h
source3/libsmb/asn1.c
source3/libsmb/cliconnect.c
source3/libsmb/clispnego.c
source3/libsmb/errormap.c
source3/libsmb/ntlmssp.c
source3/libsmb/ntlmssp_parse.c