Age | Commit message (Expand) | Author |
2021-01-19 | Prevent an overflow in inet_net_pton(3) when the passed in buffer is | Florian Obser |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-04-25 | A comma is not appropriate here, use a semicolon | Jeremie Courreges-Anglas |
2020-04-25 | Discourage use of RES_USE_INET6 | Jeremie Courreges-Anglas |
2020-04-25 | Fix RES_USE_INET6 description | Jeremie Courreges-Anglas |
2020-01-22 | delete wasteful ;; | Theo de Raadt |
2019-08-30 | mop up resolver.3 rename; ok deraadt | Jason McIntyre |
2019-08-30 | mop up for inet_net rename; ok deraadt | Jason McIntyre |
2019-08-30 | Move 4 manual pages from not-a-function filenames to a correct filename, | Theo de Raadt |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-20 | sockatmark(3), recv(2), getsockopt(2), and connect(2) return specifically | Theo de Raadt |
2019-05-13 | explicitly mention that RES_NOALIASES has no effect; | Ingo Schwarze |
2019-02-13 | Xr the byteorder funcs; from tim kuijsten | Jason McIntyre |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-14 | There are cases where a program doing dns requests wants to set the | Otto Moerbeek |
2018-11-09 | Remove ethers(5) YP support bits from libc as it makes it difficult to | Bryan Steele |
2018-05-10 | Fix typo in RFC number. | Theo Buehler |
2018-04-28 | reference hosts(5) instead of networks(5) | Ingo Schwarze |
2018-04-28 | Remove references to the obsolete getnetent(3) and networks(5). | Ingo Schwarze |
2018-04-28 | Stop talking about /etc/networks, which is no longer used, | Ingo Schwarze |
2018-04-28 | Say that sethostent(3), gethostent(3), and endhostent(3) do nothing. | Ingo Schwarze |
2018-04-28 | To allow us to get rid of /etc/networks, make setnetent(3), | Ingo Schwarze |
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 |