<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib, branch release/2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1994-11-22T10:58:58Z</updated>
<entry>
<title>Tell stupid users to write the bootcode.</title>
<updated>1994-11-22T10:58:58Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-11-22T10:58:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=140932d6d85b561ad06abe5006a5e973a7713c45'/>
<id>urn:sha1:140932d6d85b561ad06abe5006a5e973a7713c45</id>
<content type='text'>
This commit was manufactured to restore the state of the 2.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELEASE_2_0'.</title>
<updated>1994-11-22T06:28:23Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1994-11-22T06:28:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1afa50deb4cd8a50f3a891d65273984a76072ddf'/>
<id>urn:sha1:1afa50deb4cd8a50f3a891d65273984a76072ddf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.</title>
<updated>1994-11-21T07:33:22Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1994-11-21T07:33:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=01233029edba45b14c75afe36248d0df998b3cc3'/>
<id>urn:sha1:01233029edba45b14c75afe36248d0df998b3cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'ALPHA_2_0'.</title>
<updated>1994-11-08T19:51:51Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1994-11-08T19:51:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f4856526c75b2c41c79507c179357bc902687282'/>
<id>urn:sha1:f4856526c75b2c41c79507c179357bc902687282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forget to change = to += in previous commit</title>
<updated>1994-11-08T17:33:22Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1994-11-08T17:33:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f2628bf83585cc3f4d5b8adfba1355031584cdcb'/>
<id>urn:sha1:f2628bf83585cc3f4d5b8adfba1355031584cdcb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing link for shared libtermlib</title>
<updated>1994-11-08T17:31:52Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1994-11-08T17:31:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5327f96c2e154534ff81a3fd998c96c585e4f04a'/>
<id>urn:sha1:5327f96c2e154534ff81a3fd998c96c585e4f04a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*** ATTENTION *** YOU MIGHT BE ABOUT TO BE HOSED *** ATTENTION ***</title>
<updated>1994-11-07T21:07:09Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1994-11-07T21:07:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3b2b7f71deba2a4efbd218d235ab774397500242'/>
<id>urn:sha1:3b2b7f71deba2a4efbd218d235ab774397500242</id>
<content type='text'>
This effectively changes the non-DES password algoritm.

If you have the "securedist" installed you will have no problems with this.
(Though you might want to consider using this password-encryption instead
of the DES-based if your system is likely to be hacked)

If you are running a -current system without the "securedist" installed:
YOU WILL NEED TO CHANGE ALL PASSWORDS !!    There is no backwards mode.

Suggested procedure is:
	Update your sources
	cd /usr/src/lib/libcrypt
	make clean
	make all
	make install
	passwd root
		&lt;set roots new password&gt;
	change password for any other users on the system.

This algorithm is expected to be much better than the traditional DES-
based algorithm.  It uses the MD5 algorithm at what it is best at, as
opposed to the DES algorithm at something it isn't good at at all.  The
algorithm is designed such that it should very hard to shortcut the
calculations needed to build a dictionary, and to make partial knowledge
(Hmm, his password starts with a 'P'...) useless.  Of course if somebody
breaks the MD5 algorithm this looses too.

The salt is 48 bits (8 char @ base64).
The encrypted password is 128 bits.

And I am positively delighted to say that it takes 34 msec to crypt() a
password on a Pentium/60Mhz, so building a dictionary is not really an
option for hackers at the moment.
</content>
</entry>
<entry>
<title>Added "const" to the arguments here and there.</title>
<updated>1994-11-07T20:48:35Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1994-11-07T20:48:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4385de1699eedefa385d938df50441699f9664fe'/>
<id>urn:sha1:4385de1699eedefa385d938df50441699f9664fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A semicolon was lost.</title>
<updated>1994-11-07T19:54:55Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1994-11-07T19:54:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f318480d81103f3712fc31504e6fe1f84a8ec2d'/>
<id>urn:sha1:3f318480d81103f3712fc31504e6fe1f84a8ec2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>From: "gj%pcs.dec.com@inet-gw-1.pa.dec.com" &lt;garyj@rks32.pcs.dec.com&gt;</title>
<updated>1994-11-07T09:42:24Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-11-07T09:42:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e4bd62878a35009d5f93de10b648446826c291a9'/>
<id>urn:sha1:e4bd62878a35009d5f93de10b648446826c291a9</id>
<content type='text'>
Given the right circumstances, a call to kvm_open can result in a core
dump.

The diff belows fixes this (note that this change is already in the
NetBSD code). Could somebody apply this?

Gary J.
Submitted by:	gj
</content>
</entry>
</feed>
