CVS update: samba/source

abartlet at samba.org abartlet at samba.org
Sat Jan 5 15:55:40 EST 2002


Date:	Fri Jan  4 20:55:40 2002
Author:	abartlet

Update of /data/cvs/samba/source
In directory va:/tmp/cvs-serv22161

Modified Files:
	Makefile.in 
Log Message:
I've decided to move the auth code around a bit more...

The auth_authsupplied_info typedef is now just a plain struct - auth_context, 
but it has been modified to contain the function pointers to the rest
of the auth subsystem's components.

(Who needs non-static functions anyway?)

In working all this mess out, I fixed a number of memory leaks and moved the
entire auth subsystem over to talloc().

Note that the TALLOC_CTX attached to the auth_context can be rather long-lived,
it is provided for things that are intended to live as long.  (The
global_negprot_auth_context lasts the whole life of the smbd).

I've also adjusted a few things in auth_domain.c, mainly passing the domain as
a paramater to a few functions instead of looking up lp_workgroup().  I'm
hopign to make this entire thing a bit more trusted domains (as PDC) freindly
in the near future.

Other than that, I moved a bit of the code around, hence the rather messy diff.

Andrew Bartlett


Revisions:
Makefile.in		1.427 => 1.428
	http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.427&r2=1.428




More information about the samba-cvs mailing list