<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/telnetd/termstat.c, branch release/7.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-07-16T20:59:15Z</updated>
<entry>
<title>Very big makeover in the way telnet, telnetd and libtelnet are built.</title>
<updated>2003-07-16T20:59:15Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-07-16T20:59:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4afa3718327563c785b2961410b6ea85d6ddf3ca'/>
<id>urn:sha1:4afa3718327563c785b2961410b6ea85d6ddf3ca</id>
<content type='text'>
Previously, there were two copies of telnet; a non-crypto version
that lived in the usual places, and a crypto version that lived in
crypto/telnet/. The latter was built in a broken manner somewhat akin
to other "contribified" sources. This meant that there were 4 telnets
competing with each other at build time - KerberosIV, Kerberos5,
plain-old-secure and base. KerberosIV is no longer in the running, but
the other three took it in turns to jump all over each other during a
"make buildworld".

As the crypto issue has been clarified, and crypto _calls_ are not
a problem, crypto/telnet has been repo-copied to contrib/telnet,
and with this commit, all telnets are now "contribified". The contrib
path was chosen to not destroy history in the repository, and differs
from other contrib/ entries in that it may be worked on as "normal"
BSD code. There is no dangerous crypto in these sources, only a
very weak system less strong than enigma(1).

Kerberos5 telnet and Secure telnet are now selected by using the usual
macros in /etc/make.conf, and the build process is unsurprising and
less treacherous.
</content>
</entry>
<entry>
<title>Mrege from crypto telnet with "make unifdef". This gets a bunch of</title>
<updated>2003-05-11T18:27:49Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-05-11T18:27:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0813637235d5007c00e1c31ce104af98ced23e32'/>
<id>urn:sha1:0813637235d5007c00e1c31ce104af98ced23e32</id>
<content type='text'>
$FreeBSD$ tags and some debug variable safety belts.
</content>
</entry>
<entry>
<title>After running a "make unifdef", commit the resultant diffs.</title>
<updated>2001-11-30T22:03:20Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-11-30T22:03:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e895047b9593acf132054504753d13fa2a8faf82'/>
<id>urn:sha1:e895047b9593acf132054504753d13fa2a8faf82</id>
<content type='text'>
This code is now a complete sunset of the crypto (master) code.
</content>
</entry>
<entry>
<title>Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.</title>
<updated>2001-08-29T14:16:17Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-08-29T14:16:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6b022d0047da731dde4dfd64ef57b4de3d440bf9'/>
<id>urn:sha1:6b022d0047da731dde4dfd64ef57b4de3d440bf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feature merging and diff reduction between this code and crypto telnet.</title>
<updated>2001-08-20T12:12:27Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-08-20T12:12:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aa71cb52b5bee9d1bc5f9e270c89715117f6cd8c'/>
<id>urn:sha1:aa71cb52b5bee9d1bc5f9e270c89715117f6cd8c</id>
<content type='text'>
Also remove conditional (AUTHENTICATION) code as we have never compiled
it here, and it is doubtful that it even works in this scenario.
</content>
</entry>
<entry>
<title>MFcrypto/telnet/telnetd: Correct semantics of output_data*() and netflush()</title>
<updated>2001-07-23T22:00:51Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-07-23T22:00:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=66e9cfc57f61a918b4215e220cd9b14818ea4dcc'/>
<id>urn:sha1:66e9cfc57f61a918b4215e220cd9b14818ea4dcc</id>
<content type='text'>
to ensure deterministic operation
</content>
</entry>
<entry>
<title>MFCrypto: fixed the remote buffer overflow.</title>
<updated>2001-07-20T15:14:03Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-07-20T15:14:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=989a718dbba2d4f4e8d5e55856734be967188b20'/>
<id>urn:sha1:989a718dbba2d4f4e8d5e55856734be967188b20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo: seperate -&gt; separate.</title>
<updated>2001-02-06T10:39:38Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-02-06T10:39:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9a01d32bfda2e5b622dab39c39ef042921865b0a'/>
<id>urn:sha1:9a01d32bfda2e5b622dab39c39ef042921865b0a</id>
<content type='text'>
Seperate does not exist in the english language.

Submitted to look at by:	kris
</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>
<entry>
<title>Use err(3). Remove progname and trailing \n in syslog strings.</title>
<updated>1997-12-03T07:16:08Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-12-03T07:16:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5f806c3ccf963d5b16f833a40e2dd2c022c2278e'/>
<id>urn:sha1:5f806c3ccf963d5b16f833a40e2dd2c022c2278e</id>
<content type='text'>
</content>
</entry>
</feed>
