summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-04-17use CLOCK_MONOTONIC, and repair future time_t overflowTheo de Raadt
2013-03-31getaddrinfo is now thread-safe.Brad Smith
2013-03-26protect the PRG state with a mutex in res_randomid().Eric Faurot
2013-03-20Use a realloc() loop around the sysctl() for NET_RT_IFLIST, in case anTheo de Raadt
2012-12-12document RES_USE_DNSSEC; text tweaked by sthenJason McIntyre
2012-11-29- put the various options into the same order as those in resolv.hJason McIntyre
2012-11-19remove some useless Tn and double punctuation;Jason McIntyre
2012-11-19RES_IGNTC is no longer ignored; ok sthenJason McIntyre
2012-09-27last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-08-22rfc 2553 (not 2533) has been replaced by rfc 3493;Jason McIntyre
2012-08-21- remove inconsistent/obsolete commentsJason McIntyre
2012-08-21flesh out the rfc section;Jason McIntyre
2012-08-20rfc 4291 replaces rfcs 2373 and 3513;Jason McIntyre
2012-07-13Use same (lame) verbiage to explain ifa_dstaddr as is used forKenneth R Westerback
2012-06-24- document newly imported AF_INET6 support to net_inet_{pton,ntop}Gilles Chehade
2012-06-22add support for AF_INET6 to inet_net_pton() and inet_net_ntop()Gilles Chehade
2012-04-22Document that getpeereid() works for SOCK_SEQPACKET sockets too.Matthew Dempsky
2012-04-20use "an addrinfo", not "a addrinfo". ok jmcStuart Henderson
2012-04-20rearrange DESCRIPTION somewhat to make this page more readable;Jason McIntyre
2012-04-10Do not pick the network number as alias on entries with no aliasEric Faurot
2012-03-20the disease is spreadingDavid Gwynne
2012-01-17net_addrcmp() dies. found out to be a horrific function by ericTheo de Raadt
2012-01-03draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted byJason McIntyre
2011-04-19Fix spacing nit.Matthew Dempsky
2011-04-05Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@Matthew Dempsky
2010-09-24Implement if_freenameindex() as a real function as required by posix.Claudio Jeker
2010-07-01getpeereid() can now be a library routine using getsockopt() withTheo de Raadt
2010-06-29use a union to align the dns answer buffer until gcc4 is fixedTheo de Raadt
2010-06-29use a union to align the dns answer buffer until gcc4 is fixedTheo de Raadt
2010-05-06Do not return success when the IPv6 address has a :: and 8 hex sections.Claudio Jeker
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2009-12-29replace a few remaining UNIX terms with .Ux macros; this diffIgor Sobrado
2009-11-18More shrinkage, a bit for ramdisks but mostly for static binaries:Philip Guenthe
2009-09-02make getaddrinfo(3) accept numeric servname when ai_socktype is notFederico G. Schwindt
2009-08-13various MLINK fixes from Alan R. S. Bueno;Jason McIntyre
2009-07-09promote correct style for error checkingEric Faurot
2009-06-05compare and shift buffer against a fixed length not strlen derived values.Pierre-Yves Ritschard
2009-06-04simplify the 'family' option parser and make it more evident what we'rePierre-Yves Ritschard
2009-06-04Add a resolv.conf option to specify the order in which getaddrinfoPierre-Yves Ritschard
2009-06-02- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)Jasper Lievisse Adriaanse
2009-05-06Document AI_NUMERICSERV; feedback and ok millert@Jacek Masiulaniec
2009-03-17correct argument type for swap64(); from Thomas PfaffJason McIntyre
2008-12-22The example for detecting malicious PTR records could be easily misinterpreted.Jacek Masiulaniec
2008-12-09fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soonOtto Moerbeek
2008-12-07Document that ethers_aton returns NULL for invalid addresses.Paul de Weerd
2008-11-24Correctly jump over routing headers and calculate the size of the if_dataClaudio Jeker
2008-09-01do not overflow for large prefix len (e.g. 2147483649)Markus Friedl
2008-08-15Add resolv.conf(5) option to force lookups by TCP: "options tcp"Damien Miller
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai