<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net/getaddrinfo.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-07-21T23:17:53+00:00</updated>
<entry>
<title>bug library/3297: lib/libc/net/get{addr,name}info should share mutex</title>
<updated>2003-07-21T23:17:53+00:00</updated>
<author>
<name>marc</name>
<email></email>
</author>
<published>2003-07-21T23:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=268e0bed1c51c0a17c9840606a28b06713a40ccb'/>
<id>urn:sha1:268e0bed1c51c0a17c9840606a28b06713a40ccb</id>
<content type='text'>
'Looks right' deraadt@
</content>
</entry>
<entry>
<title>fill ai_canonname field for numeric hostname, by the given hostname.</title>
<updated>2003-05-14T05:38:34+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2003-05-14T05:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8d73c41588c200aea039113ab19d0f18ce7ab3e6'/>
<id>urn:sha1:8d73c41588c200aea039113ab19d0f18ce7ab3e6</id>
<content type='text'>
folows new recommendation in RFC3493.  markus ok
</content>
</entry>
<entry>
<title>If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST</title>
<updated>2003-03-17T23:16:36+00:00</updated>
<author>
<name>jason</name>
<email></email>
</author>
<published>2003-03-17T23:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=91a3972a5e668b7118c88478d6c55bb9554ef87c'/>
<id>urn:sha1:91a3972a5e668b7118c88478d6c55bb9554ef87c</id>
<content type='text'>
is set, return EAI_NONAME like RFC2553 specifies.  millert/itojun ok.
</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>allocate 64K recieve buffer for DNS responses.</title>
<updated>2002-08-27T08:53:13+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2002-08-27T08:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=69e635aa5ff8682829c1dabe85f07036fe78a8d8'/>
<id>urn:sha1:69e635aa5ff8682829c1dabe85f07036fe78a8d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drop AAAA reply with IPv4 mapped address.  sync w/kame</title>
<updated>2002-08-22T16:35:37+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2002-08-22T16:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2f57fab691d36737bcf6e8db544d8562e37b4de0'/>
<id>urn:sha1:2f57fab691d36737bcf6e8db544d8562e37b4de0</id>
<content type='text'>
draft-itojun-v6ops-v4mapped-harmful-00.txt
</content>
</entry>
<entry>
<title>kill more strcpy</title>
<updated>2002-07-25T21:13:45+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2002-07-25T21:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=38f8ca9fa51b59794faf1c8ca4e9b1b7c06eeb42'/>
<id>urn:sha1:38f8ca9fa51b59794faf1c8ca4e9b1b7c06eeb42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup.</title>
<updated>2002-07-24T01:38:34+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2002-07-24T01:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b6d268488e8a9312eb674665715a44b1a6c599cf'/>
<id>urn:sha1:b6d268488e8a9312eb674665715a44b1a6c599cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more type pedant</title>
<updated>2002-07-01T21:57:35+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2002-07-01T21:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41544027d04c99d53ce3503fd4f4e5f5d377cf30'/>
<id>urn:sha1:41544027d04c99d53ce3503fd4f4e5f5d377cf30</id>
<content type='text'>
</content>
</entry>
</feed>
