<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure/Makefile.inc, 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-08-06T07:27:08Z</updated>
<entry>
<title>Join the 21st century: Cryptography is no longer an optional component</title>
<updated>2004-08-06T07:27:08Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2004-08-06T07:27:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d37df47d3104331743c4d05ebba3f996f5a2308a'/>
<id>urn:sha1:d37df47d3104331743c4d05ebba3f996f5a2308a</id>
<content type='text'>
of releases.  The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.

Approved by:	re (scottl), markm
Discussed on:	freebsd-current, in late April 2004
</content>
</entry>
<entry>
<title>Turn MAKE_IDEA into a true "bool" type variable, as documented in</title>
<updated>2004-04-19T11:35:15Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-04-19T11:35:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1f2cef4790d830cd1e3a80cb27513cccf118ff3d'/>
<id>urn:sha1:1f2cef4790d830cd1e3a80cb27513cccf118ff3d</id>
<content type='text'>
the make.conf(5) manpage.

PR:		conf/65738
OK'ed by:	markm
</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>Switch over to 3.4p1.</title>
<updated>2002-06-29T12:16:50Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-06-29T12:16:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7fba17037d5a0879fd1361ebddc53a76682dba0c'/>
<id>urn:sha1:7fba17037d5a0879fd1361ebddc53a76682dba0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No guts, no glory.  Switch to OpenSSH-portable.</title>
<updated>2002-06-25T19:10:09Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-06-25T19:10:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f0b56c5c7e0ace605b88d5ec125589b02df94f9e'/>
<id>urn:sha1:f0b56c5c7e0ace605b88d5ec125589b02df94f9e</id>
<content type='text'>
Sponsored by:	DARPA, NAI Labs
</content>
</entry>
<entry>
<title>Add pam_ssh support to the static PAM library, libpam.a:</title>
<updated>2002-01-23T15:54:17Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-01-23T15:54:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0509dca0c3687d52cef8e5ffab8a2f7d52be672a'/>
<id>urn:sha1:0509dca0c3687d52cef8e5ffab8a2f7d52be672a</id>
<content type='text'>
- Spam /usr/lib some more by making libssh a standard library.
- Tweak ${LIBPAM} and ${MINUSLPAM}.
- Garbage collect unused libssh_pic.a.
- Add fake -lz dependency to secure/ makefiles needed for
  dynamic linkage with -lssh.

Reviewed by:	des, markm
Approved by:	markm
</content>
</entry>
<entry>
<title>Bye-bye /usr/lib/libtelnet.a.  This should fix ``make release'' brokeness.</title>
<updated>2001-03-28T12:08:22Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-28T12:08:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ecbb303465d9a56a783068c2bcd2cf6255b6d4f'/>
<id>urn:sha1:4ecbb303465d9a56a783068c2bcd2cf6255b6d4f</id>
<content type='text'>
Approved by:	markm
</content>
</entry>
<entry>
<title>secure/ build fixes:</title>
<updated>2001-03-26T14:53:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-26T14:53:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b8cba406f2af8bad36f00fa94d493eaa9b259798'/>
<id>urn:sha1:b8cba406f2af8bad36f00fa94d493eaa9b259798</id>
<content type='text'>
- TELNETOBJDIR is gone.  `buildworld' already installs libtelnet.a
  in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there.

- SSHDIR (formerly SSHSRC) is now shared between all SSH modules.
  New LIBSSH is introduced for libssh.a (an internal static lib).
  Previously, build without prior `obj' was broken; SSH modules
  always looked for libssh.a in ${.OBJDIR}.  Also, the dependancies
  on the libssh.a were missing.

- libtelnet/ did not install the crypto version of telnet.h into
  /usr/include/arpa.

- Removed BINOWN, BINMODE, BINDIR and SRCS with default values.

Reviewed by:	markm

- MAN[1-9] -&gt; MAN.
</content>
</entry>
<entry>
<title>WITH_IDEA --&gt; MAKE_IDEA fix.</title>
<updated>2000-07-16T12:20:28Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-07-16T12:20:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1200a0a6e42809bceb31681af77e62f9d3388d2b'/>
<id>urn:sha1:1200a0a6e42809bceb31681af77e62f9d3388d2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFI. This is a documentation-only, diffreducing patch, that if</title>
<updated>2000-06-24T06:50:58Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-06-24T06:50:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce09ad50986b01330a286a8b4e30e182de4d1fb4'/>
<id>urn:sha1:ce09ad50986b01330a286a8b4e30e182de4d1fb4</id>
<content type='text'>
invoked will cause breakage. US Users - DO NOT try to turn on
IDEA - the sources are not included.
</content>
</entry>
</feed>
