about summary refs log tree commit diff
path: root/resolv/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler2020-11-231-4/+3
* resolv: Handle transaction ID collisions in parallel queries (bug 26600)Florian Weimer2020-10-141-0/+7
* Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer2020-07-171-7/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer2019-11-271-0/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer2019-04-081-10/+1
* resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047]Florian Weimer2019-03-121-1/+1
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-01-211-0/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-231-1/+23
* resolv: Support binary labels in test frameworkFlorian Weimer2018-01-081-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-1/+1
* Obsolete p_secstodate.Joseph Myers2017-11-221-1/+3
* Fix p_secstodate overflow handling (bug 22463).Joseph Myers2017-11-221-0/+2
* resolv: Add tst-ns_name_ptonFlorian Weimer2017-11-111-0/+2
* resolv: Add tst-res_hnokFlorian Weimer2017-11-111-0/+2
* resolv: Remove bogus targets that build ga_testWill Hawkins2017-10-201-6/+0
* resolv/Makefile: Fix typo in commentFlorian Weimer2017-09-261-1/+1
* support: Add resolver testing mode which does not patch _resFlorian Weimer2017-07-051-1/+5
* resolv: Fix improper assert in __resolv_conf_attachFlorian Weimer2017-07-041-0/+3
* resolv: Introduce free list for resolv_conf index slostsFlorian Weimer2017-07-031-1/+12
* resolv: Introduce struct resolv_conf with extended resolver stateFlorian Weimer2017-07-031-1/+1
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-1/+2
* resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer2017-06-301-0/+4
* __inet_pton_length: Implement new internal helper functionFlorian Weimer2017-06-211-0/+3
* resolv: Move _res deallocation functions to their own fileFlorian Weimer2017-06-191-1/+1
* resolv: Move res_randomid to its own fileFlorian Weimer2017-06-191-1/+1
* resolv: Tests for various versions of res_initFlorian Weimer2017-06-021-0/+8
* Remove __need_list_t and __need_res_state.Zack Weinberg2017-05-201-1/+1
* resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer2017-04-131-0/+2
* resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359]Florian Weimer2017-04-131-0/+2
* resolv: Add tst-resolv-canonnameFlorian Weimer2017-04-041-0/+9
* resolv: Add test coverage for ns_name_unpack, ns_name_ntopFlorian Weimer2017-04-041-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer2016-12-311-0/+3
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-0/+3
* resolv: Add beginnings of a libresolv test suiteFlorian Weimer2016-12-311-1/+17
* resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer2016-12-301-8/+3
* Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock2016-12-261-1/+0
* resolv: Compile without -Wno-write-stringsFlorian Weimer2016-10-111-3/+0
* resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer2016-09-211-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Do not use -Wno-strict-prototypes.Joseph Myers2015-10-191-1/+1
* use -fstack-protector-strong when availableMike Frysinger2015-10-191-3/+1
* Install a dummy <rpc/netdb.h> when not building sunrpc/.Roland McGrath2015-07-081-0/+7
* Fix potential hanging of gethostbyaddr_r/gethostbyname_rDmitry V. Levin2015-06-231-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Make tests consistently use *.out output files.Joseph Myers2014-03-071-7/+7