aboutsummaryrefslogtreecommitdiff
path: root/resolv/Makefile
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-09-13CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa modeFlorian Weimer
2023-05-01hurd 64bit: Add missing libanlSamuel Thibault
2023-02-16C2x strtol binary constant handlingJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-08-30resolv: Add new tst-resolv-invalid-cnameFlorian Weimer
2022-08-30resolv: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer
2022-08-30resolv: Add internal __ns_name_length_uncompressed functionFlorian Weimer
2022-08-30resolv: Add the __ns_samebinaryname functionFlorian Weimer
2022-08-30resolv: Add tst-resolv-aliasesFlorian Weimer
2022-08-30resolv: Add tst-resolv-byaddr for testing reverse lookupFlorian Weimer
2022-06-24resolv: Implement no-aaaa stub resolver optionFlorian Weimer
2022-02-24resolv: Fix tst-resolv tests for 2.35 ABIs and laterStafford Horne
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-30resolv: Do not install libanl.so symbolic linkAdhemerval Zanella
2021-12-30resolv: Do not build libanl.so for ABIs starting at 2.35Adhemerval Zanella
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-20resolv: Do not install libnss_dns.a, libnss_dns.soFlorian Weimer
2021-07-19nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer
2021-07-19resolv: Move nss_dns into libcFlorian Weimer
2021-07-19resolv: Move res_query functions into libcFlorian Weimer
2021-07-19resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer
2021-07-19resolv: Move res_send, res_nsend into libcFlorian Weimer
2021-07-19resolv: Move res_hostalias into its own file, along with hostaliasFlorian Weimer
2021-07-19resolv: Move __res_context_hostalias into its own file and into libcFlorian Weimer
2021-07-19resolv: Move res_queriesmatch to its own file and into libcFlorian Weimer
2021-07-19resolv: Move res_nameinquery to its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_samename into its own file, and into libcFlorian Weimer
2021-07-19resolv: Move ns_makecanon into its own file, and into libcFlorian Weimer
2021-07-19resolv: Move res_isourserver to its own file and reformat to GNU styleFlorian Weimer
2021-07-19resolv: Move __res_get_nsaddr to its own file and into libcFlorian Weimer
2021-07-19resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer
2021-07-19resolv: Move dn_skipname to its own file and into libcFlorian Weimer
2021-07-19resolv: Move dn_comp to its own file and into libcFlorian Weimer
2021-07-19resolv: Move _getlong, _getshort, __putlong, __putshort to res-putgetFlorian Weimer
2021-07-19resolv: Move dn_expand to its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_compress into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_pack into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_pton into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer
2021-07-15resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer
2021-07-15resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer
2021-07-15resolv: Sort Makefile routines and Versions lexicographicallyFlorian Weimer
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-03-09resolv: tst-p_secstodate can be a regular testFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-25Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler