CVS update: samba/source/nsswitch

Tim Potter tpot at samba.org
Fri Jan 11 16:33:46 EST 2002


Date:	Fri Jan 11 16:33:46 2002
Author:	tpot

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

Modified Files:
	winbindd_util.c winbindd_user.c winbindd_proto.h 
	winbindd_misc.c winbindd_group.c winbindd.h winbindd.c 
Log Message:
Always query the PDC for the list of trusted domains rather than interating
the list received at startup or we get an out of date list.  I thought
there might be some sequence number that is incremented when a trusted
domain is added or removed - perhaps there is but I just haven't found it
yet.

 - Renamed get_domain_info() to init_domain_list()

 - Made an accessor function to return the list of trusted domains rather
   than using a global so we don't have to remember to put a magic init
   function

 - The getent state can not keep a pointer to a winbind_domain structure as
   it may be freed if init_domain_list() is called again so we keep the
   domain name instead


Revisions:
winbindd_util.c		1.66 => 1.67
	http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_util.c?r1=1.66&r2=1.67
winbindd_user.c		1.38 => 1.39
	http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_user.c?r1=1.38&r2=1.39
winbindd_proto.h		1.37 => 1.38
	http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_proto.h?r1=1.37&r2=1.38
winbindd_misc.c		1.15 => 1.16
	http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_misc.c?r1=1.15&r2=1.16
winbindd_group.c		1.44 => 1.45
	http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd_group.c?r1=1.44&r2=1.45
winbindd.h		1.29 => 1.30
	http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.h?r1=1.29&r2=1.30
winbindd.c		1.39 => 1.40
	http://www.samba.org/cgi-bin/cvsweb/samba/source/nsswitch/winbindd.c?r1=1.39&r2=1.40




More information about the samba-cvs mailing list