CVS update: samba/source/libsmb

jerry at samba.org jerry at samba.org
Thu Jun 26 03:41:04 EST 2003


Date:	Wed Jun 25 17:41:04 2003
Author:	jerry

Update of /data/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv15906/libsmb

Modified Files:
      Tag: SAMBA_3_0
	cliconnect.c namecache.c namequery.c namequery_dc.c 
Log Message:
large change:

*)  consolidates the dc location routines again (dns
    and netbios)  get_dc_list() or get_sorted_dc_list()
    is the authoritative means of locating DC's again.
    
    (also inludes a flag to get_dc_list() to define
     if this should be a DNS only lookup or not)

    (however, if you set "name resolve order = hosts wins"
     you could still get DNS queries for domain name IFF
     ldap_domain2hostlist() fails.  The answer?  Fix your DNS 
     setup)

*)  enabled DOMAIN<0x1c> lookups to be funneled through
    resolve_hosts resulting in a call to ldap_domain2hostlist()
    if lp_security() == SEC_ADS

*)  enables name cache for winbind ADS backend

*)  enable the negative connection cache for winbind
    ADS backend

*)  removes some old dead code

*)  consolidates some duplicate code

*)  moves the internal_name_resolve() to use an IP/port pair
    to deal with SRV RR dns replies.  The namecache code
    also supports the IP:port syntax now as well.

*)  removes 'ads server' and moves the functionality back
    into 'password server' (which can support "hostname:port"
    syntax now but works fine with defaults depending on
    the value of lp_security())



Revisions:
cliconnect.c		1.71.2.24 => 1.71.2.25
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.71.2.24&r2=1.71.2.25
namecache.c		1.2.2.8 => 1.2.2.9
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/namecache.c.diff?r1=1.2.2.8&r2=1.2.2.9
namequery.c		1.93.2.15 => 1.93.2.16
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/namequery.c.diff?r1=1.93.2.15&r2=1.93.2.16
namequery_dc.c		1.2.2.4 => 1.2.2.5
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/namequery_dc.c.diff?r1=1.2.2.4&r2=1.2.2.5



More information about the samba-cvs mailing list