aboutsummaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)AuthorFilesLines
2022-06-24resolv/tst-resolv-noaaaa: Support building for older C standardsFlorian Weimer1-5/+9
2022-06-24resolv: Implement no-aaaa stub resolver optionFlorian Weimer11-12/+773
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein1-1/+1
2022-03-31resolv: Initialize loop variable on tst-resolv-trailingAdhemerval Zanella1-1/+1
2022-03-22resolv: Fix unaligned accesses to fields in HEADER structJohn David Anglin3-14/+21
2022-02-24resolv: Fix tst-resolv tests for 2.35 ABIs and laterStafford Horne1-9/+9
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert82-82/+82
2021-12-30resolv: Do not install libanl.so symbolic linkAdhemerval Zanella1-0/+5
2021-12-30resolv: Do not build libanl.so for ABIs starting at 2.35Adhemerval Zanella1-1/+5
2021-10-11resolv: Avoid GCC 12 false positive warning [BZ #28439].Martin Sebor1-1/+3
2021-10-08resolv: make res_randomid use random_bits()Cristian Rodríguez1-1/+2
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar12-12/+0
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-3/+6
2021-07-20resolv: Do not install libnss_dns.a, libnss_dns.soFlorian Weimer1-0/+8
2021-07-19nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer2-0/+41
2021-07-19resolv: Move nss_dns into libcFlorian Weimer5-57/+46
2021-07-19resolv: Move res_query functions into libcFlorian Weimer5-52/+76
2021-07-19resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer5-28/+40
2021-07-19resolv: Move res_send, res_nsend into libcFlorian Weimer6-30/+45
2021-07-19resolv: Move res_hostalias into its own file, along with hostaliasFlorian Weimer3-30/+52
2021-07-19resolv: Move __res_context_hostalias into its own file and into libcFlorian Weimer5-42/+135
2021-07-19resolv: Move res_queriesmatch to its own file and into libcFlorian Weimer5-59/+144
2021-07-19resolv: Move res_nameinquery to its own file and into libcFlorian Weimer5-42/+126
2021-07-19resolv: Move ns_samename into its own file, and into libcFlorian Weimer8-31/+55
2021-07-19resolv: Move ns_makecanon into its own file, and into libcFlorian Weimer5-36/+90
2021-07-19resolv: Move res_isourserver to its own file and reformat to GNU styleFlorian Weimer3-51/+135
2021-07-19resolv: Move __res_get_nsaddr to its own file and into libcFlorian Weimer5-21/+51
2021-07-19resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer4-27/+41
2021-07-19resolv: Move dn_skipname to its own file and into libcFlorian Weimer7-18/+110
2021-07-19resolv: Move dn_comp to its own file and into libcFlorian Weimer5-17/+106
2021-07-19resolv: Move _getlong, _getshort, __putlong, __putshort to res-putgetFlorian Weimer3-15/+113
2021-07-19resolv: Move dn_expand to its own file and into libcFlorian Weimer11-44/+134
2021-07-19resolv: Move ns_name_compress into its own file and into libcFlorian Weimer4-28/+54
2021-07-19resolv: Move ns_name_pack into its own file and into libcFlorian Weimer4-195/+206
2021-07-19resolv: Move ns_name_pton into its own file and into libcFlorian Weimer4-125/+161
2021-07-19resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer4-25/+49
2021-07-19resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer4-38/+75
2021-07-19resolv: Deprecate legacy interfaces in libresolvFlorian Weimer2-40/+79
2021-07-15resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer4-83/+119
2021-07-15resolv: Remove unnecessary res_isourserver_p call from send_dgFlorian Weimer1-6/+0
2021-07-15resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer4-129/+152
2021-07-15nss_dns: Do not use deprecated packet parsing functionsFlorian Weimer2-21/+20
2021-07-15resolv: Sort Makefile routines and Versions lexicographicallyFlorian Weimer2-73/+182
2021-07-09Force building with -fno-commonFlorian Weimer1-1/+1
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer11-49/+173
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella1-0/+11
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-11/+8
2021-03-09resolv: tst-p_secstodate can be a regular testFlorian Weimer2-13/+3
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert69-69/+69
2020-12-04y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski1-25/+36