<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net, branch OPENBSD_3_0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2002-11-14T23:44:14+00:00</updated>
<entry>
<title>Apply http://www.isc.org/products/BIND/patches/bind4910.diff</title>
<updated>2002-11-14T23:44:14+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-11-14T23:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c34ce585e7b946908ed51fcd80743aa17d3736da'/>
<id>urn:sha1:c34ce585e7b946908ed51fcd80743aa17d3736da</id>
<content type='text'>
Fixes bugs listed in http://www.isc.org/products/BIND/bind-security.html
</content>
</entry>
<entry>
<title>MFC (itojun):</title>
<updated>2002-09-09T18:25:08+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2002-09-09T18:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7261f561854c06635df68ed9ee974f7c2ef7bb64'/>
<id>urn:sha1:7261f561854c06635df68ed9ee974f7c2ef7bb64</id>
<content type='text'>
allocate 64K receive buffer for DNS responses.
</content>
</entry>
<entry>
<title>avoid remote buffer overrun on hostbuf[].  From: Joost Pol &lt;joost@pine.nl&gt;</title>
<updated>2002-06-26T06:03:31+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-06-26T06:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b88d7a5cb2b7d6387d1028751a707f2097b0269c'/>
<id>urn:sha1:b88d7a5cb2b7d6387d1028751a707f2097b0269c</id>
<content type='text'>
correct bad practice in the code - it uses two changing variables
to manage buffer (buf and buflen).  we eliminate buflen and use
fixed point (ep) as the ending pointer.  From: itojun

this fix is critical.
</content>
</entry>
<entry>
<title>typo</title>
<updated>2001-10-01T21:58:53+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2001-10-01T21:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7b0aad33e28dafbbef67eb5b84ecb05a844fc88'/>
<id>urn:sha1:d7b0aad33e28dafbbef67eb5b84ecb05a844fc88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add "options insecure[12]" support for /etc/resolv.conf.</title>
<updated>2001-09-14T23:49:29+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2001-09-14T23:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4fe6900d34c658a81df5efc40e562c161597ace2'/>
<id>urn:sha1:4fe6900d34c658a81df5efc40e562c161597ace2</id>
<content type='text'>
insecure1 is necessary for IPv6 dynamic DNS server discovery,
draft-ietf-ipngwg-dns-discovery-02.txt.  sync with kame.
ok'ed by angelos
</content>
</entry>
<entry>
<title>Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.</title>
<updated>2001-09-04T23:35:58+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2001-09-04T23:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5e24150fd2b66c78de49cbce05efef82adcf4d7d'/>
<id>urn:sha1:5e24150fd2b66c78de49cbce05efef82adcf4d7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cope with sa_len &lt; sizeof(struct sockaddr).</title>
<updated>2001-08-20T02:27:10+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2001-08-20T02:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7f230ace8fd819f5d376db88b183f0151a8e6475'/>
<id>urn:sha1:7f230ace8fd819f5d376db88b183f0151a8e6475</id>
<content type='text'>
From: Patrik Lindergren &lt;patrik@datacom.nu&gt;
</content>
</entry>
<entry>
<title>cope with negative return value from snprintf.</title>
<updated>2001-08-20T02:23:33+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2001-08-20T02:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a4081690eeec13080905e94cd8a17fb257bd54a8'/>
<id>urn:sha1:a4081690eeec13080905e94cd8a17fb257bd54a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use snprintf, not sprintf.  sync with kame</title>
<updated>2001-08-20T02:23:05+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2001-08-20T02:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1cec5b105f4b81caf6f3c314fd62e4d74490f09b'/>
<id>urn:sha1:1cec5b105f4b81caf6f3c314fd62e4d74490f09b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use calloc() to allocate response data. Be more careful when freeing</title>
<updated>2001-08-16T18:16:43+00:00</updated>
<author>
<name>ho</name>
<email></email>
</author>
<published>2001-08-16T18:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e10739e398e90eb9571c5443549981197f816e93'/>
<id>urn:sha1:e10739e398e90eb9571c5443549981197f816e93</id>
<content type='text'>
memory. jakob@ ok.
</content>
</entry>
</feed>
