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