summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2014-05-17correctly match size and buffer. from enh at googleTed Unangst
2014-05-09Add a bit more detail about dot notation from the old inet(3) manpage.Philip Guenther
2014-04-28Implement AI_ADDRCONFIGsperreault
2014-04-24uses ssh these days, not rsh; ok teduJason McIntyre
2014-04-19change some rsh references to ssh. poke by jmcTed Unangst
2014-04-19zap trailing whitespace;Jason McIntyre
2014-04-19kill a stray \Theo de Raadt
2014-04-19Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3),Philip Guenther
2014-04-18remove references to rshd;Jason McIntyre
2014-04-07Add some missing names to the NAME sections.Ingo Schwarze
2014-03-18Sync with the way struct ether_addr is actually defined inLawrence Teo
2014-02-17replace spaces with tabs for indentationStefan Sperling
2014-02-07Fix inet6_opt_init() to only check extlen when extbuff is not NULLMartin Pieuchot
2014-02-05Always set errno when returning NULL. OK kettenis@ henning@Todd C. Miller
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2013-12-31don't try writing past the end unless we have toTed Unangst
2013-12-17inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darkerTheo de Raadt
2013-11-25unsigned char changes for ctypeTheo de Raadt
2013-11-25use an unsigned char instead, to avoid lots of castsTheo de Raadt
2013-11-24most obvious unsigned char casts for ctypeTheo de Raadt
2013-11-12remove dead filesEric Faurot
2013-11-12permute15() should be static. Not cranking libc now, because it isTheo de Raadt
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-08-14use Bsx;Jason McIntyre
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-16more macro simplification; from Jan StaryJason McIntyre
2013-07-10rfc 3493 obsoletes 2553. i spotted this after reading hiroki sato's changesJason McIntyre
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