summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2015-12-14PR/50552: Kyle Amon: RFC3493 section 6.1 wants us to accept non-dotted-quadchristos
2015-12-14KNFozaki-r
2015-12-13mention ip6addrctlchristos
2015-12-13Implement the address selection policy; from FreeBSDchristos
2015-12-02PR/44915: Havard Eidnes:christos
2015-10-26put the state back after it is used.christos
2015-10-26PR/50367: Stefan Schaeckeler: Apply fix to obey RES_CHECKNAME to getnetbyaddrchristos
2015-10-26PR/50367: Stefan Schaeckeler: libc resolver library does not resolve hostchristos
2015-09-22- fix various leaks on errorchristos
2015-09-22be more forgiving, and don't abort on unexpected errors.christos
2015-09-22Handle herrors properly so that postfix can return 4XX codes when appropriate.christos
2015-09-10namespace protect allocaddrinfochristos
2015-09-10mke allocaddrinfo static.christos
2015-09-09Include several libc functions in rump.ping6ozaki-r
2015-09-03PR/50195: Henning Petersen: Incorrect check in getnameinfo_link.christos
2015-09-01Fix rump.ndp -I options by rump-ifying if_nametoindex(3)ozaki-r
2015-05-15Don't create a weak alias in the !RUMPACTION case.joerg
2015-05-15Fix rump.{netstat,route} shows host's interface names in link local addressesozaki-r
2015-04-15remove various HAVE_GCC=45 fragments.mrg
2015-01-04Add more markup.wiz
2015-01-04Correct API for the gethostby{name,addr}christos
2014-11-26Changes done in rsh.c rev. 1.36 was incomplete. As chuq pointedenami
2014-11-24knf, no functional change.christos
2014-11-24Don't read past the end when the data is exactly the right size. Reportedchristos
2014-09-18make more descriptors that we open as close-on-execchristos
2014-06-19use fparseln() instead of fgetln() for consistency (this was the last fgetln()christos
2014-06-19use fparseln() instead of abusing fgetln(), so that the last line thatchristos
2014-05-28CID 975111: Ignore return value from initgroups(). If we failed, thenchristos
2014-03-17fix memory leakchristos
2014-02-07RFC 3542 (section 10.1) states that optlen should only be checked whenchristos
2014-01-24CID 1163170, 1164171, resource leakchristos
2014-01-17fix memory allocation, and an off-by-onedrochner
2014-01-17the addition is handled in the alias.christos
2014-01-17Move more code into the macro, and fix the bug where realloc would causechristos
2014-01-16Remove MAXALIASES limitchristos
2014-01-04Sort sections. Remove trailing whitespace.wiz
2014-01-04Sort sections. Punctuation formatting nits.wiz
2013-12-22- don't clobber hp in the RES_USE_INET6 casechristos
2013-12-22this is supposed to be re-entrant, call don't call __hostalias that useschristos
2013-11-14Remove annoying comma and sort SEE ALSO.wiz
2013-11-13PR/48379: mention kqueue functionalitychristos
2013-10-31Try improving the description.wiz
2013-10-19Minor fixes.wiz
2013-10-19document the scopeid functionschristos
2013-10-19use new constantschristos
2013-10-19add inet6_scopeidchristos
2013-08-27move the host file getbyname and getbyaddr functions to sethostent.c sochristos
2013-08-22get rid of bogus + 1christos
2013-08-19fix gethostbyaddr prototype per TOG.christos
2013-08-18Update comment.wiz