<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/secure/usr.bin, branch release/5.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-26T11:26:46Z</updated>
<entry>
<title>Update for 3.8p1, including workaround for a bug in gss-genr.c.</title>
<updated>2004-02-26T11:26:46Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-02-26T11:26:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=40dd33e88847802075bfb73b85f7a50740c96418'/>
<id>urn:sha1:40dd33e88847802075bfb73b85f7a50740c96418</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style.Makefile(5):</title>
<updated>2004-02-23T20:25:27Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2004-02-23T20:25:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=604d24db9579f5b317cae3fae63ab75ef5efca7f'/>
<id>urn:sha1:604d24db9579f5b317cae3fae63ab75ef5efca7f</id>
<content type='text'>
	Use WARNS?= instead of WARNS=.
</content>
</entry>
<entry>
<title>Fixed static linkage.</title>
<updated>2004-01-08T11:40:19Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-08T11:40:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e1542a40580eb6faa6e18263fbc5081734765a84'/>
<id>urn:sha1:e1542a40580eb6faa6e18263fbc5081734765a84</id>
<content type='text'>
Reviewed by:	des
</content>
</entry>
<entry>
<title>Enable GSSAPI support. [1]</title>
<updated>2004-01-08T09:05:24Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-01-08T09:05:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9f80be8e3d87313d7806d2e8ad29a87b04908e2b'/>
<id>urn:sha1:9f80be8e3d87313d7806d2e8ad29a87b04908e2b</id>
<content type='text'>
Also remove some duplicates from ssh's SRCS.

Submitted by:	[1] Björn Grönvall &lt;bg@sics.se&gt;
</content>
</entry>
<entry>
<title>Update Makefiles for OpenSSH 3.7.1p2.</title>
<updated>2004-01-07T11:17:23Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-01-07T11:17:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a04e3d6c3084de022d6bb2144c7a89fd5d8b9f75'/>
<id>urn:sha1:a04e3d6c3084de022d6bb2144c7a89fd5d8b9f75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly add libz and libcrypto to LDADD for any ssh utilities missing</title>
<updated>2003-08-19T07:45:03Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-08-19T07:45:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c45db693122433da0df840aecca85198f1eafb54'/>
<id>urn:sha1:c45db693122433da0df840aecca85198f1eafb54</id>
<content type='text'>
it. While not strictly required, it unbreaks the cross-build world that
is resulting from moving the libraries around.

I have a more permanent solution to this problem in the works, but I
asked des for permission to commit this to get the ball rolling. This
also makes the ssh build more along the lines of what the openssh-portable
and OpenBSD openssh Makefile glue does.

Reviewed by:	des
</content>
</entry>
<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>Fixed "make checkdpadd".</title>
<updated>2003-07-02T23:38:42Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-07-02T23:38:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=55c90a95a4d871fc521f9136d8977f722c6b40c9'/>
<id>urn:sha1:55c90a95a4d871fc521f9136d8977f722c6b40c9</id>
<content type='text'>
OK'ed by:	markm
</content>
</entry>
<entry>
<title>Fix for the NO_OPENSSL case.</title>
<updated>2003-06-08T08:24:07Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-08T08:24:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8027fe397a04139a40a05e577a8594acb129dea4'/>
<id>urn:sha1:8027fe397a04139a40a05e577a8594acb129dea4</id>
<content type='text'>
Reported by:	Marius Strobl &lt;marius@alchemy.franken.de&gt;
</content>
</entry>
<entry>
<title>Modernise. Use libcrypto instead of libcipher for DES.</title>
<updated>2003-06-02T19:10:59Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-02T19:10:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=af9192979456b549185edb1f58dd3e4d62e5778d'/>
<id>urn:sha1:af9192979456b549185edb1f58dd3e4d62e5778d</id>
<content type='text'>
</content>
</entry>
</feed>
