summaryrefslogtreecommitdiff
path: root/lib/getaddrinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Switch from inet_aton() to inet_pton() (since we supply a compatibilityWayne Davison2009-05-141-2/+1
| | | | function for the latter, it will always exist).
* Fixed our supplied getnameinfo()'s ability to do a reverse lookup,Wayne Davison2008-10-251-6/+3
| | | | as reported in bug 5851.
* Got rid of a compiler warning.Wayne Davison2007-11-081-1/+1
|
* Some fixes for SCO in new getaddrinfo() code.Wayne Davison2007-11-081-3/+10
|
* Use uint32, not uint32_t.Wayne Davison2007-11-081-1/+1
|
* A new version of the getaddrinfo code from the samba source.Wayne Davison2007-11-021-0/+501