summaryrefslogtreecommitdiff
path: root/lib/libc/resolv
AgeCommit message (Expand)Author
2025-10-04libc/resolv: get rid of MD5Robert Clausecker
2025-07-24libc: Remove unused pselect() implementation.Dag-Erling Smørgrav
2025-07-24libc: Disable debugging code in the resolver.Dag-Erling Smørgrav
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-27libc: Use secure_getenv(3) where appropriateMark Johnston
2022-04-09resolver(3): Fix a typo in a source code commentGordon Bergling
2021-11-09res_init: remove unused inet_makeaddr with IN_LOOPBACKNETMike Karels
2019-06-04Rather than using the legacy IP struct fields in the union for theBjoern A. Zeeb
2018-08-16Allow the use of TCP instead of UDP for queries by setting options usevcBjoern A. Zeeb
2017-12-08SPDX: license IDs for some ISC-related files.Pedro F. Giffuni
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-20Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper
2016-06-08Don't leak addrinfo if ai->ai_addrlen <= minsiz test fails.Don Lewis
2016-05-16Since rdata is only used as an argument to the immediately followingDon Lewis
2016-05-16Likely a false positive ... but make sure that -1 can't be used as anDon Lewis
2016-04-30libc: spelling fixes.Pedro F. Giffuni
2016-04-18libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk
2016-04-16libc: make some more use of the nitems() macro.Pedro F. Giffuni
2016-04-10libc: replace 0 with NULL for pointers.Pedro F. Giffuni
2015-12-15Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" withEnji Cooper
2015-12-14resolver: preserve binary compatibility; reduce header pollutionEric van Gyzen
2015-10-23resolver: abuse _res a little lessEric van Gyzen
2015-10-14resolver: automatically reload /etc/resolv.confEric van Gyzen
2015-09-22Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues
2015-09-20Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues
2015-06-10Add support for '_' occurring at the beginning or end of a nameHajimu UMEMOTO
2014-08-12Update our stub resolver to final version of libbind.Hajimu UMEMOTO
2014-08-10We don't use these files.Hajimu UMEMOTO
2014-08-05Bring final version of libbind:Pedro F. Giffuni
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2014-01-14libc/resolv: Use poll() instead of kqueue().Jilles Tjoelker
2013-09-06libc: Make resolver sockets close-on-exec (SOCK_CLOEXEC).Jilles Tjoelker
2013-08-23libc: Make various internal file descriptors from fopen() close-on-exec.Jilles Tjoelker
2011-12-15Remove meaningless self-assignment in res_send.c, otherwise clang willDimitry Andric
2009-05-29Add an option to enforce strict RFC 1034 compliance.Xin LI
2008-12-14Merge the resolver part of BIND 9.4.3 into HEAD.Hajimu UMEMOTO
2008-12-14Import the resolver part of BIND 9.4.3.vendor/resolver/9.4.3Hajimu UMEMOTO
2008-02-16Allow underscore in domain names while resolving. While having underscoreXin LI
2007-12-03Merge BIND 9.4.2 into main chunk.Hajimu UMEMOTO