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)
commitb2b66909ac2e251f8189e0696b6075dbf748521a
tree162169efe70f7369b6d9a07fe13302c96c3cbb01
parentba25db83f241a28200132f3dc52f7f5f93a3b00e
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
source/include/ntlmssp.h
source/libsmb/asn1.c
source/libsmb/cliconnect.c
source/libsmb/clispnego.c
source/libsmb/errormap.c
source/libsmb/ntlmssp.c
source/libsmb/ntlmssp_parse.c