summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* resolv/tst-resolv-noaaaa: Support building for older C standardsFlorian Weimer2022-06-241-5/+9
* resolv: Implement no-aaaa stub resolver optionFlorian Weimer2022-06-2411-12/+773
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-131-1/+1
* resolv: Initialize loop variable on tst-resolv-trailingAdhemerval Zanella2022-03-311-1/+1
* resolv: Fix unaligned accesses to fields in HEADER structJohn David Anglin2022-03-223-14/+21
* 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-0182-82/+82
* 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
* resolv: Avoid GCC 12 false positive warning [BZ #28439].Martin Sebor2021-10-111-1/+3
* resolv: make res_randomid use random_bits()Cristian Rodríguez2021-10-081-1/+2
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0312-12/+0
* 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-192-0/+41
* resolv: Move nss_dns into libcFlorian Weimer2021-07-195-57/+46
* resolv: Move res_query functions into libcFlorian Weimer2021-07-195-52/+76
* resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer2021-07-195-28/+40
* resolv: Move res_send, res_nsend into libcFlorian Weimer2021-07-196-30/+45
* resolv: Move res_hostalias into its own file, along with hostaliasFlorian Weimer2021-07-193-30/+52
* resolv: Move __res_context_hostalias into its own file and into libcFlorian Weimer2021-07-195-42/+135
* resolv: Move res_queriesmatch to its own file and into libcFlorian Weimer2021-07-195-59/+144
* resolv: Move res_nameinquery to its own file and into libcFlorian Weimer2021-07-195-42/+126
* resolv: Move ns_samename into its own file, and into libcFlorian Weimer2021-07-198-31/+55
* resolv: Move ns_makecanon into its own file, and into libcFlorian Weimer2021-07-195-36/+90
* resolv: Move res_isourserver to its own file and reformat to GNU styleFlorian Weimer2021-07-193-51/+135
* resolv: Move __res_get_nsaddr to its own file and into libcFlorian Weimer2021-07-195-21/+51
* resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer2021-07-194-27/+41
* resolv: Move dn_skipname to its own file and into libcFlorian Weimer2021-07-197-18/+110
* resolv: Move dn_comp to its own file and into libcFlorian Weimer2021-07-195-17/+106
* resolv: Move _getlong, _getshort, __putlong, __putshort to res-putgetFlorian Weimer2021-07-193-15/+113
* resolv: Move dn_expand to its own file and into libcFlorian Weimer2021-07-1911-44/+134
* resolv: Move ns_name_compress into its own file and into libcFlorian Weimer2021-07-194-28/+54
* resolv: Move ns_name_pack into its own file and into libcFlorian Weimer2021-07-194-195/+206
* resolv: Move ns_name_pton into its own file and into libcFlorian Weimer2021-07-194-125/+161
* resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer2021-07-194-25/+49
* resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer2021-07-194-38/+75
* resolv: Deprecate legacy interfaces in libresolvFlorian Weimer2021-07-192-40/+79
* resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer2021-07-154-83/+119
* resolv: Remove unnecessary res_isourserver_p call from send_dgFlorian Weimer2021-07-151-6/+0
* resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer2021-07-154-129/+152
* nss_dns: Do not use deprecated packet parsing functionsFlorian Weimer2021-07-152-21/+20
* resolv: Sort Makefile routines and Versions lexicographicallyFlorian Weimer2021-07-152-73/+182
* Force building with -fno-commonFlorian Weimer2021-07-091-1/+1
* resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer2021-07-0211-49/+173
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-0/+11
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-11/+8
* resolv: tst-p_secstodate can be a regular testFlorian Weimer2021-03-092-13/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0269-69/+69
* y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski2020-12-041-25/+36