public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos-opt/net/net/ns/dns/current ChangeLog cdl/ ...
@ 2003-05-26  7:33 asl
  0 siblings, 0 replies; 7+ messages in thread
From: asl @ 2003-05-26  7:33 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-05-26 07:33:51

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 
	net/net/ns/dns/current/src: dns.c 
	net/net/ns/dns/current/tests: dns1.c 

Log message:
	* src/dns.c: (cyg_dns_res_start) New: Allow IPv6 to be used to
	transport queries to the DNS server. This requires a new API
	function to start the client which if protocol family
	independent.
	* tests/dns1.c: Added a test which uses IPv6 as the transport to
	the DNS server.
	* doc/dns.sgml: Documentation of new API function for IPv6.
	* cdl/dns.cdl: Comment that the default DNS server can be an IPv6
	address.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* ecos-opt/net/net/ns/dns/current ChangeLog cdl/ ...
@ 2003-09-23  9:11 asl
  0 siblings, 0 replies; 7+ messages in thread
From: asl @ 2003-09-23  9:11 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-09-23 09:10:59

Modified files:
	net/net/ns/dns/current: ChangeLog 
	net/net/ns/dns/current/cdl: dns.cdl 
	net/net/ns/dns/current/tests: dns1.c 

Log message:
	* cdl/dns.cdl: CDL control of what DNS server to use for the tests
	* tests/dns1.c: Fine tuned the information for my server and added
	Iztok Zupet's Server to the test.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* ecos-opt/net/net/ns/dns/current ChangeLog cdl/ ...
@ 2003-05-12 10:06 asl
  0 siblings, 0 replies; 7+ messages in thread
From: asl @ 2003-05-12 10:06 UTC (permalink / raw)
  To: ecos-cvs

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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* ecos-opt/net/net/ns/dns/current ChangeLog cdl/ ...
@ 2003-02-24 14:30 jlarmour
  0 siblings, 0 replies; 7+ messages in thread
From: jlarmour @ 2003-02-24 14:30 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2003-02-24 14:30:35

Modified files:
	net/net/ns/dns/current: ChangeLog 
	net/net/ns/dns/current/cdl: dns.cdl 

Log message:
	* cdl/dns.cdl: Add doc link.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* ecos-opt/net/net/ns/dns/current ChangeLog cdl/ ...
@ 2003-01-18  3:47 jlarmour
  0 siblings, 0 replies; 7+ messages in thread
From: jlarmour @ 2003-01-18  3:47 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2003-01-17 19:47:04

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/tests: dns2.c 

Log message:
	* cdl/dns.cdl: Added the ability to hard code a domain name.
	Inspired by Motoya Kurotsu.
	* doc/dns.sgml: Documentation for this.
	
	* tests/dns2.c: Verify domain name from the DHCP server with
	_LOOKUP_DOMAINNAME, not _DNS_IP which is the address of the DNS
	server.
	
	* cdl/dns.cdl: Added the ability to hard code a DNS server
	address into the image which is used as the default.
	* doc/dns.sgml: Documentation for this.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* ecos-opt/net/net/ns/dns/current ChangeLog cdl/ ...
@ 2002-10-17 20:05 jlarmour
  0 siblings, 0 replies; 7+ messages in thread
From: jlarmour @ 2002-10-17 20:05 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jlarmour@sourceware.org	2002-10-17 20:05:16

Modified files:
	net/net/ns/dns/current: ChangeLog 
	net/net/ns/dns/current/cdl: dns.cdl 

Log message:
	* cdl/dns.cdl: Move CYGBLD_ISO_DNS_HEADER requires in with
	CYGINT_ISO_DNS which is where it should always be beside.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* ecos-opt/net/net/ns/dns/current ChangeLog cdl/ ...
@ 2002-10-11  9:33 asl
  0 siblings, 0 replies; 7+ messages in thread
From: asl @ 2002-10-11  9:33 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sources.redhat.com	2002-10-11 09:33:55

Modified files:
	net/net/ns/dns/current: ChangeLog 
	net/net/ns/dns/current/cdl: dns.cdl 

Log message:
	* cdl/dns.cdl: If CYGPKG_NS_DNS_BUILD is disable we don't
	implement the CYGINT_ISO_DNS interface.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-09-23  9:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-26  7:33 ecos-opt/net/net/ns/dns/current ChangeLog cdl/ asl
  -- strict thread matches above, loose matches on Subject: below --
2003-09-23  9:11 asl
2003-05-12 10:06 asl
2003-02-24 14:30 jlarmour
2003-01-18  3:47 jlarmour
2002-10-17 20:05 jlarmour
2002-10-11  9:33 asl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).