<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libutil/realhostname.c, 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>2002-06-29T18:26:37Z</updated>
<entry>
<title>MFC 1.15: Return HOSTNAME_INVALIDADDR when reverse lookup is fail.</title>
<updated>2002-06-29T18:26:37Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2002-06-29T18:26:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4bd72171628ed6b020ad5d3c845b58fc4556573f'/>
<id>urn:sha1:4bd72171628ed6b020ad5d3c845b58fc4556573f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.11-1.13</title>
<updated>2001-07-28T22:24:46Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2001-07-28T22:24:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=87be3a7ac92b7a0f52cccf0e3736fab79bab3a08'/>
<id>urn:sha1:87be3a7ac92b7a0f52cccf0e3736fab79bab3a08</id>
<content type='text'>
- MAXHOSTNAMELEN includes space for the NUL
- Don't read past the end of the host passed to realhostname()
- Simplify IPv4 mapped IPv6 address handling.
</content>
</entry>
<entry>
<title>MFC: Make realhostname*() trimdomain() properly.</title>
<updated>2001-02-12T13:12:53Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-02-12T13:12:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e103afd12008521569c0a9c0ca1fd99b689cdd1'/>
<id>urn:sha1:0e103afd12008521569c0a9c0ca1fd99b689cdd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: (rev 1.8 -&gt; 1.9) Sshd writes connected host into utmp directly.</title>
<updated>2000-07-18T10:25:37Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2000-07-18T10:25:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=95d2558bd43fdc2746225e6f006468ada80e6f40'/>
<id>urn:sha1:95d2558bd43fdc2746225e6f006468ada80e6f40</id>
<content type='text'>
If the connection is via IPv6, the hostname is trimed due to the
length of IPv6 address.  This change saves it as possible.
I have a grudge against the shortage of UT_HOSTSIZE.
</content>
</entry>
<entry>
<title>MFC: We should see the ai_canonname menber of the first addrinfo</title>
<updated>2000-06-03T16:58:26Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2000-06-03T16:58:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7b381be68fc81ef425143dc06472a4d48f4e9556'/>
<id>urn:sha1:7b381be68fc81ef425143dc06472a4d48f4e9556</id>
<content type='text'>
structure in the linked list.  RFC2553 mentions only first.
</content>
</entry>
<entry>
<title>MFC, Return IPv4 native address for IPv4 mapped IPv6 address, even if</title>
<updated>2000-04-10T20:08:43Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2000-04-10T20:08:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d635de429a900edfe42b62fa5bb35fced3ab593'/>
<id>urn:sha1:8d635de429a900edfe42b62fa5bb35fced3ab593</id>
<content type='text'>
A RR is not found.
</content>
</entry>
<entry>
<title>Since crypto/openssh/login.c was changed to use realhostname_sa(),</title>
<updated>2000-03-07T07:52:01Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2000-03-07T07:52:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=88f853e0370431924d9953ed1026b173219bcfc1'/>
<id>urn:sha1:88f853e0370431924d9953ed1026b173219bcfc1</id>
<content type='text'>
when connecting via IPv6, hostname was not recorded to utmp anymore.
Because, if hostname is longer than buffer size, getnameinfo() returns
with ENI_MEMORY.

Reviewed by:	shin
Approved by:	jkh
</content>
</entry>
<entry>
<title>Avoid core dump when ai_canonname is NULL.</title>
<updated>2000-01-27T17:24:53Z</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-01-27T17:24:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=01d81a035111b7a0794c70aea8c9df14e7fc06e9'/>
<id>urn:sha1:01d81a035111b7a0794c70aea8c9df14e7fc06e9</id>
<content type='text'>
(Now this happens for numeric addrs, as getaddrinfo() 1.3 -&gt; 1.4 change)

Reviewed by: Mark Huizer &lt;xaa@timewasters.nl&gt;
</content>
</entry>
<entry>
<title>several tcp apps IPv6 update</title>
<updated>2000-01-25T14:52:10Z</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-01-25T14:52:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf'/>
<id>urn:sha1:0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf</id>
<content type='text'>
 -inetd
 -rshd
 -rlogind
 -telnetd
 -rsh
 -rlogin

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
</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-test2/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
</feed>
