<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/net/res_debug.c, branch release/4.8.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-04-03T18:49:23Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-04-03T18:49:23Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-04-03T18:49:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c'/>
<id>urn:sha1:0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c</id>
<content type='text'>
'RELENG_4_8_0_RELEASE'.

This commit was manufactured to restore the state of the 4.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<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>Add unsigned char cast to ctype macros arg</title>
<updated>1999-11-04T04:30:44Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1999-11-04T04:30:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9ea99d349bf2c06e24b9fd56a8d3dca1b6546581'/>
<id>urn:sha1:9ea99d349bf2c06e24b9fd56a8d3dca1b6546581</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement the weak aliases for private entry points in the inet_*</title>
<updated>1998-09-02T00:53:17Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-09-02T00:53:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb690d1f0b2725c6a9edfc5f5f3890a610f2927c'/>
<id>urn:sha1:cb690d1f0b2725c6a9edfc5f5f3890a610f2927c</id>
<content type='text'>
and res_* modules in a way that works for ELF.  I moved the aliases
out of res_stubs.c and into the individual modules where the entry
points are defined.  Weak aliases don't work in ELF unless that is
the case.  (Actually, I'm surprised it worked for a.out.)

This should fix the undefined "inet_addr" and related symbols in
various applications that fail to include &lt;arpa/inet.h&gt; or
&lt;resolv.h&gt; as they are supposed to do.
</content>
</entry>
<entry>
<title>Update the resolver parts to bind-8.1.2 level.  I have not touched the</title>
<updated>1998-06-11T09:03:02Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-06-11T09:03:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=14b93edab315672d87e6fe82aaff8e7ee7378e0b'/>
<id>urn:sha1:14b93edab315672d87e6fe82aaff8e7ee7378e0b</id>
<content type='text'>
getXXXXbyYYYY() interfaces yet.

Obtained from: diff relative to bind-8.1.2 sources
</content>
</entry>
<entry>
<title>Merge in bind-4.9.6 resolver changes.  Note that they resolve the</title>
<updated>1997-06-27T08:22:03Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-06-27T08:22:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c5aff806eaf1b8c8ef20679de9e111135b3a62b'/>
<id>urn:sha1:6c5aff806eaf1b8c8ef20679de9e111135b3a62b</id>
<content type='text'>
overflow problem differently.
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ to $Id$</title>
<updated>1997-02-22T15:12:41Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T15:12:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7e546392b5fe3a496acff53ac7aadd1c57b2a4cf'/>
<id>urn:sha1:7e546392b5fe3a496acff53ac7aadd1c57b2a4cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the long-awaited change from $Id$ to $FreeBSD$</title>
<updated>1997-01-14T07:20:47Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-01-14T07:20:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1130b656e5fe4c2d1ba299e024d1b40eaeebd380'/>
<id>urn:sha1:1130b656e5fe4c2d1ba299e024d1b40eaeebd380</id>
<content type='text'>
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
</content>
</entry>
<entry>
<title>Here goes..  Bring the 4.9.5-P1 resolver into -current.  This has the</title>
<updated>1996-12-30T13:18:48Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-12-30T13:18:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ca785773f6a4b166750711bfe0fec4ebc2e2da4e'/>
<id>urn:sha1:ca785773f6a4b166750711bfe0fec4ebc2e2da4e</id>
<content type='text'>
DNSSEC stuff, among other things.  There are also some renamed functions,
I've left out the res_stubs.c from this commit in case cvs bombs out..
</content>
</entry>
</feed>
