<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/resolv.h, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2001-06-15T22:08:30Z</updated>
<entry>
<title>MFC: Implement EDNS0 support, as EDNS0 support will be made mandatory for</title>
<updated>2001-06-15T22:08:30Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2001-06-15T22:08:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c6e57ae65f2f513fab5275434c608dddfe523538'/>
<id>urn:sha1:c6e57ae65f2f513fab5275434c608dddfe523538</id>
<content type='text'>
IPv6 transport-ready resolvers/DNS servers.  Need careful configuration
when enable it. (default config is not affected).
See manpage for details.

  XXX visible symbol __res_opt() is added, however, it is not supposed to be
  called from outside, libc minor is not bumped.

	src/include/resolv.h:			1.19-&gt;1.20
	src/include/arpa/nameser.h:		1.14-&gt;1.15
	src/include/arpa/nameser_compat.h:	1.2-&gt;1.3
	src/lib/libc/net/getaddrinfo.c:		1.20-&gt;1.21
	src/lib/libc/net/res_debug.c:		1.18-&gt;1.19
	src/lib/libc/net/res_init.c:		1.23-&gt;1.24
	src/lib/libc/net/res_mkquery.c:		1.15-&gt;1.16
	src/lib/libc/net/res_query.c:		1.19-&gt;1.20
	src/lib/libc/net/resolver.3:		1.14-&gt;1.15
	src/share/examples/IPv6/USAGE:		1.1-&gt;1.2
</content>
</entry>
<entry>
<title>Getaddrinfo(), getnameinfo(), and etc support in libc/net.</title>
<updated>1999-12-28T02:37:14Z</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>1999-12-28T02:37:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d56d3747c94bb6889973c7449a57e83cc943d39'/>
<id>urn:sha1:7d56d3747c94bb6889973c7449a57e83cc943d39</id>
<content type='text'>
Several udp and raw apps IPv6 support.

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:45:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:45:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a4add9a9b110cb5deed00bf9cf7ca970daae2da7'/>
<id>urn:sha1:a4add9a9b110cb5deed00bf9cf7ca970daae2da7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the extern decl of ``h_errno''.  It's already</title>
<updated>1998-09-07T19:54:08Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1998-09-07T19:54:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d54358ffe560e956d0145324d045eb1feb693f63'/>
<id>urn:sha1:d54358ffe560e956d0145324d045eb1feb693f63</id>
<content type='text'>
externed in netdb.h - where all of its #define values
live.  If anything requires h_errno here (nothing in
/usr/src seems to) it's almost definitely broken.
</content>
</entry>
<entry>
<title>Damn, bind8 includes added &lt;arpa/nameser.h&gt; as a prerequisite for</title>
<updated>1998-06-11T12:52:45Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-06-11T12:52:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=71e8a85c73bc92b4e678202ddc3af5f1338814cb'/>
<id>urn:sha1:71e8a85c73bc92b4e678202ddc3af5f1338814cb</id>
<content type='text'>
&lt;resolv.h&gt;.  This breaks user ppp at least, and goodness knows how
many ports. :-(

This a bit of a hack, but is probably simpler than duplicating the
typedefs and protecting them from each other.

Also, remove some temporary XXX notes that I forgot to remove before.
</content>
</entry>
<entry>
<title>Update nameserver interface to bind-8.1.2 levels.  We do not use IRS (yet?)</title>
<updated>1998-06-11T08:55:17Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-06-11T08:55:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0160f9c06507054e4c88985352b44693dbff4c71'/>
<id>urn:sha1:0160f9c06507054e4c88985352b44693dbff4c71</id>
<content type='text'>
since it has far wider impact than hostname lookups (including passwords).
Note that this has more ugly symbol hiding and binary compatability hacks
that can go away the second we bump majors.

Obtained from:  Mostly from diff against ISC bind-8.1.2 sources
</content>
</entry>
<entry>
<title>Add "options no_tld_query" to resolv.conf.</title>
<updated>1997-09-01T01:19:23Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-09-01T01:19:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a367bd9e25dc5b555151811f4b46fd24dfa8a2c7'/>
<id>urn:sha1:a367bd9e25dc5b555151811f4b46fd24dfa8a2c7</id>
<content type='text'>
Mention the capability in resolver(5).
Mention that RES_OPTIONS can be used in resolver(5).
Discussed with: -hackers
</content>
</entry>
<entry>
<title>merge in bind-4.9.6 changes (only effect is __res_send #define reverted)</title>
<updated>1997-06-27T08:32:38Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-06-27T08:32:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ebe87f9ccaf76d4701ca41d8617133d1c8a63df'/>
<id>urn:sha1:4ebe87f9ccaf76d4701ca41d8617133d1c8a63df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back out all of yesterdays include file changes.</title>
<updated>1997-05-07T20:01:10Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1997-05-07T20:01:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f756433e8b87d0739ea5865dd78e946db0614108'/>
<id>urn:sha1:f756433e8b87d0739ea5865dd78e946db0614108</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make a lot of include-files self-contained.  I excluded the patches changing</title>
<updated>1997-05-07T02:27:18Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1997-05-07T02:27:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=48ea0bec18feafd62cc2f7df74234da2e504e86a'/>
<id>urn:sha1:48ea0bec18feafd62cc2f7df74234da2e504e86a</id>
<content type='text'>
int's to gid_t and uid_t - should I commit these, too?

Closes PR misc/2625.

Submitted by:	Julian Assange &lt;proff@iq.org&gt;
</content>
</entry>
</feed>
