aboutsummaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-25Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler1-1/+3
2020-11-23Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler4-6/+9
2020-10-15resolv: Serialize processing in resolv/tst-resolv-txnid-collisionFlorian Weimer1-0/+5
2020-10-14resolv: Handle transaction ID collisions in parallel queries (bug 26600)Florian Weimer3-20/+356
2020-07-17Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer2-10/+0
2020-02-18Move implementation of <file_change_detection.h> into a C fileFlorian Weimer2-4/+4
2020-02-14resolv: Fix ABA race in /etc/resolv.conf change detection [BZ #25420]Florian Weimer1-6/+13
2020-02-14resolv: Enhance __resolv_conf_load to capture file change dataFlorian Weimer3-7/+19
2020-02-14resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]Florian Weimer1-1/+7
2020-02-14resolv: Use <file_change_detection.h> in __resolv_conf_get_currentFlorian Weimer1-35/+8
2020-02-13nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer3-0/+6