<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-08-19T07:45:03Z</updated>
<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/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>Stage 3 of dynamic root support. Make all the libraries needed to run</title>
<updated>2003-08-17T08:28:46Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2003-08-17T08:28:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41d8423f714369ea23708399e02792045f9c3f56'/>
<id>urn:sha1:41d8423f714369ea23708399e02792045f9c3f56</id>
<content type='text'>
binaries in /bin and /sbin installed in /lib. Only the versioned files
reside in /lib, the .so symlink continues to live /usr/lib so the
toolchain doesn't need to be modified.
</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/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/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/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>Drop this MAINTAINER bit. I'll reclaim an "Advisory Maintainership"</title>
<updated>2003-06-04T16:10:20Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-04T16:10:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=75e936f168c511ad49a1c337a77306670292be2f'/>
<id>urn:sha1:75e936f168c511ad49a1c337a77306670292be2f</id>
<content type='text'>
for this area later.
</content>
</entry>
<entry>
<title>I'm now happy that this is no longer needed. Libcrypto has</title>
<updated>2003-06-04T15:26:34Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-04T15:26:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=485721b25e3e0f09e345280077cef60aafdf6dc8'/>
<id>urn:sha1:485721b25e3e0f09e345280077cef60aafdf6dc8</id>
<content type='text'>
all its functionality, and all its consumers have been converted.
</content>
</entry>
<entry>
<title>Disconnect libcipher from the build. It only does DES, and we already</title>
<updated>2003-06-02T20:03:32Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-02T20:03:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e4a3b084f987fb7d5531bfbe1b32f69abf209d95'/>
<id>urn:sha1:e4a3b084f987fb7d5531bfbe1b32f69abf209d95</id>
<content type='text'>
have libcrypto to do that. Both consumers of this lib have been
converted to use libcrypto. (bin/ed and secure/usr.bin/bdes).
</content>
</entry>
<entry>
<title>Strip the private blowfish code down to only that which is</title>
<updated>2003-06-02T19:17:24Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-02T19:17:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c8fa8e25d77016f36e63790f2ceccb90613ccb2e'/>
<id>urn:sha1:c8fa8e25d77016f36e63790f2ceccb90613ccb2e</id>
<content type='text'>
required to make crypt(3) blowfish "$2a$..." hashes. Lint and
warnsify.
</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/commit/?id=af9192979456b549185edb1f58dd3e4d62e5778d'/>
<id>urn:sha1:af9192979456b549185edb1f58dd3e4d62e5778d</id>
<content type='text'>
</content>
</entry>
</feed>
