<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libcrypt, branch release/4.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-03-20T08:47:53Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-03-20T08:47:53Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-20T08:47:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7e6cd705f344de2f9f08475a0fa2ef9191f88dd0'/>
<id>urn:sha1:7e6cd705f344de2f9f08475a0fa2ef9191f88dd0</id>
<content type='text'>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>A bunch of factual corrections.</title>
<updated>2000-01-18T18:23:28Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-01-18T18:23:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=005872018452588250709dcb0a5b83ec0a76e5f5'/>
<id>urn:sha1:005872018452588250709dcb0a5b83ec0a76e5f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed missing include in synopsis.</title>
<updated>2000-01-13T10:21:25Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-01-13T10:21:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f92c744fd899eb17a7b6967bff167e3bfb66d362'/>
<id>urn:sha1:f92c744fd899eb17a7b6967bff167e3bfb66d362</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Zap SHA1 password support. This will be re-implemented at a later date.</title>
<updated>2000-01-07T06:33:54Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2000-01-07T06:33:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0ade301d10aba84c062b0edde928a0484ed17074'/>
<id>urn:sha1:0ade301d10aba84c062b0edde928a0484ed17074</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a formatting error in the prototype for crypt().</title>
<updated>1999-12-23T16:53:18Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-12-23T16:53:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d3f0d184db878e8049f861098fe4b7fdab5edc45'/>
<id>urn:sha1:d3f0d184db878e8049f861098fe4b7fdab5edc45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make a dlopen failure consistant with dlsym().  "Shouldn't happen."</title>
<updated>1999-12-17T20:21:45Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-17T20:21:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e67c7c99ef624c47f638a8ea00ec0c881ebe7327'/>
<id>urn:sha1:e67c7c99ef624c47f638a8ea00ec0c881ebe7327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>patch glitch</title>
<updated>1999-12-17T20:19:28Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-17T20:19:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c8fbe31e57d277755e41f5d0277969f36aa4b03'/>
<id>urn:sha1:9c8fbe31e57d277755e41f5d0277969f36aa4b03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove -lmd.  Use dlopen() and dlsym() instead for calls to the MD5* and</title>
<updated>1999-12-17T20:04:01Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-17T20:04:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1f4aad4d1c613bd7ecdddf758e7beeda53b1b57a'/>
<id>urn:sha1:1f4aad4d1c613bd7ecdddf758e7beeda53b1b57a</id>
<content type='text'>
SHA* routines so that callers of libcrypt are not exposed to the internal
implementation.
</content>
</entry>
<entry>
<title>Never return NULL, always return a hash.</title>
<updated>1999-09-22T06:53:08Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1999-09-22T06:53:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3ab9676ab3be356887930cd9c0fb8228b4b92239'/>
<id>urn:sha1:3ab9676ab3be356887930cd9c0fb8228b4b92239</id>
<content type='text'>
Submitted by:	dt
</content>
</entry>
<entry>
<title>Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.</title>
<updated>1999-09-21T17:52:05Z</updated>
<author>
<name>Dmitrij Tejblum</name>
<email>dt@FreeBSD.org</email>
</author>
<published>1999-09-21T17:52:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=462da152d2d0f22be3ff98e01309596dbcca4606'/>
<id>urn:sha1:462da152d2d0f22be3ff98e01309596dbcca4606</id>
<content type='text'>
Revert the major number back to 2.

libcrypt only export one function, before the recent changes and now:
char *crypt(const char *key, const char *salt);
The prototype didn't changed. Internal representation of `char' and `char *'
didn't changed. Therefore, there is no reason to change the version number.
</content>
</entry>
</feed>
