<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/include/netdb.h, branch stable/4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2001-08-29T08:46:52Z</updated>
<entry>
<title>MFC: "netgrent" functions a home in netdb.h</title>
<updated>2001-08-29T08:46:52Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2001-08-29T08:46:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f78c761b11c8b89874efd5bccf3333435947dbbc'/>
<id>urn:sha1:f78c761b11c8b89874efd5bccf3333435947dbbc</id>
<content type='text'>
Approved by: jkh
</content>
</entry>
<entry>
<title>MFC: rev 1.20 (remove namespace pollution)</title>
<updated>2001-08-02T01:47:19Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-08-02T01:47:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ada7f0cfc64ac12d01ad11d8898097253ac61584'/>
<id>urn:sha1:ada7f0cfc64ac12d01ad11d8898097253ac61584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Nuke non-standard EAI_RESNULL.</title>
<updated>2001-04-21T14:25:50Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2001-04-21T14:25:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=781038bdd10177d8dd115f6308e40ac3a74c78c3'/>
<id>urn:sha1:781038bdd10177d8dd115f6308e40ac3a74c78c3</id>
<content type='text'>
	include/netdb.h:		1.17-&gt;1.18
	lib/libc/net/getaddrinfo.c:	1.19-&gt;1.20
</content>
</entry>
<entry>
<title>MFC: Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3).  Some</title>
<updated>2001-02-26T07:34:09Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2001-02-26T07:34:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5e58195b504e9f69a9091b00247120aba1a393ed'/>
<id>urn:sha1:5e58195b504e9f69a9091b00247120aba1a393ed</id>
<content type='text'>
applications specify AI_ADDRCONFIG and fail to run under FreeBSD.
Latest mnews is known.  Now, getaddrinfo(3) behaves according to
AI_ADDRCONFIG.

	include/netdb.h:		1.16-&gt;1.17
	lib/libc/net/getaddrinfo.c:	1.16-&gt;1.17
</content>
</entry>
<entry>
<title>MFC: Correct 2nd argument of getnameinfo(3) to socklen_t.</title>
<updated>2001-02-26T07:24:22Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2001-02-26T07:24:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5c27b72a560d9218ccddfea031ec6d3326cd5a63'/>
<id>urn:sha1:5c27b72a560d9218ccddfea031ec6d3326cd5a63</id>
<content type='text'>
	include/netdb.h:		1.15-&gt;1.16
	lib/libc/net/getnameinfo.c:	1.6-&gt;1.7
	sys/alpha/include/ansi.h:	1.10-&gt;1.12
	sys/i386/include/ansi.h:	1.19-&gt;1.21
	sys/sys/socket.h:		1.47-&gt;1.49
</content>
</entry>
<entry>
<title>Change IPv6 address scope delimeter from '@' to '%' as recent KAME change.</title>
<updated>2000-02-08T05:12:45Z</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-02-08T05:12:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=12cefbcc20c8a4c7a1ae2871cb85a3fb050c4c19'/>
<id>urn:sha1:12cefbcc20c8a4c7a1ae2871cb85a3fb050c4c19</id>
<content type='text'>
'@' conflicts with existing notations such as user@host, so '%' is better.

Approved by: jkh

Obtained from: KAME project
</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-test2/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-test2/commit/?id=a4add9a9b110cb5deed00bf9cf7ca970daae2da7'/>
<id>urn:sha1:a4add9a9b110cb5deed00bf9cf7ca970daae2da7</id>
<content type='text'>
</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-test2/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>Make this compile with the -traditional cc flag.</title>
<updated>1997-08-16T23:32:42Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1997-08-16T23:32:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fcd57f5cca94d39693a91e7a5a98b7e72594f7e4'/>
<id>urn:sha1:fcd57f5cca94d39693a91e7a5a98b7e72594f7e4</id>
<content type='text'>
PR:		misc/2189
Submitted by:	Lars Koeller &lt;Lars_Koeller@odie.physik2.uni-rostock.de&gt;
</content>
</entry>
</feed>
