summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
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
2008-05-11garbage collect the portability bits for the removed select() support.Brad Smith
2008-04-18convert select() => poll(), saves a runtime malloc+free per retryDamien Miller
2008-04-16permit _ in the middle of a DNS name componentTheo de Raadt
2008-04-13Improve the libc DNS resolver ID generation algorithm to be moreDamien Miller
2007-10-11use RRSIG instead of SIG for DNSSEC. ok djm@Jakob Schlyter
2007-09-17Check snprintf(3) return value for error or truncation.Moritz Jodeit
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-08-05/*FALLTHRU*/ -> /* FALLTHROUGH */Ray Lai
2007-06-12``dot'' notationJason McIntyre
2007-06-05remove ipx-related stuff. objections nobody. major bump by kurt in a fewHenning Brauer
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-20Typos.Ray Lai
2007-05-18Remove no-op code. From tbert.Ray Lai
2007-05-17Improve reentrancy by not using global variable. Removes twoRay Lai
2007-05-16Wrap some functions, labels, and variables in #ifdefs correspondingRay Lai
2007-05-12Use size_t for strlen results.Ray Lai
2007-05-12Clean up macros according to style. From tbert <bret dot lambert at gmail>.Ray Lai
2007-05-10Use syslog_r instead of syslog in getaddrinfo. Slowly makingRay Lai
2007-02-18strlen(3) returns size_t, not int.Ray Lai
2007-02-18strlen(3) returns size_t.Ray Lai
2007-02-17Remove duplicate code. No functional change.Ray Lai
2007-02-15Remove two mutexes by replacing getservbyname() and getservbyport()Ray Lai
2007-02-14correct a mistake concerning ifa_data;Jason McIntyre
2007-02-14remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31.Jun-ichiro itojun Hagino
2007-02-14Remove int pretending to be a size_t.Ray Lai
2006-12-30RFC4291 declares that IPv6 numeric representation must have no more thanJun-ichiro itojun Hagino
2006-12-09tweak the text on deprecated functions, after some help from tom;Jason McIntyre
2006-12-09various tweaks;Jason McIntyre
2006-12-09various tweaks; my apologies to itojun for forgetting toJason McIntyre
2006-12-09switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).Jun-ichiro itojun Hagino
2006-12-08return is not a function. (cosmetic)Jun-ichiro itojun Hagino
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-10-21remove calls to abort(3) that can't happen anyway; fromOtto Moerbeek