<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net, branch OPENBSD_4_4</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_4</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2008-06-26T05:42:05+00:00</updated>
<entry>
<title>First pass at removing clauses 3 and 4 from NetBSD licenses.</title>
<updated>2008-06-26T05:42:05+00:00</updated>
<author>
<name>ray</name>
<email></email>
</author>
<published>2008-06-26T05:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=49302994ffe4359a8951df4584930c7c771650fc'/>
<id>urn:sha1:49302994ffe4359a8951df4584930c7c771650fc</id>
<content type='text'>
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@
</content>
</entry>
<entry>
<title>garbage collect the portability bits for the removed select() support.</title>
<updated>2008-05-11T05:03:03+00:00</updated>
<author>
<name>brad</name>
<email></email>
</author>
<published>2008-05-11T05:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=420c0a4b82db84eb999f5d8ea7b33cc5c1515150'/>
<id>urn:sha1:420c0a4b82db84eb999f5d8ea7b33cc5c1515150</id>
<content type='text'>
ok djm@ deraadt@
</content>
</entry>
<entry>
<title>convert select() =&gt; poll(), saves a runtime malloc+free per retry</title>
<updated>2008-04-18T21:36:32+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2008-04-18T21:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ad080a65a3e118c1b0f00e67a13c6f40b04446d3'/>
<id>urn:sha1:ad080a65a3e118c1b0f00e67a13c6f40b04446d3</id>
<content type='text'>
feedback deraadt@ drahn@; ok deraadt@
</content>
</entry>
<entry>
<title>permit _ in the middle of a DNS name component</title>
<updated>2008-04-16T22:35:23+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2008-04-16T22:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=165301a0f9e149652d5cea4bb7ae95744aaa3bf2'/>
<id>urn:sha1:165301a0f9e149652d5cea4bb7ae95744aaa3bf2</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>use RRSIG instead of SIG for DNSSEC. ok djm@</title>
<updated>2007-10-11T18:36:41+00:00</updated>
<author>
<name>jakob</name>
<email></email>
</author>
<published>2007-10-11T18:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=115b8b7d4830ff4c5f4180f7d64cd57307f5f909'/>
<id>urn:sha1:115b8b7d4830ff4c5f4180f7d64cd57307f5f909</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check snprintf(3) return value for error or truncation.</title>
<updated>2007-09-17T07:07:23+00:00</updated>
<author>
<name>moritz</name>
<email></email>
</author>
<published>2007-09-17T07:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ab3f58d7eccade2ef00c9133279fba03789b644'/>
<id>urn:sha1:3ab3f58d7eccade2ef00c9133279fba03789b644</id>
<content type='text'>
Mostly path construction, where truncation could be bad.

ok and input from deraadt@ millert@ ray@
</content>
</entry>
<entry>
<title>use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg</title>
<updated>2007-09-02T15:19:18+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2007-09-02T15:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4dce4206f0cafd0811f23aedc04a436aa9d145c1'/>
<id>urn:sha1:4dce4206f0cafd0811f23aedc04a436aa9d145c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>/*FALLTHRU*/ -&gt; /* FALLTHROUGH */</title>
<updated>2007-08-05T16:11:09+00:00</updated>
<author>
<name>ray</name>
<email></email>
</author>
<published>2007-08-05T16:11:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fbdb4996ce0be760a632bb4a5052ac3014e92c83'/>
<id>urn:sha1:fbdb4996ce0be760a632bb4a5052ac3014e92c83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>``dot'' notation</title>
<updated>2007-06-12T16:50:06+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2007-06-12T16:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=84283cef03fc33c8bf96c1e48567804c12b9b670'/>
<id>urn:sha1:84283cef03fc33c8bf96c1e48567804c12b9b670</id>
<content type='text'>
is more readable than
`.' notation

zap some silly .Tn whilst here;
</content>
</entry>
</feed>
