CVS update: samba/source/auth

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/auth
In directory dp.samba.org:/tmp/cvs-serv16715/auth

Modified Files:
      Tag: SAMBA_3_0
	auth_sam.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:
auth_sam.c		1.36.2.26 => 1.36.2.27
	http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_sam.c.diff?r1=1.36.2.26&r2=1.36.2.27


More information about the samba-cvs mailing list