summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2008-06-21updates from bind-9-5-0christos
2008-05-18Fix possible memory leak in error path.lukem
2008-05-08Convert getnetbyname(3) and getnetbyaddr(3) to the more "standard"lukem
2008-05-08Fix a misuse of an automatic as a static that was exposed by the previous.lukem
2008-05-08Fix DNS getnetbyname(), which has been broken for at least 5.5 yearslukem
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-29Convert to new 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-19Document the callback API used by "standard" functions.lukem
2008-04-19Add a missing const.lukem
2008-04-07The ns_mtab.mdata is passed to the ns_mtab.method as the cbdata argument.lukem
2008-04-07Improve description of the arguments and return values oflukem
2008-01-29Adjust "The getpeereid() function appeared in NetBSD 4.0" to a moreabs
2008-01-06PR/37708: A.Leo.: getservbyname, segetaddrinfo sefgfaults when user has nochristos
2007-12-06Use __arraycount().dyoung
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