summaryrefslogtreecommitdiff
path: root/lib/libc/net/getnameinfo.c
AgeCommit message (Expand)Author
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
2000-01-22Partially delint.mycroft
2000-01-17remove #if 0'ed sections.itojun
2000-01-05allow reverse query for v4 loopbacknet (127.0.0.0/8).itojun
1999-12-13fix getaddrinfo(3) and getnameinfo(3).itojun
1999-12-13bring in latest KAME get{addr,name}info(3).itojun
1999-08-22Need "namespace.h".kleink
1999-08-01- provide reverse query for mapped address (::ffff:10.1.1.1).itojun
1999-07-04add NetBSD RCSID on top.itojun
1999-07-01add IPv6 support functions.itojun