<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net, branch libressl-v2.5.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.5.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.5.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-01-24T12:43:00+00:00</updated>
<entry>
<title>in resolver(3), document that _EDNS0 and _DNSSEC are no ops;</title>
<updated>2017-01-24T12:43:00+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2017-01-24T12:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59a707819f6dd67e0b7265936ed3e71e4e0c9144'/>
<id>urn:sha1:59a707819f6dd67e0b7265936ed3e71e4e0c9144</id>
<content type='text'>
diff from kirill miazine

while here, bump all the no op texts to one standard blurb;
help/ok jca
</content>
</entry>
<entry>
<title>Eliminate some gcc warnings about 'unused variables', mostly by</title>
<updated>2016-12-16T17:44:59+00:00</updated>
<author>
<name>krw</name>
<email></email>
</author>
<published>2016-12-16T17:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d06f9ce0e745bde818ae635e4937d91d5f559ac7'/>
<id>urn:sha1:d06f9ce0e745bde818ae635e4937d91d5f559ac7</id>
<content type='text'>
adding appropriate #ifdef's around declarations.

ok millert@ (with a tweak I will commit separately)
</content>
</entry>
<entry>
<title>Nuke some trailing tabs.</title>
<updated>2016-12-15T20:50:36+00:00</updated>
<author>
<name>krw</name>
<email></email>
</author>
<published>2016-12-15T20:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=53571ade8baa9a9c14c2ab794374cac49a3a8212'/>
<id>urn:sha1:53571ade8baa9a9c14c2ab794374cac49a3a8212</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix regressions introduce in the fix for CVE-2016-6559.</title>
<updated>2016-12-08T03:20:50+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2016-12-08T03:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ae4af104f03d1d60aa0b563b4c396cfe76d4f653'/>
<id>urn:sha1:ae4af104f03d1d60aa0b563b4c396cfe76d4f653</id>
<content type='text'>
From FreeBSD (glebius)
</content>
</entry>
<entry>
<title>Fix a typo, decrement rem, don't increment for single digit hex bytes.</title>
<updated>2016-12-07T01:05:47+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2016-12-07T01:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=35c0f29873c26b2ee2958debb24b023f35d097b2'/>
<id>urn:sha1:35c0f29873c26b2ee2958debb24b023f35d097b2</id>
<content type='text'>
From Henri Kemppainen
</content>
</entry>
<entry>
<title>CVE-2016-6559: fix potential buffer overflow(s) in link_ntoa(3).</title>
<updated>2016-12-06T22:32:58+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2016-12-06T22:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9c7308f23068f3d90f1bb1a2ef7d36ecbed581d6'/>
<id>urn:sha1:9c7308f23068f3d90f1bb1a2ef7d36ecbed581d6</id>
<content type='text'>
A specially crafted struct sockaddr_dl argument can trigger a stack
overflow of a static buffer in libc.  An attacker may be able to
use this to write to arbitrary locations in the data segment.
From FreeBSD (glebius); OK deraadt@ mestre@
</content>
</entry>
<entry>
<title>Delete casts to off_t and size_t that are implied by assignments</title>
<updated>2016-09-21T04:38:56+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2016-09-21T04:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f42c802703f53d8169bb55766b44a362a136d7c'/>
<id>urn:sha1:4f42c802703f53d8169bb55766b44a362a136d7c</id>
<content type='text'>
or prototypes.  Ditto for some of the char* and void* casts too.

verified no change to instructions on ILP32 (i386) and LP64 (amd64)
ok natano@ abluhm@ deraadt@ millert@
</content>
</entry>
<entry>
<title>Obvious minor fixes:</title>
<updated>2016-08-05T16:16:06+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-08-05T16:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0a3c72439956107baf19c6053b0642d1eec32867'/>
<id>urn:sha1:0a3c72439956107baf19c6053b0642d1eec32867</id>
<content type='text'>
* Add missing .Dv, .Ev, and .Fa macros.
* Delete deprecated .Tn macros.
* Mark up global variable names with .Va, not with .Fa or .Li.
* Mark up config file commands with .Ic, not with .Fa.
* Fix HISTORY, trivial to verify from the CSRG archive CD.
</content>
</entry>
<entry>
<title>Make RES_OPTIONS point directly to resolv.conf(5) instead of going through</title>
<updated>2016-08-05T07:54:15+00:00</updated>
<author>
<name>martijn</name>
<email></email>
</author>
<published>2016-08-05T07:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7e4c6a11b3ad615bdfaea35ba94efbaa26494010'/>
<id>urn:sha1:7e4c6a11b3ad615bdfaea35ba94efbaa26494010</id>
<content type='text'>
resolver(3).

OK jmc@
</content>
</entry>
<entry>
<title>Prefer AF_* over PF_* and 'address family' over 'protocol family'</title>
<updated>2016-05-29T06:01:24+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2016-05-29T06:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4748ef406f88568af5dc81963f80fcb0ba56c02a'/>
<id>urn:sha1:4748ef406f88568af5dc81963f80fcb0ba56c02a</id>
<content type='text'>
ok jung@
</content>
</entry>
</feed>
