<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/eBones/lib/libkrb/des_rw.c, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1997-10-03T09:49:50Z</updated>
<entry>
<title>*GULP* Punt this into the attic. It is no longer used.</title>
<updated>1997-10-03T09:49:50Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1997-10-03T09:49:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=536a3849204faa00e7eb25d6881da42ba24bc57e'/>
<id>urn:sha1:536a3849204faa00e7eb25d6881da42ba24bc57e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace random() by arc4random() since random() can't be used</title>
<updated>1997-06-14T04:05:01Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-06-14T04:05:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d69246f42b1aff5813dffd8367123c6bdb7c646a'/>
<id>urn:sha1:d69246f42b1aff5813dffd8367123c6bdb7c646a</id>
<content type='text'>
in libraries, it may damage its predictable sequence
</content>
</entry>
<entry>
<title>Remove srandomdev fallback code</title>
<updated>1997-06-14T02:29:19Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-06-14T02:29:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d3eb45042ad1d79c1cf9d275ab51e3ab617c12f2'/>
<id>urn:sha1:d3eb45042ad1d79c1cf9d275ab51e3ab617c12f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use srandomdev() now</title>
<updated>1997-03-24T14:52:51Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-03-24T14:52:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=42a7afc08cc8a4c266a0d7b94ecb6eeba2a0e19c'/>
<id>urn:sha1:42a7afc08cc8a4c266a0d7b94ecb6eeba2a0e19c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ to $Id$</title>
<updated>1997-02-22T14:40:44Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T14:40:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82'/>
<id>urn:sha1:c0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the long-awaited change from $Id$ to $FreeBSD$</title>
<updated>1997-01-14T07:20:47Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-01-14T07:20:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1130b656e5fe4c2d1ba299e024d1b40eaeebd380'/>
<id>urn:sha1:1130b656e5fe4c2d1ba299e024d1b40eaeebd380</id>
<content type='text'>
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
</content>
</entry>
<entry>
<title>Rename des_set_key -&gt; des_set_key_krb. This was a name conflict with a</title>
<updated>1996-02-03T11:40:16Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1996-02-03T11:40:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e084cdbbc8bb47bfa107a7509072472ff56dcec'/>
<id>urn:sha1:9e084cdbbc8bb47bfa107a7509072472ff56dcec</id>
<content type='text'>
documented routine in libdes.
</content>
</entry>
<entry>
<title>Major cleanup of eBones code:</title>
<updated>1995-09-07T21:39:00Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1995-09-07T21:39:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d79d4a7ced1f3d1e2960b5cb1ebc6c2774b80ba0'/>
<id>urn:sha1:d79d4a7ced1f3d1e2960b5cb1ebc6c2774b80ba0</id>
<content type='text'>
- Get all functions prototyped or at least defined before use.
- Make code compile (Mostly) clean with -Wall set
- Start to reduce the degree to which DES aka libdes is built in.
- get all functions to the same uniform standard of definition:
int
foo(a, b)
int a;
int *b;
{
   :
}
- fix numerous bugs exposed by above processes.

Note - this replaces the previous work which used an unpopular function
 definition style.
</content>
</entry>
<entry>
<title>Start the eBones cleanup ball rolling.</title>
<updated>1995-08-25T22:52:32Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1995-08-25T22:52:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b1ebdd50cb3946c24106ea3de11ce2d331e4c987'/>
<id>urn:sha1:b1ebdd50cb3946c24106ea3de11ce2d331e4c987</id>
<content type='text'>
These are the start of a lot of work to clean up the FreeBSD eBones code.
these changes include, but are not limited to:
- Create prototypes for all the library routines
- Make all the libraries compile clean with -Wall set
- Fix numerous small bugs shown up in the above process
- Prepare the code for libdes's removal to secure/
- add register, registerd and make_keypair to the make
Lots more will follow in days to come.

OK'ed by: rgrimes
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T06:41:30Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T06:41:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7799f52a32f592a7efe259bc3411ba52d13db797'/>
<id>urn:sha1:7799f52a32f592a7efe259bc3411ba52d13db797</id>
<content type='text'>
</content>
</entry>
</feed>
