summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2016-12-07make it always return a NUL terminated string instead of NULL when the addresschristos
2016-12-07Add the terminating NUL as a regular character addition.christos
2016-12-07Leave room for the null terminator. Spotted by DuClare on freenode.dholland
2016-12-06Fix buffer copy without checking the size of input:christos
2016-09-21Add ifa_addrflags to ifaddrs.roy
2016-02-06Avoid shadowing global.riastradh
2016-01-23unsigned -> unsigned intwiz
2016-01-23Update synopses to match u_int/u_long/etc. changes. Do not bump date asdholland
2016-01-22Try to reduce singular/plural confusion. Use more markup.wiz
2016-01-22fix typo.zafer
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