aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/resolv
Commit message (Expand)AuthorAgeFilesLines
* libc/resolv: get rid of MD5Robert Clausecker2025-10-042-55/+5
* libc: Remove unused pselect() implementation.Dag-Erling Smørgrav2025-07-241-31/+0
* libc: Disable debugging code in the resolver.Dag-Erling Smørgrav2025-07-246-29/+11
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-2711-40/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0112-12/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1612-24/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* libc: Use secure_getenv(3) where appropriateMark Johnston2023-03-272-4/+2
* resolver(3): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* res_init: remove unused inet_makeaddr with IN_LOOPBACKNETMike Karels2021-11-091-8/+0
* Rather than using the legacy IP struct fields in the union for theBjoern A. Zeeb2019-06-041-1/+1
* Allow the use of TCP instead of UDP for queries by setting options usevcBjoern A. Zeeb2018-08-161-0/+2
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-0812-16/+28
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-252-0/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-207-7/+21
* Renumber copyright clause 4Warner Losh2017-02-287-7/+7
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-1/+1
* Don't leak addrinfo if ai->ai_addrlen <= minsiz test fails.Don Lewis2016-06-081-12/+13
* Since rdata is only used as an argument to the immediately followingDon Lewis2016-05-161-5/+3
* Likely a false positive ... but make sure that -1 can't be used as anDon Lewis2016-05-161-4/+6
* libc: spelling fixes.Pedro F. Giffuni2016-04-303-4/+4
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-189-9/+0
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-163-3/+3
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-103-11/+8
* Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" withEnji Cooper2015-12-155-5/+15
* resolver: preserve binary compatibility; reduce header pollutionEric van Gyzen2015-12-143-20/+29
* resolver: abuse _res a little lessEric van Gyzen2015-10-231-38/+51
* resolver: automatically reload /etc/resolv.confEric van Gyzen2015-10-142-2/+51
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-224-21/+9
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-201-0/+3
* Add support for '_' occurring at the beginning or end of a nameHajimu UMEMOTO2015-06-101-3/+3
* Update our stub resolver to final version of libbind.Hajimu UMEMOTO2014-08-1213-120/+208
|\
| * We don't use these files.Hajimu UMEMOTO2014-08-102-195/+0
| * Bring final version of libbind:Pedro F. Giffuni2014-08-0513-112/+382
| * Import the resolver part of BIND 9.4.3.vendor/resolver/9.4.3Hajimu UMEMOTO2008-12-144-24/+139
| * Vendor import of BIND 9.4.2vendor/resolver/9.4.2Hajimu UMEMOTO2007-12-032-19/+30
* | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-2/+2
* | libc/resolv: Use poll() instead of kqueue().Jilles Tjoelker2014-01-141-2/+2
* | libc: Make resolver sockets close-on-exec (SOCK_CLOEXEC).Jilles Tjoelker2013-09-061-2/+3
* | libc: Make various internal file descriptors from fopen() close-on-exec.Jilles Tjoelker2013-08-232-2/+2
* | Remove meaningless self-assignment in res_send.c, otherwise clang willDimitry Andric2011-12-151-2/+0
* | Add an option to enforce strict RFC 1034 compliance.Xin LI2009-05-291-0/+4
* | Merge the resolver part of BIND 9.4.3 into HEAD.Hajimu UMEMOTO2008-12-144-24/+139
* | Allow underscore in domain names while resolving. While having underscoreXin LI2008-02-161-1/+2