<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/telnetd/sys_term.c, branch release/2.1.5</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Brought in revs 1.10-1.11: security patch.</title>
<updated>1995-11-02T03:27:39+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-11-02T03:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ef472a375eec03f8140d09887719acee489d450d'/>
<id>ef472a375eec03f8140d09887719acee489d450d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Brought in changes from main branch: set erase character correctly, and</title>
<updated>1995-09-10T04:02:16+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-09-10T04:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e3dd00fd89d61665bbc0388e9afb716a4068a32f'/>
<id>e3dd00fd89d61665bbc0388e9afb716a4068a32f</id>
<content type='text'>
fix problem with negotiation getting screwed up by login starting too
soon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix problem with negotiation getting screwed up by login starting too
soon.
</pre>
</div>
</content>
</entry>
<entry>
<title>Brought in changes from revs 1.6-1.7: decode "baud rate" properly.</title>
<updated>1995-08-26T04:41:49+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-08-26T04:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cdee8d675f11b5e8a1bbdab6d810a10f5f1ef9fc'/>
<id>cdee8d675f11b5e8a1bbdab6d810a10f5f1ef9fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:51:47+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug:</title>
<updated>1995-04-26T22:33:15+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-04-26T22:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d3e6b9f3932f893fe33937e22ed66e46ae4ef037'/>
<id>d3e6b9f3932f893fe33937e22ed66e46ae4ef037</id>
<content type='text'>
When hostname len &gt; 8, name replaced with dot notation when -u flag
not specified (default case).
Use _PATH_* for utmp/wtmp.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When hostname len &gt; 8, name replaced with dot notation when -u flag
not specified (default case).
Use _PATH_* for utmp/wtmp.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for &gt;32 PTYs.</title>
<updated>1995-02-09T11:11:01+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-02-09T11:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1338e00966c16155b9579134faa9983d08051c01'/>
<id>1338e00966c16155b9579134faa9983d08051c01</id>
<content type='text'>
Submitted by:	Heikki Suonsivu &lt;hsu@cs.hut.fi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Heikki Suonsivu &lt;hsu@cs.hut.fi&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Plug already known security hole. (Brought over from 1.1.5):</title>
<updated>1994-08-15T20:06:13+00:00</updated>
<author>
<name>Guido van Rooij</name>
<email>guido@FreeBSD.org</email>
</author>
<published>1994-08-15T20:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e27eb9e8ec4962955de15e9ae817bd78ef4f8b69'/>
<id>e27eb9e8ec4962955de15e9ae817bd78ef4f8b69</id>
<content type='text'>
Fixed security problem with telnetd, which allowed
        telnet -l -hcert.org localhost
to change the user's host in utmp.
Thanks to Matthew Green &lt;mrgreen@@mame.mu.oz.au&gt; for showing me this one.


Reviewed by:	karl, guido
Submitted by:	mrgreen@@mame.mu.oz.au
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed security problem with telnetd, which allowed
        telnet -l -hcert.org localhost
to change the user's host in utmp.
Thanks to Matthew Green &lt;mrgreen@@mame.mu.oz.au&gt; for showing me this one.


Reviewed by:	karl, guido
Submitted by:	mrgreen@@mame.mu.oz.au
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Libexec Sources</title>
<updated>1994-05-27T12:39:25+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T12:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ea022d1687fe11220adeb9cacec1f8d0333e970a'/>
<id>ea022d1687fe11220adeb9cacec1f8d0333e970a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
