Age | Commit message (Expand) | Author |
2024-09-03 | typo in comment; Effectivly -> Effectively; ok gilles@ | Omar Polo |
2024-09-03 | wild white space | Theo de Raadt |
2024-08-03 | A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expected | Philip Guenther |
2024-04-15 | drop htonl(), htons(), ntohl(), ntohs() MD functions from libc | Christian Weisgerber |
2024-03-06 | POSIX defines inet_ntoa, not inet_aton. | Anthony J. Bentley |
2023-03-25 | Last arg is also a pointer, so pass NULL instead of 0; ok deraadt@ | Otto Moerbeek |
2023-03-15 | Fix a number of out of bound reads in DNS response parsing. | Todd C. Miller |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-11-16 | tolower(3) guarantees to return its argument unchanged if it's not | Florian Obser |
2022-09-11 | .Li -> .Vt where appropriate; | Jason McIntyre |
2022-04-13 | Fix typo in last commit. | Todd C. Miller |
2022-04-13 | inet_net_pton_ipv6: avoid signed vs unsigned comparison | Todd C. Miller |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-29 | man pages: add missing word, The foo() ... -> The foo() function ... | Christian Weisgerber |
2021-11-29 | A few sys/param.h annotations lacked ALIGNBYTES | Theo de Raadt |
2021-11-24 | Describe what RES_USE_DNSSEC does and how it's affected by trust-ad | Jeremie Courreges-Anglas |
2021-11-22 | Implement rfc6840 (AD flag processing) if using trusted name servers | Jeremie Courreges-Anglas |
2021-10-25 | Revert accidental change. | Jeremie Courreges-Anglas |
2021-10-25 | Make brk() and sbrk() weak again as intended. | Jeremie Courreges-Anglas |
2021-10-24 | ansi | Jonathan Gray |
2021-10-22 | Put back sys/types.h and sys/socket.h. The latter was unintentionally | Theo Buehler |
2021-10-22 | Fix some ghastly whitespace. From Martin Vahlensieck | Theo Buehler |
2021-10-22 | Use unsigned char instead of u_char in base64.c. This is a mild | Theo Buehler |
2021-10-11 | does not need arpa/nameser.h | Theo de Raadt |
2021-09-01 | inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the header | Claudio Jeker |
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 |