summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2017-11-28Add the missing STANDARDS section (kettenis@ noticed that these areIngo Schwarze
2017-07-08update the little endian processor list to give it a chance of matchingTed Unangst
2017-05-03make the description strings match the codeTheo de Raadt
2017-04-27Remove "len < 0" check; len is socklen_t (uint32_t) so can't beTodd C. Miller
2017-03-06size is unsigned so using ==0 not <=0 when checking for buffer exhaustionTodd C. Miller
2017-03-06Pull in a change from the bind 8 resolver that fixes a potentialTodd C. Miller
2017-02-27Add support for RES_USE_DNSSECJeremie Courreges-Anglas
2017-02-18Add EDNS0 support.Jeremie Courreges-Anglas
2017-01-24in resolver(3), document that _EDNS0 and _DNSSEC are no ops;Jason McIntyre
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly byKenneth R Westerback
2016-12-15Nuke some trailing tabs.Kenneth R Westerback
2016-12-08Fix regressions introduce in the fix for CVE-2016-6559.Todd C. Miller
2016-12-07Fix a typo, decrement rem, don't increment for single digit hex bytes.Todd C. Miller
2016-12-06CVE-2016-6559: fix potential buffer overflow(s) in link_ntoa(3).Todd C. Miller
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2016-08-05Obvious minor fixes:Ingo Schwarze
2016-08-05Make RES_OPTIONS point directly to resolv.conf(5) instead of going throughMartijn van Duren
2016-05-29Prefer AF_* over PF_* and 'address family' over 'protocol family'Philip Guenther
2016-05-28rcmd(3) and rcmdsh(3) use getaddrinfo(3) not gethostbyname(3).Todd C. Miller
2016-05-28Use getaddrinfo() instead of the non-standard gethostbyname2().Todd C. Miller
2016-05-23Remove iruserok(_sa)? and __ivaliduser(sa)?Philip Guenther
2016-05-23Eliminate __check_rhosts_file and __rcmd_errstr: they were only used byPhilip Guenther
2016-05-01Remove old NeXT-specific cruft. From mmcc@Todd C. Miller
2016-04-05Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificPhilip Guenther
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-10un-vax;Jason McIntyre
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc
2015-12-19gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed withTim van der Molen
2015-12-16tweak previous;Jason McIntyre
2015-12-16Remove support for HOSTALIASES from the resolver. This "open and parseTheo de Raadt
2015-12-14s/begining/beginning/gmmcc
2015-11-25syslog() here is pointless; ok millertTheo de Raadt
2015-11-24Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} withinTodd C. Miller
2015-11-21point to netintro(4) rather than (now removed) networking(4);Jason McIntyre
2015-11-10update NAME section to include all documented functions,Jason McIntyre
2015-11-08inet(4), not inet(3);Jason McIntyre
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-10-23Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get theClaudio Jeker
2015-10-23Use waitpid() instead of wait() to avoid returning early from another childPhilip Guenther
2015-10-22Cast ctype function arguments to unsigned char.mmcc
2015-10-05Wrap <resolv.h> so that internal calls go directPhilip Guenther
2015-10-04wrap __ivaliduser_sa() so the internal call is direct (at least until wePhilip Guenther
2015-10-04recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)Philip Guenther
2015-09-14Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalPhilip Guenther
2015-09-14Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all thePhilip Guenther
2015-09-14Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakPhilip Guenther
2015-09-13Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and thePhilip Guenther
2015-09-12Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-09-11_getnetbyaddr and _getnetbyname appear to be historical accidents inTheo de Raadt