(merge from 3.0)
authorAndrew Bartlett <abartlet@samba.org>
Mon, 5 Jan 2004 23:23:59 +0000 (23:23 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 5 Jan 2004 23:23:59 +0000 (23:23 +0000)
commit2f196bb31ac83cf7922583063c74a5f679ca5be7
tree60d1d73aeece7612bb19033010d6f4951203e158
parent0d97b10248347398fbee66767baac0c7adf6889d
(merge from 3.0)

Move our basic password checking code from inside the authentication
subsystem into a seperate file - ntlm_check.c.

This allows us to call these routines from ntlm_auth.  The purpose of this
exercise is to allow ntlm_auth (when operating as an NTLMSSP server) to
avoid talking to winbind.  This should allow for easier debugging.

ntlm_auth itself has been reorgainised, so as to share more code between
the SPNEGO-wrapped and 'raw' NTLMSSP modes.  A new 'client' NTLMSSP mode
has been added, for use with a Cyrus-SASL module I am writing (based on vl's
work)

Andrew Bartlett
source/Makefile.in
source/auth/auth_sam.c
source/libsmb/ntlm_check.c [new file with mode: 0644]
source/utils/ntlm_auth.c