<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net/gethostnamadr.c, branch OPENBSD_4_2_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_2_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_2_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2007-05-16T04:14:23+00:00</updated>
<entry>
<title>Wrap some functions, labels, and variables in #ifdefs corresponding</title>
<updated>2007-05-16T04:14:23+00:00</updated>
<author>
<name>ray</name>
<email></email>
</author>
<published>2007-05-16T04:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=87de8e8e4ecf9054b2cc206a6c1fba1c14382b10'/>
<id>urn:sha1:87de8e8e4ecf9054b2cc206a6c1fba1c14382b10</id>
<content type='text'>
to #ifdefs where they are used.  Found by lint by bret dot lambert
at gmail.

OK deraadt@.
</content>
</entry>
<entry>
<title>strlen(3) returns size_t, not int.</title>
<updated>2007-02-18T20:38:28+00:00</updated>
<author>
<name>ray</name>
<email></email>
</author>
<published>2007-02-18T20:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7d44917b716412c71e8fbaeee73ac32c9187dd60'/>
<id>urn:sha1:7d44917b716412c71e8fbaeee73ac32c9187dd60</id>
<content type='text'>
Suggested by itojun@ in response to my getaddrinfo fixes.

OK millert@.
</content>
</entry>
<entry>
<title>remove size_t and int mixup.  same as getaddrinfo.c 1.30 -&gt; 1.31.</title>
<updated>2007-02-14T10:26:35+00:00</updated>
<author>
<name>itojun</name>
<email></email>
</author>
<published>2007-02-14T10:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dd5251e43f48ce4b74d07850b44ff2c5cc0733e6'/>
<id>urn:sha1:dd5251e43f48ce4b74d07850b44ff2c5cc0733e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zap rcsid.</title>
<updated>2005-08-06T20:30:04+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-06T20:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b8b677406e1ef4804e2003a72385456ce954c219'/>
<id>urn:sha1:b8b677406e1ef4804e2003a72385456ce954c219</id>
<content type='text'>
split functions off res_debug.c so that getnetnamadr.c does not pull it
all when it's used.

okay deraadt@, krw@
</content>
</entry>
<entry>
<title>Restore recent changes except for the actual one that causes the problem.</title>
<updated>2005-07-27T14:16:43+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2005-07-27T14:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fa31c594590c7a2ab760e6d67f00a2ecf61bdfe9'/>
<id>urn:sha1:fa31c594590c7a2ab760e6d67f00a2ecf61bdfe9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>backout gethostent changes for now -- there is fallout, discovered by otto</title>
<updated>2005-07-27T13:40:28+00:00</updated>
<author>
<name>jaredy</name>
<email></email>
</author>
<published>2005-07-27T13:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=83e5ea9ca26f62ac2a097f1b81ac7843caa2c864'/>
<id>urn:sha1:83e5ea9ca26f62ac2a097f1b81ac7843caa2c864</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In _gethtent() ignore host.h_length if it is set to 0.  Previously</title>
<updated>2005-07-24T18:47:59+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2005-07-24T18:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=784cdc2a0a4ce17f4ae227250d54312c4574847e'/>
<id>urn:sha1:784cdc2a0a4ce17f4ae227250d54312c4574847e</id>
<content type='text'>
we only ignored it if host.h_addrtype was AF_UNSPEC.  Set host.h_length
to 0 in _gethtbyname2() since that function does not take a length
argument.  Problem found by jaredy@
</content>
</entry>
<entry>
<title>*hostent() fixes:</title>
<updated>2005-07-23T04:15:49+00:00</updated>
<author>
<name>jaredy</name>
<email></email>
</author>
<published>2005-07-23T04:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2c2fe16031333976a7e95d7e0caf5fc7f8c32412'/>
<id>urn:sha1:2c2fe16031333976a7e95d7e0caf5fc7f8c32412</id>
<content type='text'>
- Make _gethtent() static
- _gethtbyname() is dead code (succeeded by _gethtbyname2), kill it
- _gethtent() requires setting the address family field of the
  file-scope variable `host' to that of the desired type of the entry
  being searched for.  Change the behavior to enforce this if it is not
  AF_UNSPEC, which will now allow stepping through entries, and set it
  to specific values everywhere else.

help &amp; ok millert
</content>
</entry>
<entry>
<title>Make gethostbyaddr() prototype match POSIX.  This means len is now</title>
<updated>2005-06-08T18:32:34+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2005-06-08T18:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dfecb282049a7216c16a21f3f0b92747fdef5d87'/>
<id>urn:sha1:dfecb282049a7216c16a21f3f0b92747fdef5d87</id>
<content type='text'>
unsigned but there is no ABI change.  OK deraadt@
</content>
</entry>
<entry>
<title>be more careful with snprintf. ok millert@</title>
<updated>2005-05-02T17:38:41+00:00</updated>
<author>
<name>moritz</name>
<email></email>
</author>
<published>2005-05-02T17:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6a021031c07a3a7c42a51f89e82cb2971dabac75'/>
<id>urn:sha1:6a021031c07a3a7c42a51f89e82cb2971dabac75</id>
<content type='text'>
</content>
</entry>
</feed>
