<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net/res_random.c, branch pre_openssl_0_9_8h</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=pre_openssl_0_9_8h</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=pre_openssl_0_9_8h'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2008-07-28T23:44:12+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'pre_openssl_0_9_8h'.</title>
<updated>2008-07-28T23:44:12+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2008-07-28T23:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=daac2f633f49a45baa8412c5e4e71e594236e7b8'/>
<id>urn:sha1:daac2f633f49a45baa8412c5e4e71e594236e7b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the libc DNS resolver ID generation algorithm to be more</title>
<updated>2008-04-13T00:28:35+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2008-04-13T00:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5e750bd35f84420b17ed5842c8d69e716d485360'/>
<id>urn:sha1:5e750bd35f84420b17ed5842c8d69e716d485360</id>
<content type='text'>
resistant to prediction atacks by wrapping the existing LCG in a
random permutation generator based on a Luby-Rackoff block cipher.

lots of discussion and final ok deraadt@
</content>
</entry>
<entry>
<title>ansify. ok deraadt@ moritz@</title>
<updated>2005-03-25T13:24:12+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2005-03-25T13:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2f490723a2e673b2457f65c4b06cacb7d700a3e8'/>
<id>urn:sha1:2f490723a2e673b2457f65c4b06cacb7d700a3e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>niels kindly dropped clause 3/4 from the license.  tnx!</title>
<updated>2003-12-12T06:57:12+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2003-12-12T06:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9666fbc2059d96f2efdc24a8a22c533ad7d1a6e6'/>
<id>urn:sha1:9666fbc2059d96f2efdc24a8a22c533ad7d1a6e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>we can skip arc4random() call here.  markus</title>
<updated>2003-12-12T03:00:38+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2003-12-12T03:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=02a5d4b6bec9f0c1e9f099b9a313896cb022f4b4'/>
<id>urn:sha1:02a5d4b6bec9f0c1e9f099b9a313896cb022f4b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct non-repetitive ID code, based on comments from niels provos.</title>
<updated>2003-12-10T07:21:01+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2003-12-10T07:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9c20b7b4c98d055a80e331deead893ae6180eff2'/>
<id>urn:sha1:9c20b7b4c98d055a80e331deead893ae6180eff2</id>
<content type='text'>
- seed2 is necessary, but use it as "seed2 + x" not "seed2 ^ x".
- skipping number is not needed, so disable it for 16bit generator (makes
  the repetition period to 30000)
</content>
</entry>
<entry>
<title>%d -&gt; %u.  mostly in #ifdef DEBUG.</title>
<updated>2002-06-27T10:14:02+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2002-06-27T10:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e08f871ca434f7bd4986a8b654059f32fda1e02a'/>
<id>urn:sha1:e08f871ca434f7bd4986a8b654059f32fda1e02a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We live in an ANSI C world.  Remove lots of gratuitous #ifdef __STDC__ cruft.</title>
<updated>2002-02-19T19:39:38+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-02-19T19:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0be1f7d80eff8e3e86b037958be3ab5217ce9b59'/>
<id>urn:sha1:0be1f7d80eff8e3e86b037958be3ab5217ce9b59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.</title>
<updated>2002-02-16T21:27:50+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-02-16T21:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=052e020be6be85be6238c44b8386a61f8db7b6a4'/>
<id>urn:sha1:052e020be6be85be6238c44b8386a61f8db7b6a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>grammer/spelling</title>
<updated>2001-01-04T21:45:31+00:00</updated>
<author>
<name>todd</name>
<email></email>
</author>
<published>2001-01-04T21:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86'/>
<id>urn:sha1:0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86</id>
<content type='text'>
</content>
</entry>
</feed>
