aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/resolv
Commit message (Expand)AuthorAgeFilesLines
* 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-39/+52
* 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
* | Merge BIND 9.4.2 into main chunk.Hajimu UMEMOTO2007-12-032-18/+25
* | Merge BIND 9.4.1 into main chunk.Hajimu UMEMOTO2007-06-0311-241/+265
* | This commit was generated by cvs2svn to compensate for changes in r170242,Hajimu UMEMOTO2007-06-032-0/+3
|\|
| * Vendor import of BIND 9.4.1Hajimu UMEMOTO2007-06-0313-242/+269
| * Vendor import of BIND 9.3.3Hajimu UMEMOTO2006-12-153-17/+12
| * Import of BIND 9.3.3rc2Hajimu UMEMOTO2006-10-241-7/+7
* | Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-4/+4
* | __p_rcode_syms is declared as external in resolv.conf, so it cannot beAlexander Kabaev2007-04-062-1/+2
* | Only reject file descriptors higher than FD_SETSIZE if we are not usingJohn Baldwin2007-03-051-7/+5
* | Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-097-28/+0
* | Merge BIND9 9.3.3 into main chunk.Hajimu UMEMOTO2006-12-153-17/+12
* | Merge res_send.c of BIND9 9.3.3rc2 into main chunk. It includesHajimu UMEMOTO2006-10-241-6/+7
* | Check if the filedes of kevent is expected one. Though ourHajimu UMEMOTO2006-08-041-0/+4
* | _close() should be called instead of close() here.Hajimu UMEMOTO2006-08-041-2/+6
* | Nuke some compatibility crufts of resolver for 6.X and earlier.Hajimu UMEMOTO2006-05-213-15/+0
* | Upgrade res_update(3) and the friends to BIND9's one excluding TSIGHajimu UMEMOTO2006-05-215-7/+60