summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a typo, decrement rem, don't increment for single digit hex bytes.millert2016-12-071-2/+2
* CVE-2016-6559: fix potential buffer overflow(s) in link_ntoa(3).millert2016-12-061-19/+35
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-214-11/+10
* Obvious minor fixes:schwarze2016-08-052-36/+57
* Make RES_OPTIONS point directly to resolv.conf(5) instead of going throughmartijn2016-08-051-3/+3
* Prefer AF_* over PF_* and 'address family' over 'protocol family'guenther2016-05-291-9/+9
* rcmd(3) and rcmdsh(3) use getaddrinfo(3) not gethostbyname(3).millert2016-05-282-9/+9
* Use getaddrinfo() instead of the non-standard gethostbyname2().millert2016-05-281-5/+14
* Remove iruserok(_sa)? and __ivaliduser(sa)?guenther2016-05-232-90/+20
* Eliminate __check_rhosts_file and __rcmd_errstr: they were only used byguenther2016-05-231-5/+1
* Remove old NeXT-specific cruft. From mmcc@millert2016-05-011-13/+1
* Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificguenther2016-04-051-4/+4
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-54/+1