<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/secure/libexec/Makefile, branch release/6.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0'/>
<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>Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra</title>
<updated>2003-05-05T07:58:44Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-05-05T07:58:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dbf104e68ddd9f971ebc05a68df1e525c3888997'/>
<id>urn:sha1:dbf104e68ddd9f971ebc05a68df1e525c3888997</id>
<content type='text'>
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
</content>
</entry>
<entry>
<title>Most things depend on !defined(NO_OPENSSL); make it look so.</title>
<updated>2003-04-30T07:51:51Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-04-30T07:51:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6402d39a2b8ca834010410a4de65148adf1a93a6'/>
<id>urn:sha1:6402d39a2b8ca834010410a4de65148adf1a93a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NOSECURE is implied by NOCRYPT, meaning if the latter is defined</title>
<updated>2003-04-30T07:34:14Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-04-30T07:34:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bce0c9275c90f81acd79138fe4df4b842f254080'/>
<id>urn:sha1:bce0c9275c90f81acd79138fe4df4b842f254080</id>
<content type='text'>
we won't be here.
</content>
</entry>
<entry>
<title>Remove Kerberos IV shims.</title>
<updated>2003-04-23T17:26:01Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-04-23T17:26:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=581ff5e32659ed7d2810fdfedb546fd47c14d9dc'/>
<id>urn:sha1:581ff5e32659ed7d2810fdfedb546fd47c14d9dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to be</title>
<updated>2002-07-05T08:39:09Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-07-05T08:39:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=81d858170e52f46ca9605f14d639312e8255a35a'/>
<id>urn:sha1:81d858170e52f46ca9605f14d639312e8255a35a</id>
<content type='text'>
setuid so ssh(1) doesn't have to be.

Pointy hat to:	des
Submitted by:	Katsuyuki TATEISHI &lt;katsu@iec.hiroshima-u.ac.jp&gt;
</content>
</entry>
<entry>
<title>Revamp and diff-reduce the various secure telnets. Make sure that</title>
<updated>2001-08-03T16:03:26Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-08-03T16:03:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=563df9527017e5b7b08d5730488f142f0009b9bf'/>
<id>urn:sha1:563df9527017e5b7b08d5730488f142f0009b9bf</id>
<content type='text'>
Kerberos5 has _a_ telnet (which is not currently K5 enabled).
Incorporate BDE's static linking fixes.
</content>
</entry>
<entry>
<title>Only build sftp-server conditionally</title>
<updated>2000-09-16T22:43:00Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2000-09-16T22:43:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=65c9b74cc67cbdf9c2f60141a8a7ad15c3191297'/>
<id>urn:sha1:65c9b74cc67cbdf9c2f60141a8a7ad15c3191297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add sftp-server</title>
<updated>2000-09-15T01:04:32Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2000-09-15T01:04:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=89cdeb294d31261b4e5719b33273ef0bf2e58149'/>
<id>urn:sha1:89cdeb294d31261b4e5719b33273ef0bf2e58149</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't build crypto-enabled telnetd if NO_OPENSSL is defined, since it</title>
<updated>2000-07-25T01:11:17Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2000-07-25T01:11:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=abe829c0e358027dbf81d079fe5921e58b83f86c'/>
<id>urn:sha1:abe829c0e358027dbf81d079fe5921e58b83f86c</id>
<content type='text'>
attempts to link against libcrypto.
</content>
</entry>
</feed>
