<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libutil/logwtmp.c, branch release/4.6.2_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-08-14T06:57:09Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-08-14T06:57:09Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-08-14T06:57:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=72b7f92e6edf4375820f765b41697b3208ce7fe7'/>
<id>urn:sha1:72b7f92e6edf4375820f765b41697b3208ce7fe7</id>
<content type='text'>
'RELENG_4_6_2_RELEASE'.

This commit was manufactured to restore the state of the 4.6.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Support v6 login.</title>
<updated>2000-01-15T03:26:54Z</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-01-15T03:26:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ad5e523b7f7afcce74810f98ae75b73ba95d6329'/>
<id>urn:sha1:ad5e523b7f7afcce74810f98ae75b73ba95d6329</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>If given host.domain:nn[.nn], trimdomain() now reduces it to</title>
<updated>1999-04-09T01:54:10Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-04-09T01:54:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d746fb66432fcb5daad393a56de177e8c3d0eaa8'/>
<id>urn:sha1:d746fb66432fcb5daad393a56de177e8c3d0eaa8</id>
<content type='text'>
host:nn[.nn] (if the domain is the same as the local one).
</content>
</entry>
<entry>
<title>bcopy -&gt; memmove</title>
<updated>1999-04-08T08:00:06Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-04-08T08:00:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c1df83d996d94197c0e0c202a5cbb43a730330c9'/>
<id>urn:sha1:c1df83d996d94197c0e0c202a5cbb43a730330c9</id>
<content type='text'>
Suggested by: archie
</content>
</entry>
<entry>
<title>Tidy up trimdomain() and document it.</title>
<updated>1999-04-07T14:03:31Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-04-07T14:03:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c059599f6353f9b60cd77ca7191d61584a9bf93'/>
<id>urn:sha1:0c059599f6353f9b60cd77ca7191d61584a9bf93</id>
<content type='text'>
Don't truncate one byte short of the passed length.
</content>
</entry>
<entry>
<title>Handle hostnames up to MAXHOSTNAMELEN-1 in length.</title>
<updated>1999-04-07T08:27:04Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-04-07T08:27:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5b3f0a74e15f741303eb4c823555de3464f8ef7c'/>
<id>urn:sha1:5b3f0a74e15f741303eb4c823555de3464f8ef7c</id>
<content type='text'>
Use bcopy() instead of strcpy() to handle potentially
overlapping regions.
Un-obscure/complicate some code.
</content>
</entry>
<entry>
<title>Now take stdio.h out of files that don't require it.</title>
<updated>1998-10-09T11:24:20Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-09T11:24:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b1ef8d4645b65a6acfa34d3c1f460805e737a98'/>
<id>urn:sha1:8b1ef8d4645b65a6acfa34d3c1f460805e737a98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All these have to include stdio.h now.</title>
<updated>1998-10-09T00:39:09Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-09T00:39:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b8c11ec197f1c2929a379a39b7ab4e2af5b81d50'/>
<id>urn:sha1:b8c11ec197f1c2929a379a39b7ab4e2af5b81d50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trim a domain part for wtmp as same as showed by "netstat -r".</title>
<updated>1998-06-01T08:47:04Z</updated>
<author>
<name>Atsushi Murai</name>
<email>amurai@FreeBSD.org</email>
</author>
<published>1998-06-01T08:47:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=89caae2932adde71022cb5691ee1b73cd26a8286'/>
<id>urn:sha1:89caae2932adde71022cb5691ee1b73cd26a8286</id>
<content type='text'>
Here is a some example for avoiding a confusion.

 It asssumes a logged host domain is "spec.co.jp". All
example is longer than UT_HOSTNAMELEN value.

   1) turbo.tama.spec.co.jp: 192.19.0.2  -&gt; trubo.tama
   2) turbo.tama.foo.co.jp : 192.19.0.2  -&gt; 192.19.0.2
   3) specgw.spec.co.jp    : 202.32.13.1 -&gt; specgw

Submitted by:	Atsushi Murai &lt;amurai@spec.co.jp&gt;
</content>
</entry>
</feed>
