From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29323 invoked by alias); 12 May 2003 10:06:07 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 29277 invoked by uid 9341); 12 May 2003 10:06:07 -0000 Date: Mon, 12 May 2003 10:06:00 -0000 Message-ID: <20030512100606.29235.qmail@sources.redhat.com> From: asl@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos-opt/net/net/ns/dns/current ChangeLog cdl/ ... X-SW-Source: 2003/txt/msg00853.txt.bz2 List-Id: 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.