Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-RT-Original-Encoding: iso-8859-1 Content-Length: 515 The attached patch fixes the following getaddrinfo() related issues: - Despite being given both a host and service name, getaddrinfo() on HPUX 11.22 sometimes returns EAI_NONAME. To fix, the patch adds a check for gethostbyname and getservbyname and falls back on them in the case of HPUX and a return of EAI_NONAME. - Memory leak, if getaddrinfo() succeeds, we need to free the result before leaving with freeaddrinfo() Nate Yocom Senior Software Engineer Centrify Corporation 425.462.5894 www.centrify.com