| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a number of out of bound reads in DNS response parsing.OPENBSD_7_1 | bluhm | 2023-03-16 | 1 | -1/+7 |
* | man pages: add missing commas between subordinate and main clauses | naddy | 2022-03-31 | 4 | -17/+17 |
* | man pages: add missing word, The foo() ... -> The foo() function ... | naddy | 2022-03-29 | 3 | -9/+9 |
* | A few sys/param.h annotations lacked ALIGNBYTES | deraadt | 2021-11-29 | 1 | -2/+2 |
* | Describe what RES_USE_DNSSEC does and how it's affected by trust-ad | jca | 2021-11-24 | 1 | -2/+15 |
* | Implement rfc6840 (AD flag processing) if using trusted name servers | jca | 2021-11-22 | 1 | -2/+14 |
* | Revert accidental change. | jca | 2021-10-25 | 1 | -1/+2 |
* | Make brk() and sbrk() weak again as intended. | jca | 2021-10-25 | 1 | -2/+1 |
* | ansi | jsg | 2021-10-24 | 1 | -10/+4 |
* | Put back sys/types.h and sys/socket.h. The latter was unintentionally | tb | 2021-10-22 | 1 | -1/+3 |
* | Fix some ghastly whitespace. From Martin Vahlensieck | tb | 2021-10-22 | 1 | -6/+6 |
* | Use unsigned char instead of u_char in base64.c. This is a mild | tb | 2021-10-22 | 1 | -9/+6 |
* | does not need arpa/nameser.h | deraadt | 2021-10-11 | 1 | -2/+1 |
* | inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the header | claudio | 2021-09-01 | 2 | -6/+5 |
* | Prevent an overflow in inet_net_pton(3) when the passed in buffer is | florian | 2021-01-19 | 1 | -11/+18 |
* | Add support for timeconting in userland. | pirofti | 2020-07-06 | 1 | -3/+3 |
* | A comma is not appropriate here, use a semicolon | jca | 2020-04-25 | 1 | -2/+2 |
* | Discourage use of RES_USE_INET6 | jca | 2020-04-25 | 1 | -1/+5 |
* | Fix RES_USE_INET6 description | jca | 2020-04-25 | 1 | -7/+9 |
* | delete wasteful ;; | deraadt | 2020-01-22 | 1 | -2/+2 |
* | mop up resolver.3 rename; ok deraadt | jmc | 2019-08-30 | 5 | -15/+15 |
* | mop up for inet_net rename; ok deraadt | jmc | 2019-08-30 | 3 | -9/+9 |
* | Move 4 manual pages from not-a-function filenames to a correct filename, | deraadt | 2019-08-30 | 6 | -16/+16 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. | deraadt | 2019-07-03 | 1 | -2/+2 |
* | When system calls indicate an error they return -1, not some arbitrary | deraadt | 2019-06-28 | 3 | -10/+10 |
* | sockatmark(3), recv(2), getsockopt(2), and connect(2) return specifically | deraadt | 2019-06-20 | 1 | -4/+4 |
* | explicitly mention that RES_NOALIASES has no effect; | schwarze | 2019-05-13 | 1 | -3/+4 |
* | Xr the byteorder funcs; from tim kuijsten | jmc | 2019-02-13 | 1 | -3/+4 |
* | I am retiring my old email address; replace it with my OpenBSD one. | millert | 2019-01-25 | 1 | -3/+3 |
* | There are cases where a program doing dns requests wants to set the | otto | 2019-01-14 | 1 | -2/+4 |
* | Remove ethers(5) YP support bits from libc as it makes it difficult to | brynet | 2018-11-09 | 2 | -70/+8 |
* | Fix typo in RFC number. | tb | 2018-05-10 | 1 | -2/+2 |
* | reference hosts(5) instead of networks(5) | schwarze | 2018-04-28 | 1 | -3/+3 |
* | Remove references to the obsolete getnetent(3) and networks(5). | schwarze | 2018-04-28 | 2 | -10/+7 |
* | Stop talking about /etc/networks, which is no longer used, | schwarze | 2018-04-28 | 1 | -39/+38 |
* | Say that sethostent(3), gethostent(3), and endhostent(3) do nothing. | schwarze | 2018-04-28 | 1 | -50/+19 |
* | To allow us to get rid of /etc/networks, make setnetent(3), | schwarze | 2018-04-28 | 1 | -75/+4 |
* | Adjust references for sysctl(3) to sysctl(2) | deraadt | 2018-01-12 | 1 | -4/+4 |
* | Add the missing STANDARDS section (kettenis@ noticed that these are | schwarze | 2017-11-28 | 1 | -6/+14 |
* | update the little endian processor list to give it a chance of matching | tedu | 2017-07-08 | 2 | -6/+6 |
* | make the description strings match the code | deraadt | 2017-05-03 | 1 | -10/+10 |
* | Remove "len < 0" check; len is socklen_t (uint32_t) so can't be | millert | 2017-04-27 | 1 | -2/+2 |
* | size is unsigned so using ==0 not <=0 when checking for buffer exhaustion | millert | 2017-03-06 | 1 | -4/+4 |
* | Pull in a change from the bind 8 resolver that fixes a potential | millert | 2017-03-06 | 1 | -10/+16 |
* | Add support for RES_USE_DNSSEC | jca | 2017-02-27 | 1 | -5/+2 |
* | Add EDNS0 support. | jca | 2017-02-18 | 1 | -4/+3 |
* | in resolver(3), document that _EDNS0 and _DNSSEC are no ops; | jmc | 2017-01-24 | 1 | -6/+17 |
* | Eliminate some gcc warnings about 'unused variables', mostly by | krw | 2016-12-16 | 1 | -2/+2 |
* | Nuke some trailing tabs. | krw | 2016-12-15 | 1 | -3/+3 |
* | Fix regressions introduce in the fix for CVE-2016-6559. | millert | 2016-12-08 | 1 | -6/+5 |