<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net, branch libressl-v2.7.5</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.7.5</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.7.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-01-12T04:36:44+00:00</updated>
<entry>
<title>Adjust references for sysctl(3) to sysctl(2)</title>
<updated>2018-01-12T04:36:44+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2018-01-12T04:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c52686e247904ee7bb015a3268a8065b929de4d4'/>
<id>urn:sha1:c52686e247904ee7bb015a3268a8065b929de4d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the missing STANDARDS section (kettenis@ noticed that these are</title>
<updated>2017-11-28T18:10:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-11-28T18:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ef5009a6513a12d5b012a660db518b01e8579d92'/>
<id>urn:sha1:ef5009a6513a12d5b012a660db518b01e8579d92</id>
<content type='text'>
POSIX functions) and turn the weird DIAGNOSTICS section into a normal
RETURN VALUES section while here.
</content>
</entry>
<entry>
<title>update the little endian processor list to give it a chance of matching</title>
<updated>2017-07-08T21:45:35+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2017-07-08T21:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2690810b2613ff98fe956e8a46c5737b6fb12313'/>
<id>urn:sha1:2690810b2613ff98fe956e8a46c5737b6fb12313</id>
<content type='text'>
what the reader is using.
</content>
</entry>
<entry>
<title>make the description strings match the code</title>
<updated>2017-05-03T01:58:33+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-05-03T01:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c126eefc67a7230110866648cb9fbe08565cd511'/>
<id>urn:sha1:c126eefc67a7230110866648cb9fbe08565cd511</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "len &lt; 0" check; len is socklen_t (uint32_t) so can't be</title>
<updated>2017-04-27T23:52:35+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2017-04-27T23:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d82fa030d2e2e9b5b245e25f54471a973da590f7'/>
<id>urn:sha1:d82fa030d2e2e9b5b245e25f54471a973da590f7</id>
<content type='text'>
negative.  Quiets a warning from clang.  OK bluhm@
</content>
</entry>
<entry>
<title>size is unsigned so using ==0 not &lt;=0 when checking for buffer exhaustion</title>
<updated>2017-03-06T18:16:27+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2017-03-06T18:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ff039d35a200670887f77531569823a1886c89af'/>
<id>urn:sha1:ff039d35a200670887f77531569823a1886c89af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pull in a change from the bind 8 resolver that fixes a potential</title>
<updated>2017-03-06T18:14:41+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2017-03-06T18:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1baf267ffff48256f940f576b0151fa86e33fb0d'/>
<id>urn:sha1:1baf267ffff48256f940f576b0151fa86e33fb0d</id>
<content type='text'>
crash when given a large hex number as part of the dotted quad.
OK deraadt@ jsg@
</content>
</entry>
<entry>
<title>Add support for RES_USE_DNSSEC</title>
<updated>2017-02-27T11:38:08+00:00</updated>
<author>
<name>jca</name>
<email></email>
</author>
<published>2017-02-27T11:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f342c8b34221802ef356eb6400adc82ca528d0ad'/>
<id>urn:sha1:f342c8b34221802ef356eb6400adc82ca528d0ad</id>
<content type='text'>
RES_USE_DNSSEC is implemented by setting the DNSSEC DO bit in outgoing
queries.  The resolver is then supposed to set the AD bit in the reply
if it managed to validate the answer through DNSSEC.  Useful when the
application doesn't implement validation internally.  This scheme
assumes that the validating resolver is trusted and that the
communication channel between the validating resolver and and the client
is secure.

ok eric@ gilles@
</content>
</entry>
<entry>
<title>Add EDNS0 support.</title>
<updated>2017-02-18T19:23:05+00:00</updated>
<author>
<name>jca</name>
<email></email>
</author>
<published>2017-02-18T19:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=17eaedeba84258abf9626346d66e5be2d6f42442'/>
<id>urn:sha1:17eaedeba84258abf9626346d66e5be2d6f42442</id>
<content type='text'>
EDNS allows for various DNS extensions, among which UDP DNS packets size
bigger than 512 bytes.  The default is still to not advertize anything.

ok eric@
</content>
</entry>
<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>
</feed>
