<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/telnetd/telnetd.c, branch release/4.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-07-26T21:12:35+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-07-26T21:12:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f1bf9342879a7ee2dd88e11a33ae7509eab55b0'/>
<id>7f1bf9342879a7ee2dd88e11a33ae7509eab55b0</id>
<content type='text'>
'RELENG_4_1_0_RELEASE'.

This commit was manufactured to restore the state of the 4.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_4_1_0_RELEASE'.

This commit was manufactured to restore the state of the 4.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>several tcp apps IPv6 update</title>
<updated>2000-01-25T14:52:10+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-01-25T14:52:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf'/>
<id>0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf</id>
<content type='text'>
 -inetd
 -rshd
 -rlogind
 -telnetd
 -rsh
 -rlogin

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 -inetd
 -rshd
 -rlogind
 -telnetd
 -rsh
 -rlogin

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Determine the host name using an array size of</title>
<updated>1999-04-08T21:36:27+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-04-08T21:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d5cf830ef16d030eef2802ccbc24390f58b13448'/>
<id>d5cf830ef16d030eef2802ccbc24390f58b13448</id>
<content type='text'>
MAXHOSTNAMELEN and call trimdomain() before implementing
the -u option.

This allows local hosts of a lan with a long domain name to
appear properly in utmp by base host name (w/o domain) rather
than by IP number.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAXHOSTNAMELEN and call trimdomain() before implementing
the -u option.

This allows local hosts of a lan with a long domain name to
appear properly in utmp by base host name (w/o domain) rather
than by IP number.
</pre>
</div>
</content>
</entry>
<entry>
<title>Really fix -u....</title>
<updated>1999-04-07T08:39:54+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-04-07T08:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=aae211bc7efadbb7fc97f5a78a8b5640a2f72e16'/>
<id>aae211bc7efadbb7fc97f5a78a8b5640a2f72e16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that things returned by gethostname() and</title>
<updated>1999-04-07T08:27:45+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-04-07T08:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9e9a43bdec3ff0ad37e4799b209e0d9513150a6f'/>
<id>9e9a43bdec3ff0ad37e4799b209e0d9513150a6f</id>
<content type='text'>
friends are terminated and allow for a maximum
host name length of MAXHOSTNAMELEN - 1.
Put parenthesis around sizeof args.
Make some variables static.
Fix telnetd -u (broken by my last commit)

Prompted by: bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
friends are terminated and allow for a maximum
host name length of MAXHOSTNAMELEN - 1.
Put parenthesis around sizeof args.
Make some variables static.
Fix telnetd -u (broken by my last commit)

Prompted by: bde
</pre>
</div>
</content>
</entry>
<entry>
<title>Use realhostname() rather than various combinations of</title>
<updated>1999-04-06T23:06:00+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-04-06T23:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=32af26a50132167c86aa90413bade77884184c9e'/>
<id>32af26a50132167c86aa90413bade77884184c9e</id>
<content type='text'>
gethostbyaddr() &amp; gethostbyname().

Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gethostbyaddr() &amp; gethostbyname().

Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length.
</pre>
</div>
</content>
</entry>
<entry>
<title>After receiving a connection and doing a reverse</title>
<updated>1999-04-06T00:29:41+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-04-06T00:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=51d8a6713face6901c25eb654c0aaaf79461eb84'/>
<id>51d8a6713face6901c25eb654c0aaaf79461eb84</id>
<content type='text'>
lookup on the incoming IP, do a forward lookup on
the result and make sure that the IP is in the
resulting list.  If it's not, put the IP number
in utmp/wtmp instead of the rogue name.

Stolen from: rlogind
Suggested by: sef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lookup on the incoming IP, do a forward lookup on
the result and make sure that the IP is in the
resulting list.  If it's not, put the IP number
in utmp/wtmp instead of the rogue name.

Stolen from: rlogind
Suggested by: sef
</pre>
</div>
</content>
</entry>
<entry>
<title>Old stuff laying around:  Don't use a function called getstr(), that has</title>
<updated>1998-12-16T06:04:29+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-12-16T06:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3cc1b1bf9ce26585791f0e6a6a654877fc09ef9a'/>
<id>3cc1b1bf9ce26585791f0e6a6a654877fc09ef9a</id>
<content type='text'>
nasty consequences when the system curses is ncurses as this conflicts
with a ncurses funciton and causes recursion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nasty consequences when the system curses is ncurses as this conflicts
with a ncurses funciton and causes recursion.
</pre>
</div>
</content>
</entry>
<entry>
<title>telnetd does not recognize the if (display file before login) gettytab flag.</title>
<updated>1998-04-26T06:51:36+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1998-04-26T06:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5708bd42282d5199f2fcf8d2f836fbbdd7d068b1'/>
<id>5708bd42282d5199f2fcf8d2f836fbbdd7d068b1</id>
<content type='text'>
PR:		6365
Reviewed by:	phk
Submitted by:	Jason Garman &lt;init@risen.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		6365
Reviewed by:	phk
Submitted by:	Jason Garman &lt;init@risen.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
