summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2006-08-26Remove the XNS man pages.matt
2006-08-26Move ns_addr and ns_ntoa to compat libc. Add a stripped version ofmatt
2006-08-24use the re-entrant version of getservbyport.christos
2006-07-28use indirect lookup.christos
2006-07-28db->seq expects an u_int as fourth argument.joerg
2006-07-27use a db version of services if one is there.christos
2006-07-19Call endservent_r. From Hajimu UMEMOTOchristos
2006-07-18use getservbyname_r.christos
2006-07-18Remove comments that do not reflect reality anymore.christos
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2006-03-25Make macros more readable. No functional change.rpaulo
2006-03-22Coverity CID 2279: Plug memory leak.christos
2006-03-22Coverity CID 2280: Plug memory leak.christos
2006-03-21Coverity CID 2363: cur is known not to be NULL.christos
2006-03-21Coverity CID 2364: cur is known not to be NULL.christos
2006-03-21Coverity CID 2430: cur is known not to be NULL.christos
2006-03-21Correct obvious typomjl
2006-03-17Fix Coverity issue 2281, resource leak, function return without freeingginsbach
2006-02-24We have 2006.wiz
2006-02-22Add EAI_OVERFLOW per RFC3493, POSIX and XPG6.ginsbach
2006-02-17Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isginsbach
2006-02-17Add EAI_OVERFLOW as specified in RFC3493, POSIX and XPG6.ginsbach
2006-02-13Fix spelling mistake in comment. From OpenBSD.ginsbach
2006-02-04Use different wording as "null macro" is too ambiguous.uwe
2006-01-24PR/32616: Yves-Emmanuel JUTARD: Fix compilation with -DDEBUGchristos
2005-12-26u_intN_t -> uintN_tperry
2005-12-20Use reach-over sources from common/lib/libcchristos
2005-12-02constify and remove an unnecessary __UNCONST.yamt
2005-12-02constify and remove an unnecessary __UNCONST.yamt
2005-11-29WARNS=4christos
2005-11-28forgot to commit this; cleanup to compile with WARNS=4, since lpd uses it.christos
2005-10-19Let the default case handle all the errors; no functional change.christos
2005-09-15Rest of fix for PR#31184: getaddrinfo() now honors resolv.conf sortlisttsarna
2005-09-15Re-enable resolv.conf sortlist support in gethostbyname().tsarna
2005-09-11typo - s/intger/integer/soda
2005-08-07add missing in6addr_linklocal_allrouters.christos
2005-06-26_nsdispatching needs to count, not just be 1 or 0. Also shuffle aroundthorpej
2005-06-01Move the test for "more strict reverse lookup handling" to the correctlukem
2005-06-01appease gcc -Wuninitializedlukem
2005-04-19check for pwd != NULLchristos
2005-04-18Move the (at this time private) get{proto,serv}ent_r() prototypes andkleink
2005-03-31Remove the bugs section. It has been fixed.christos
2005-03-30use re-entrant versions of getpw*(). In libc only pwcache remains and thischristos
2005-03-21Only name <netdb.h> in the synopsis, like the old manual page used to.kleink
2005-03-21Add restrict qualifiers to getaddrinfo() and getnameinfo() arguments.kleink
2005-03-11Update standards section; add X/Open XNS and X/Open - IEEE POSIX.ginsbach
2005-02-28Prevent NULL deref upon malloc failure.lukem
2005-02-09A little libc namespace housekeeping exercise:kleink
2005-01-28Use In instead of Fd; use \*[Am]\*[Lt]\*[Gt] for html output. Uppercase FREENIX.wiz
2005-01-28title was backwards. djm@openbsditojun