<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net/res_debug.c, branch OPENBSD_3_4_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_4_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_4_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2003-06-02T20:18:38+00:00</updated>
<entry>
<title>Remove the advertising clause in the UCB license which Berkeley</title>
<updated>2003-06-02T20:18:38+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-02T20:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=021d32a253720a2fcdb07690f59c7e08d1d661e6'/>
<id>urn:sha1:021d32a253720a2fcdb07690f59c7e08d1d661e6</id>
<content type='text'>
rescinded 22 July 1999.  Proofed by myself and Theo.
</content>
</entry>
<entry>
<title>strlcpy, check retval from sprintf</title>
<updated>2003-03-04T00:29:17+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2003-03-04T00:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81f5994daeaee763274ed3a99805c77e55b46a6d'/>
<id>urn:sha1:81f5994daeaee763274ed3a99805c77e55b46a6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>thread safer libc (note: safer, not safe)</title>
<updated>2003-01-28T04:58:00+00:00</updated>
<author>
<name>marc</name>
<email></email>
</author>
<published>2003-01-28T04:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=547ebab319b228b064cf5dcb3ff0ae1bf23d24a2'/>
<id>urn:sha1:547ebab319b228b064cf5dcb3ff0ae1bf23d24a2</id>
<content type='text'>
Access to the global _res structure replaced by pointers to a
per thread instance.  If unthreaded the pointer is to the
global structure.

Also replaced a 64k stack array with malloc-ed memory so
threaded aps (with a default 64k stack) have a chance at working.
ok deraadt@
</content>
</entry>
<entry>
<title>more snprintf and strlcpy; help from millert</title>
<updated>2002-07-25T21:55:30+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2002-07-25T21:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8092efea6856a632fe16c823f241d12cd8b791c6'/>
<id>urn:sha1:8092efea6856a632fe16c823f241d12cd8b791c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>%d -&gt; %u.  mostly in #ifdef DEBUG.</title>
<updated>2002-06-27T10:14:02+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2002-06-27T10:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e08f871ca434f7bd4986a8b654059f32fda1e02a'/>
<id>urn:sha1:e08f871ca434f7bd4986a8b654059f32fda1e02a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>try to use strlcpy and snprintf more; ok various</title>
<updated>2002-05-24T21:22:37+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2002-05-24T21:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2be7fb6fb1368b131cd6a8f7ee34d9c11ef25a64'/>
<id>urn:sha1:2be7fb6fb1368b131cd6a8f7ee34d9c11ef25a64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support EDNS0 (RFC2671) buffer size notification on DNS queries.</title>
<updated>2001-06-11T10:06:01+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2001-06-11T10:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3181f54059d8f111597b6e6ebec0e24f7939ada7'/>
<id>urn:sha1:3181f54059d8f111597b6e6ebec0e24f7939ada7</id>
<content type='text'>
"options edns0" in /etc/resolv.conf will enable the behavior.  no behavior
change if you don't have the line.  see resolv.conf(5) for more details.

EDNS0 is useful for avoiding TCP DNS queries/replies on larger DNS responses.
also, draft-ietf-dnsext-message-size-* plans to mandate EDNS0 support for DNS
clients that support IPv6 transport.
</content>
</entry>
<entry>
<title>use %s with fprintf</title>
<updated>2000-07-07T20:59:47+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2000-07-07T20:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=123edfa10cd441942267fef4a093c5f856f911e1'/>
<id>urn:sha1:123edfa10cd441942267fef4a093c5f856f911e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some -Wall</title>
<updated>1998-03-19T00:30:08+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>1998-03-19T00:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e76ed5e581d1a3240120ce9416a991fc1f21a449'/>
<id>urn:sha1:e76ed5e581d1a3240120ce9416a991fc1f21a449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up some -Wall flowers.</title>
<updated>1997-07-09T01:08:53+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>1997-07-09T01:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=876d3a1be4aa406672cc674a171f26878319d505'/>
<id>urn:sha1:876d3a1be4aa406672cc674a171f26878319d505</id>
<content type='text'>
</content>
</entry>
</feed>
