summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of out of bound reads in DNS response parsing.OPENBSD_7_1bluhm2023-03-161-1/+7
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-314-17/+17
* man pages: add missing word, The foo() ... -> The foo() function ...naddy2022-03-293-9/+9
* A few sys/param.h annotations lacked ALIGNBYTESderaadt2021-11-291-2/+2
* Describe what RES_USE_DNSSEC does and how it's affected by trust-adjca2021-11-241-2/+15
* Implement rfc6840 (AD flag processing) if using trusted name serversjca2021-11-221-2/+14
* Revert accidental change.jca2021-10-251-1/+2
* Make brk() and sbrk() weak again as intended.jca2021-10-251-2/+1
* ansijsg2021-10-241-10/+4
* Put back sys/types.h and sys/socket.h. The latter was unintentionallytb2021-10-221-1/+3
* Fix some ghastly whitespace. From Martin Vahlensiecktb2021-10-221-6/+6
* Use unsigned char instead of u_char in base64.c. This is a mildtb2021-10-221-9/+6
* does not need arpa/nameser.hderaadt2021-10-111-2/+1
* inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the headerclaudio2021-09-012-6/+5
* Prevent an overflow in inet_net_pton(3) when the passed in buffer isflorian2021-01-191-11/+18
* Add support for timeconting in userland.pirofti2020-07-061-3/+3
* A comma is not appropriate here, use a semicolonjca2020-04-251-2/+2
* Discourage use of RES_USE_INET6jca2020-04-251-1/+5
* Fix RES_USE_INET6 descriptionjca2020-04-251-7/+9
* delete wasteful ;;deraadt2020-01-221-2/+2
* mop up resolver.3 rename; ok deraadtjmc2019-08-305-15/+15
* mop up for inet_net rename; ok deraadtjmc2019-08-303-9/+9
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-306-16/+16
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-283-10/+10
* sockatmark(3), recv(2), getsockopt(2), and connect(2) return specificallyderaadt2019-06-201-4/+4
* explicitly mention that RES_NOALIASES has no effect;schwarze2019-05-131-3/+4
* Xr the byteorder funcs; from tim kuijstenjmc2019-02-131-3/+4
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-3/+3
* There are cases where a program doing dns requests wants to set theotto2019-01-141-2/+4
* Remove ethers(5) YP support bits from libc as it makes it difficult tobrynet2018-11-092-70/+8
* Fix typo in RFC number.tb2018-05-101-2/+2
* reference hosts(5) instead of networks(5)schwarze2018-04-281-3/+3
* Remove references to the obsolete getnetent(3) and networks(5).schwarze2018-04-282-10/+7
* Stop talking about /etc/networks, which is no longer used,schwarze2018-04-281-39/+38
* Say that sethostent(3), gethostent(3), and endhostent(3) do nothing.schwarze2018-04-281-50/+19
* To allow us to get rid of /etc/networks, make setnetent(3),schwarze2018-04-281-75/+4
* Adjust references for sysctl(3) to sysctl(2)deraadt2018-01-121-4/+4
* Add the missing STANDARDS section (kettenis@ noticed that these areschwarze2017-11-281-6/+14
* update the little endian processor list to give it a chance of matchingtedu2017-07-082-6/+6
* make the description strings match the codederaadt2017-05-031-10/+10
* Remove "len < 0" check; len is socklen_t (uint32_t) so can't bemillert2017-04-271-2/+2
* size is unsigned so using ==0 not <=0 when checking for buffer exhaustionmillert2017-03-061-4/+4
* Pull in a change from the bind 8 resolver that fixes a potentialmillert2017-03-061-10/+16
* Add support for RES_USE_DNSSECjca2017-02-271-5/+2
* Add EDNS0 support.jca2017-02-181-4/+3
* in resolver(3), document that _EDNS0 and _DNSSEC are no ops;jmc2017-01-241-6/+17
* Eliminate some gcc warnings about 'unused variables', mostly bykrw2016-12-161-2/+2
* Nuke some trailing tabs.krw2016-12-151-3/+3
* Fix regressions introduce in the fix for CVE-2016-6559.millert2016-12-081-6/+5