summary refs log tree commit diff
path: root/resolv/Makefile
Commit message (Expand)AuthorAgeFilesLines
* resolv: Implement no-aaaa stub resolver optionFlorian Weimer2022-06-241-0/+3
* resolv: Fix tst-resolv tests for 2.35 ABIs and laterStafford Horne2022-02-241-9/+9
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* resolv: Do not install libanl.so symbolic linkAdhemerval Zanella2021-12-301-0/+5
* resolv: Do not build libanl.so for ABIs starting at 2.35Adhemerval Zanella2021-12-301-1/+5
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-3/+6
* resolv: Do not install libnss_dns.a, libnss_dns.soFlorian Weimer2021-07-201-0/+8
* nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer2021-07-191-0/+1
* resolv: Move nss_dns into libcFlorian Weimer2021-07-191-12/+3
* resolv: Move res_query functions into libcFlorian Weimer2021-07-191-1/+1
* resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer2021-07-191-1/+1
* resolv: Move res_send, res_nsend into libcFlorian Weimer2021-07-191-2/+2
* resolv: Move res_hostalias into its own file, along with hostaliasFlorian Weimer2021-07-191-0/+1
* resolv: Move __res_context_hostalias into its own file and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Move res_queriesmatch to its own file and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Move res_nameinquery to its own file and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Move ns_samename into its own file, and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Move ns_makecanon into its own file, and into libcFlorian Weimer2021-07-191-0/+2
* resolv: Move res_isourserver to its own file and reformat to GNU styleFlorian Weimer2021-07-191-0/+1
* resolv: Move __res_get_nsaddr to its own file and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer2021-07-191-1/+1
* resolv: Move dn_skipname to its own file and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Move dn_comp to its own file and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Move _getlong, _getshort, __putlong, __putshort to res-putgetFlorian Weimer2021-07-191-0/+1
* resolv: Move dn_expand to its own file and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Move ns_name_compress into its own file and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Move ns_name_pack into its own file and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Move ns_name_pton into its own file and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer2021-07-191-0/+1
* resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer2021-07-191-0/+1
* resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer2021-07-151-0/+1
* resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer2021-07-151-0/+1
* resolv: Sort Makefile routines and Versions lexicographicallyFlorian Weimer2021-07-151-11/+50
* resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer2021-07-021-2/+5
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-11/+8
* resolv: tst-p_secstodate can be a regular testFlorian Weimer2021-03-091-1/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler2020-11-251-1/+3
* 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