summaryrefslogtreecommitdiff
path: root/lib/libc/net/getnameinfo.c
AgeCommit message (Expand)Author
2015-09-22be more forgiving, and don't abort on unexpected errors.christos
2015-09-22Handle herrors properly so that postfix can return 4XX codes when appropriate.christos
2015-09-03PR/50195: Henning Petersen: Incorrect check in getnameinfo_link.christos
2015-05-15Don't create a weak alias in the !RUMPACTION case.joerg
2015-05-15Fix rump.{netstat,route} shows host's interface names in link local addressesozaki-r
2013-08-16Add not advertised reentrant functions: {get,set,end}hostent_r,christos
2012-09-26add and document AF_LOCAL (and the rest that were not)christos
2012-03-20Use C89 Prototypes.matt
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2010-06-29- remove extra len check as per discussion on tech-net.seanb
2010-01-29Print AppleTalk phase 2 range, too, if available.is
2010-01-26Add AF_APPLETALK support to getnameinfo(); make "route show" use it.is
2009-08-12Watch getservbyport_r() semantics. sv needs scopeseanb
2009-02-11sign-compare fixlukem
2006-10-15fix incomplete initializerschristos
2006-08-24use the re-entrant version of getservbyport.christos
2006-02-17Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isginsbach
2005-11-29WARNS=4christos
2002-11-11Fix signed/unsigned comparison warnings. Catch error conditionsthorpej
2002-06-27correct %d/%u mixup.itojun
2002-05-22Turn the flags argument to getnameinfo(3) back into an int (from unsignedkleink
2002-05-22use strlcpy, not strcpyitojun
2002-05-14More XNS5.2/POSIX-2001 alignment: change the flags argument tokleink
2002-05-14Align with XNS5.2/POSIX-2001: change hostlen and servlen arguments tokleink
2002-03-04More ipip referencessommerfeld
2001-11-15make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis.itojun
2001-11-15synchronize with kame better. get rid of #defines for ENI_xx.itojun
2001-10-06Put back AF_LINK support. This time, all the new code passes lint(1), modulobjh21
2001-10-05Remove AF_LINK support. It generates lint warnings, and hence won't compilebjh21
2001-10-05make it at least compile (there's no /usr/include/net/if_ieee1394.h exist).itojun
2001-10-04Extend getnameinfo() to support AF_LINK sockaddrs. The intention is thatbjh21
2001-08-19snprintf return value audit. inspired by deraadtitojun
2001-04-26Fix previous rev. the right way, using socklen_t.kleink
2001-04-26Fix lint problem caused by the changes for PR standards/12703.tron
2001-01-25make local constant arrays constjdolecek
2001-01-04sprinkle _DIAGASSERT() aroundlukem
2000-09-25remove merge error from kame.itojun
2000-09-25off-by-1 error in string length validation.itojun
2000-08-07sync comment with reality. from kameitojun
2000-07-06- remove unused varschristos
2000-06-12correct ENI_SALEN case to meet rfc2553bis.itojun
2000-06-12correct return value from getnameinfo to meet rf2553bis.itojun
2000-06-04correct arg type for getnameinfo(3) for RFC2553 conformance.itojun
2000-04-26bring in latest KAME implementation.itojun
2000-04-24add __RCSID().itojun
2000-04-24supply weak alias for IPv6-related library additions. sorry to be late.itojun
2000-03-17make this compile on non 4.4BSD systemschristos
2000-02-17to synchronize with progress of discussion for postitojun
2000-02-16preparation to flip extended scoped address syntax.itojun
2000-02-09revise extended scoped address format support. delimiter and the orderitojun