<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libcrypt, branch release/2.1.6_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.1.6_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.1.6_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1997-02-05T04:29:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-02-05T04:29:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-02-05T04:29:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=860c2cf2bc6592828a3468ab8ee661042b059ae8'/>
<id>urn:sha1:860c2cf2bc6592828a3468ab8ee661042b059ae8</id>
<content type='text'>
'RELENG_2_1_6_RELEASE'.

This commit was manufactured to restore the state of the 2.1.6-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>This 3rd mega-commit should hopefully bring us back to where we were.</title>
<updated>1996-06-05T02:59:00Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-05T02:59:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=78e55a1f29558e8be54566ead1e7be8ab9d45273'/>
<id>urn:sha1:78e55a1f29558e8be54566ead1e7be8ab9d45273</id>
<content type='text'>
I can get it to `make world' succesfully, anyway!
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:51:47Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:51:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>urn:sha1:6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Install shared libraries in ${DESTDIR}${SHLIBDIR} instead of in</title>
<updated>1994-11-14T06:44:45Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1994-11-14T06:44:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=643c00317eed22e8c23def748ed40e59b832ad7d'/>
<id>urn:sha1:643c00317eed22e8c23def748ed40e59b832ad7d</id>
<content type='text'>
$(DESTDIR)/$(LIBDIR) (I need SHLIBDIR.  The / was a bug and the
$(...) style was inconsistent.)

Install ordinary libraries in ${DESTDIR}${LIBDIR} instead of in
$(DESTDIR)/$(LIBDIR).

Change remaining $(...) to ${...}.
</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>Fix afterinstall rule for generating links to the real libcrypt</title>
<updated>1994-08-20T18:13:59Z</updated>
<author>
<name>Geoff Rehmet</name>
<email>csgr@FreeBSD.org</email>
</author>
<published>1994-08-20T18:13:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c8023944f89bc5c6888bc85a7d3cb6ca161a3ba5'/>
<id>urn:sha1:c8023944f89bc5c6888bc85a7d3cb6ca161a3ba5</id>
<content type='text'>
Submitted by:	geoff
</content>
</entry>
<entry>
<title>Fix afterinstall rule for NOSHARED case</title>
<updated>1994-08-12T21:12:37Z</updated>
<author>
<name>Geoff Rehmet</name>
<email>csgr@FreeBSD.org</email>
</author>
<published>1994-08-12T21:12:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a54d939519f2047998f076d4b86f31dbab85e6db'/>
<id>urn:sha1:a54d939519f2047998f076d4b86f31dbab85e6db</id>
<content type='text'>
Submitted by:	Geoff Rehmet
</content>
</entry>
<entry>
<title>The password scrambler now becomes libscrypt, and libcrypt is</title>
<updated>1994-08-09T18:49:04Z</updated>
<author>
<name>Geoff Rehmet</name>
<email>csgr@FreeBSD.org</email>
</author>
<published>1994-08-09T18:49:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f5db7b1cf97848730f2c71bf28bc0ea33250fd02'/>
<id>urn:sha1:f5db7b1cf97848730f2c71bf28bc0ea33250fd02</id>
<content type='text'>
a symlink to it. (The real libcrypt will be installed as libdescrypt.)
Submitted by:	Geoff.
</content>
</entry>
<entry>
<title>Nates password scrambler, from FreebSD 1.1.5, but with everything except </title>
<updated>1994-08-09T17:07:27Z</updated>
<author>
<name>Geoff Rehmet</name>
<email>csgr@FreeBSD.org</email>
</author>
<published>1994-08-09T17:07:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e27b8d587f5e89fe4f0920e8efb06f4f6eba863'/>
<id>urn:sha1:0e27b8d587f5e89fe4f0920e8efb06f4f6eba863</id>
<content type='text'>
crypt() ripped out
Reviewed by:	Geoff Rehmet
Submitted by:	Nate Williams
</content>
</entry>
</feed>
