<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net, branch libressl-v2.2.3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.2.3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.2.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-06-04T19:26:39+00:00</updated>
<entry>
<title>force reseeding if pid has changed.</title>
<updated>2015-06-04T19:26:39+00:00</updated>
<author>
<name>eric</name>
<email></email>
</author>
<published>2015-06-04T19:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3264ecb55a0bdb0ed465192d7fa83ecd99a9998f'/>
<id>urn:sha1:3264ecb55a0bdb0ed465192d7fa83ecd99a9998f</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>rev 1.3 introduced a check to an if statement without adding braces.</title>
<updated>2015-05-14T11:52:43+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2015-05-14T11:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eb08145f1507a91cb0eb09f433adc7743d7c3bea'/>
<id>urn:sha1:eb08145f1507a91cb0eb09f433adc7743d7c3bea</id>
<content type='text'>
Claudio points out the size is checked by an earlier test so just
remove it to restore the original handling of the partial octet case.

Discussed with claudio and gilles.
</content>
</entry>
<entry>
<title>Make rcmdsh(3) not fail if it is passed a non resolvable hostname.</title>
<updated>2015-03-23T22:29:32+00:00</updated>
<author>
<name>halex</name>
<email></email>
</author>
<published>2015-03-23T22:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=091c0e311c538227e515145a41831b90a0b24ebc'/>
<id>urn:sha1:091c0e311c538227e515145a41831b90a0b24ebc</id>
<content type='text'>
Instead, silently ignore the fact and instead let the underlying
ssh (or $RSH) command handle it.

ok millert@
</content>
</entry>
<entry>
<title>differentiate between a failed read, returning -1, and encountering</title>
<updated>2015-03-22T22:32:03+00:00</updated>
<author>
<name>halex</name>
<email></email>
</author>
<published>2015-03-22T22:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3a7bcc595f44463445b2912c74757f2e0c5c5eb8'/>
<id>urn:sha1:3a7bcc595f44463445b2912c74757f2e0c5c5eb8</id>
<content type='text'>
end-of-file, returning 0, in order not to print an unrelated
strerror(errno) in the latter case

ok millert@
</content>
</entry>
<entry>
<title>unmute rcmd hostname lookup failure</title>
<updated>2015-03-22T00:58:16+00:00</updated>
<author>
<name>halex</name>
<email></email>
</author>
<published>2015-03-22T00:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bbc933d9c9036a9d00426d1e237515f69354714c'/>
<id>urn:sha1:bbc933d9c9036a9d00426d1e237515f69354714c</id>
<content type='text'>
ok millert@ jung@
</content>
</entry>
<entry>
<title>zap #if 0'd code that's been dead since '96</title>
<updated>2015-03-19T22:05:28+00:00</updated>
<author>
<name>halex</name>
<email></email>
</author>
<published>2015-03-19T22:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=760e28c61aadee16c8f4428f0dc588c2c290db12'/>
<id>urn:sha1:760e28c61aadee16c8f4428f0dc588c2c290db12</id>
<content type='text'>
ok todd@
</content>
</entry>
<entry>
<title>Amend documentation for AI_ADDRCONFIG</title>
<updated>2015-02-16T18:26:56+00:00</updated>
<author>
<name>jca</name>
<email></email>
</author>
<published>2015-02-16T18:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=58bde4fa4a15911047530f107de916640d13df1d'/>
<id>urn:sha1:58bde4fa4a15911047530f107de916640d13df1d</id>
<content type='text'>
ok jmc@
</content>
</entry>
<entry>
<title>Use .Rv where appropriate, and move it to RETURN VALUES;</title>
<updated>2015-01-29T01:46:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2015-01-29T01:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7ffdd83736c4e5dc06d040ec090ce154f1e2e64e'/>
<id>urn:sha1:7ffdd83736c4e5dc06d040ec090ce154f1e2e64e</id>
<content type='text'>
remove .Tn, and a few minor macro adjustments.
Patch from Kaspars at Bankovskis dot net.
</content>
</entry>
<entry>
<title>Use "&gt;", not "&gt;=" when comparing length to HOST_NAME_MAX since</title>
<updated>2015-01-16T18:20:14+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-01-16T18:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b9a57300a47af99b65aec8941487e8a7800ca3b0'/>
<id>urn:sha1:b9a57300a47af99b65aec8941487e8a7800ca3b0</id>
<content type='text'>
otherwise we end up needlessly replacing a NUL with a NUL.
OK deraadt@
</content>
</entry>
<entry>
<title>Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX.  OK deraad@</title>
<updated>2015-01-16T18:18:58+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-01-16T18:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=75ff78098670f8d56c60d3f06e0ab5378c725e8f'/>
<id>urn:sha1:75ff78098670f8d56c60d3f06e0ab5378c725e8f</id>
<content type='text'>
</content>
</entry>
</feed>
