<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure/libexec, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-02-05T22:44:25Z</updated>
<entry>
<title>Fixed style of DPADD and LDADD assignments as per style.Makefile(5).</title>
<updated>2004-02-05T22:44:25Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-02-05T22:44:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=47d7e8a96f52d91b1f0fe5184f0f5d88c897db38'/>
<id>urn:sha1:47d7e8a96f52d91b1f0fe5184f0f5d88c897db38</id>
<content type='text'>
</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/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/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/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/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>The including makefile's directory is tried first for .include "...".</title>
<updated>2003-04-30T07:54:39Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-04-30T07:54:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f7fa0cbd70e02ecb0c1775218703454d7207dedd'/>
<id>urn:sha1:f7fa0cbd70e02ecb0c1775218703454d7207dedd</id>
<content type='text'>
</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/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/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/commit/?id=581ff5e32659ed7d2810fdfedb546fd47c14d9dc'/>
<id>urn:sha1:581ff5e32659ed7d2810fdfedb546fd47c14d9dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update for 3.6.1p1; also remove Kerberos IV shims.</title>
<updated>2003-04-23T17:25:47Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-04-23T17:25:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d8b043c8d497cc88b50b7cf13479f4766fde5b7f'/>
<id>urn:sha1:d8b043c8d497cc88b50b7cf13479f4766fde5b7f</id>
<content type='text'>
</content>
</entry>
</feed>
