summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2007-08-09Add a new socket option for unix domain sockets: LOCAL_PEEREID, to makehe
2007-06-29make this compile without INET6 (Scott Ellis)christos
2007-06-23Since we are going to be looking for ports many times, use a centralizedchristos
2007-05-10use syslog_r, from OpenBSDchristos
2007-03-30Resolve conflicts.ghen
2007-03-21return NULL instead of core-dumping when we could not open the services file/dbchristos
2007-01-27Appropriate versions are not supplied by bind anymore.christos
2007-01-27merge in resolver portion of bind-9.4.0-rc2christos
2007-01-03Don't leak file descriptors.ws
2006-12-23Add missing article.wiz
2006-11-25strncpy -> strlcpy. from David Holland.elad
2006-11-24Document AI_NUMERICSERV.reed
2006-11-03nuke perror.christos
2006-10-15fix incomplete initializerschristos
2006-10-15PR lib/34801 from David A. Holland: "static" comes first in declaration.martin
2006-10-14memset the whole struct addrinfo, instead of trying to figure out if wechristos
2006-10-07Clarify that gethostbyname and gethostbyname2 can deal withapb
2006-09-18Change type of `net' variable passed via va_list intsutsui
2006-09-14when re-opening the file only set SV_FIRST, don't clear accidentally SV_DBchristos
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