<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib, branch OPENBSD_4_6_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_6_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_6_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2009-06-25T14:33:51+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'OPENBSD_4_6_BASE'.</title>
<updated>2009-06-25T14:33:51+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2009-06-25T14:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6ced14290599668bb64624e030aa35a6fc5c4a13'/>
<id>urn:sha1:6ced14290599668bb64624e030aa35a6fc5c4a13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>abs conforms c99 -&gt; imaxabs conforms c99.  ok millert@</title>
<updated>2009-06-21T00:33:10+00:00</updated>
<author>
<name>martynas</name>
<email></email>
</author>
<published>2009-06-21T00:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c2fd5f6b247d86a45d952c9b689af7c86ba86a46'/>
<id>urn:sha1:c2fd5f6b247d86a45d952c9b689af7c86ba86a46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>quieten compiler by converting pointers to uintptr_t before truncating them</title>
<updated>2009-06-08T19:21:08+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2009-06-08T19:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7da661713b58fcaf339fde465c90ead048d3745e'/>
<id>urn:sha1:7da661713b58fcaf339fde465c90ead048d3745e</id>
<content type='text'>
to u_int32_t to do integer math with (in a situation where that is legit)
ok otto millert
</content>
</entry>
<entry>
<title>compare and shift buffer against a fixed length not strlen derived values.</title>
<updated>2009-06-05T09:52:26+00:00</updated>
<author>
<name>pyr</name>
<email></email>
</author>
<published>2009-06-05T09:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9473bb6bbf2b4e61b9ebbe974edd44839206a598'/>
<id>urn:sha1:9473bb6bbf2b4e61b9ebbe974edd44839206a598</id>
<content type='text'>
ok otto@
</content>
</entry>
<entry>
<title>simplify the 'family' option parser and make it more evident what we're</title>
<updated>2009-06-04T21:38:29+00:00</updated>
<author>
<name>pyr</name>
<email></email>
</author>
<published>2009-06-04T21:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=67bdfcf045d3053a07637a70c9e1e9555375bc09'/>
<id>urn:sha1:67bdfcf045d3053a07637a70c9e1e9555375bc09</id>
<content type='text'>
now doing.

ok deraadt@
</content>
</entry>
<entry>
<title>Don't assume that we can overwrite strings in the environment.</title>
<updated>2009-06-04T20:39:13+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2009-06-04T20:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b77bc4fc41b396fdfad2c3601e64aa26f6c0ed7f'/>
<id>urn:sha1:b77bc4fc41b396fdfad2c3601e64aa26f6c0ed7f</id>
<content type='text'>
Someone may have passed a read-only string to putenv() (I'm looking
at you cron!).
</content>
</entry>
<entry>
<title>Add a resolv.conf option to specify the order in which getaddrinfo</title>
<updated>2009-06-04T18:06:35+00:00</updated>
<author>
<name>pyr</name>
<email></email>
</author>
<published>2009-06-04T18:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=27641c0c9895f7604965e9477480977868caec77'/>
<id>urn:sha1:27641c0c9895f7604965e9477480977868caec77</id>
<content type='text'>
PF_UNSPEC queries are made. While there change the default from inet6
first then inet4 to inet4 first then inet6, this prevents the many
people with IPv4 only connectivity from constantly trying to contact
IPv6 addresses, and also unbreaks many ports who don't use getaddrinfo
right.

ok deraadt@, plenty of cheering in the room wrt the idea, not loud
enough complaining from the v6 crowd.
</content>
</entry>
<entry>
<title>Make putenv(), setenv() and unsetenv() standards compliant.  The</title>
<updated>2009-06-03T15:52:16+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2009-06-03T15:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2fbee47dd731557e4c361a39c72b272faeeefe8d'/>
<id>urn:sha1:2fbee47dd731557e4c361a39c72b272faeeefe8d</id>
<content type='text'>
standard explicitly disallows passing setenv a name with a '=' in
it but historic BSD behavior is to allow this but to ignore the '='
and anything after it.
</content>
</entry>
<entry>
<title>- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)</title>
<updated>2009-06-02T16:47:50+00:00</updated>
<author>
<name>jasper</name>
<email></email>
</author>
<published>2009-06-02T16:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc06823590b939ee55e3d33b42190c6ebdba617f'/>
<id>urn:sha1:cc06823590b939ee55e3d33b42190c6ebdba617f</id>
<content type='text'>
hint from claudio@, ok millert@
</content>
</entry>
<entry>
<title>add ipsCA as a valid authority.</title>
<updated>2009-05-25T21:07:38+00:00</updated>
<author>
<name>dlg</name>
<email></email>
</author>
<published>2009-05-25T21:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=38e70c5ee4aec1ddb9faef430ea6afd40731045d'/>
<id>urn:sha1:38e70c5ee4aec1ddb9faef430ea6afd40731045d</id>
<content type='text'>
ok beck@
</content>
</entry>
</feed>
