CVS update: samba/source/utils

abartlet at samba.org abartlet at samba.org
Tue Dec 30 07:33:58 GMT 2003


Date:	Tue Dec 30 07:33:58 2003
Author:	abartlet

Update of /home/cvs/samba/source/utils
In directory dp.samba.org:/tmp/cvs-serv16715/utils

Modified Files:
      Tag: SAMBA_3_0
	ntlm_auth.c 
Log Message:
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


Revisions:
ntlm_auth.c		1.6.2.35 => 1.6.2.36
	http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/ntlm_auth.c.diff?r1=1.6.2.35&r2=1.6.2.36


More information about the samba-cvs mailing list