summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2024-09-03typo in comment; Effectivly -> Effectively; ok gilles@Omar Polo
2024-09-03wild white spaceTheo de Raadt
2024-08-03A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expectedPhilip Guenther
2024-04-15drop htonl(), htons(), ntohl(), ntohs() MD functions from libcChristian Weisgerber
2024-03-06POSIX defines inet_ntoa, not inet_aton.Anthony J. Bentley
2023-03-25Last arg is also a pointer, so pass NULL instead of 0; ok deraadt@Otto Moerbeek
2023-03-15Fix a number of out of bound reads in DNS response parsing.Todd C. Miller
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-11-16tolower(3) guarantees to return its argument unchanged if it's notFlorian Obser
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-04-13Fix typo in last commit.Todd C. Miller
2022-04-13inet_net_pton_ipv6: avoid signed vs unsigned comparisonTodd C. Miller
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
2021-11-29A few sys/param.h annotations lacked ALIGNBYTESTheo de Raadt
2021-11-24Describe what RES_USE_DNSSEC does and how it's affected by trust-adJeremie Courreges-Anglas
2021-11-22Implement rfc6840 (AD flag processing) if using trusted name serversJeremie Courreges-Anglas
2021-10-25Revert accidental change.Jeremie Courreges-Anglas
2021-10-25Make brk() and sbrk() weak again as intended.Jeremie Courreges-Anglas
2021-10-24ansiJonathan Gray
2021-10-22Put back sys/types.h and sys/socket.h. The latter was unintentionallyTheo Buehler
2021-10-22Fix some ghastly whitespace. From Martin VahlensieckTheo Buehler
2021-10-22Use unsigned char instead of u_char in base64.c. This is a mildTheo Buehler
2021-10-11does not need arpa/nameser.hTheo de Raadt
2021-09-01inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the headerClaudio Jeker
2021-01-19Prevent an overflow in inet_net_pton(3) when the passed in buffer isFlorian Obser
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-04-25A comma is not appropriate here, use a semicolonJeremie Courreges-Anglas
2020-04-25Discourage use of RES_USE_INET6Jeremie Courreges-Anglas
2020-04-25Fix RES_USE_INET6 descriptionJeremie Courreges-Anglas
2020-01-22delete wasteful ;;Theo de Raadt
2019-08-30mop up resolver.3 rename; ok deraadtJason McIntyre
2019-08-30mop up for inet_net rename; ok deraadtJason McIntyre
2019-08-30Move 4 manual pages from not-a-function filenames to a correct filename,Theo de Raadt
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-20sockatmark(3), recv(2), getsockopt(2), and connect(2) return specificallyTheo de Raadt
2019-05-13explicitly mention that RES_NOALIASES has no effect;Ingo Schwarze
2019-02-13Xr the byteorder funcs; from tim kuijstenJason McIntyre
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-14There are cases where a program doing dns requests wants to set theOtto Moerbeek
2018-11-09Remove ethers(5) YP support bits from libc as it makes it difficult toBryan Steele
2018-05-10Fix typo in RFC number.Theo Buehler
2018-04-28reference hosts(5) instead of networks(5)Ingo Schwarze
2018-04-28Remove references to the obsolete getnetent(3) and networks(5).Ingo Schwarze
2018-04-28Stop talking about /etc/networks, which is no longer used,Ingo Schwarze
2018-04-28Say that sethostent(3), gethostent(3), and endhostent(3) do nothing.Ingo Schwarze
2018-04-28To allow us to get rid of /etc/networks, make setnetent(3),Ingo Schwarze
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2017-11-28Add the missing STANDARDS section (kettenis@ noticed that these areIngo Schwarze