This is the mail archive of the ecos-cvs@sources.redhat.com mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos-opt/net/net/ns/dns/current ChangeLog cdl/ ...


CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-05-12 10:06:06

Modified files:
	net/net/ns/dns/current: ChangeLog 
	net/net/ns/dns/current/cdl: dns.cdl 
	net/net/ns/dns/current/doc: dns.sgml 
	net/net/ns/dns/current/include: dns.h dns_impl.inl dns_priv.h 
	net/net/ns/dns/current/src: dns.c 
	net/net/ns/dns/current/tests: dns1.c 

Log message:
	* doc/dns.sgml: Updated to reflect changes for IPv6.
	* include/dns_impl.inl (setdomainname): Append a . to the end of
	the domainname if it does not have one.
	* cdl/dns.cdl: CYGOPT_NS_DNS_FIRST_FAMILTY to control order of
	results.
	* src/dns.c: Order the results from cyg_dns_getaddrinfo.
	* test/dns1.c: Re-written to perform better testing and for
	getaddrinfo and getnameinfo.
	* test/dns2.c: Removed. It does not add anything useful.
	* src/dns.c (cyg_dns_getnameinfo): New. Interface between
	getnameinfo and the DNS client.
	* src/dns.c (cyg_dns_getaddrinfo): New. Interface between
	getaddrinfo and the DNS client. This supports both IPv4 and IPv6
	* test/dns1.c: Added tests for getnameinfo using both IPv4 and
	IPv6 addresses.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]