libcli/auth Make the source3/ implementation of the NTLMSSP server common ntlmssp-merge
authorAndrew Bartlett <abartlet@samba.org>
Fri, 6 Aug 2010 11:31:21 +0000 (21:31 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 9 Aug 2010 06:31:21 +0000 (16:31 +1000)
commit0ff8a880e100fd992ffbd9b2e0798610bf50625e
tree555b93579b28c7ea06f4fb37b448d6ca4000d8cc
parent2e80d458d9b8076885fae1af8813f8e8a4bd8b40
libcli/auth Make the source3/ implementation of the NTLMSSP server common

This means that the core logic (but not the initialisation) of the
NTLMSSP server is in common, but uses different authentication backends.

Andrew Bartlett
libcli/auth/ntlmssp_private.h
libcli/auth/ntlmssp_server.c
source3/libsmb/ntlmssp.c
source4/auth/ntlmssp/ntlmssp_server.c