Refactor the NTLMSSP code again - this time we use function pointers to
commit9e48ab86da40e4c1cafa70c04fb9ebdcce23dfab
authorAndrew Bartlett <abartlet@samba.org>
Wed, 15 Jan 2003 12:52:38 +0000 (15 12:52 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Jan 2003 12:52:38 +0000 (15 12:52 +0000)
tree98ba781df1fb6b6e6de26cd1de66fb67166e4354
parentc781e34d274f4185ec932cc59029d3f9a65e47c4
Refactor the NTLMSSP code again - this time we use function pointers to
eliminate the dependency on the auth subsystem.  The next step is to add
the required code to 'ntlm_auth', for export to Squid etc.

Andrew Bartlett
source/Makefile.in
source/include/auth.h
source/include/ntlmssp.h
source/libsmb/cliconnect.c
source/libsmb/ntlmssp.c [new file with mode: 0644]
source/smbd/sesssetup.c