libcli/auth Make the source3/ implementation of the NTLMSSP server common
authorAndrew Bartlett <abartlet@samba.org>
Fri, 6 Aug 2010 11:31:21 +0000 (21:31 +1000)
committerGünther Deschner <gd@samba.org>
Tue, 10 Aug 2010 14:22:04 +0000 (16:22 +0200)
commit75adca63f21ab4b415e0f909a54972d8dd57a153
treef02639e6b35063ed914589659f5dd8375444ab4d
parent979b672dcb013ed38a312b280fa6c0642469649b
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

Signed-off-by: Günther Deschner <gd@samba.org>
libcli/auth/ntlmssp_private.h
libcli/auth/ntlmssp_server.c
source3/libsmb/ntlmssp.c
source4/auth/ntlmssp/ntlmssp_server.c