aboutsummaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-07resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.cFlorian Weimer1-1/+2
2020-01-20Get rid of Werror=maybe-uninitialized in res_send.c.Stefan Liebler1-0/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers68-68/+68
2019-11-27resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer8-1/+239
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg3-12/+7
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert67-67/+67
2019-08-22Mark IDN tests unsupported with libidn2 before 2.0.5.Joseph Myers2-0/+10
2019-07-02Fix build warnings in resolv/res_send.cStefan Liebler1-1/+16
2019-05-24nss_dns: Check for proper A/AAAA address alignmentFlorian Weimer1-2/+13
2019-04-11nss_dns: Do not replace root domain with empty stringFlorian Weimer2-6/+0
2019-04-08resolv: Remove RES_INSECURE1, RES_INSECURE2Florian Weimer3-23/+13
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer10-657/+19
2019-03-22Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella2-26/+5
2019-03-12resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047]Florian Weimer4-1/+56
2019-02-18resolv: Remove debugging code from compat-gethnamaddr.cFlorian Weimer1-23/+0
2019-02-12Add fall-through comments.Joseph Myers1-0/+4
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer8-31/+413
2019-01-21resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer1-2/+22