aboutsummaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)Author
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-19resolv: Deprecate legacy interfaces in libresolvFlorian Weimer
2021-07-15resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer
2021-07-15resolv: Remove unnecessary res_isourserver_p call from send_dgFlorian Weimer
2021-07-15resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer
2021-07-15nss_dns: Do not use deprecated packet parsing functionsFlorian Weimer
2021-07-15resolv: Sort Makefile routines and Versions lexicographicallyFlorian Weimer
2021-07-09Force building with -fno-commonFlorian Weimer
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
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-12-04y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski
2020-11-25Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler
2020-11-23Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler
2020-10-15resolv: Serialize processing in resolv/tst-resolv-txnid-collisionFlorian Weimer
2020-10-14resolv: Handle transaction ID collisions in parallel queries (bug 26600)Florian Weimer
2020-07-17Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer
2020-02-18Move implementation of <file_change_detection.h> into a C fileFlorian Weimer
2020-02-14resolv: Fix ABA race in /etc/resolv.conf change detection [BZ #25420]Florian Weimer
2020-02-14resolv: Enhance __resolv_conf_load to capture file change dataFlorian Weimer
2020-02-14resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]Florian Weimer
2020-02-14resolv: Use <file_change_detection.h> in __resolv_conf_get_currentFlorian Weimer
2020-02-13nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer
2020-02-07resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.cFlorian Weimer
2020-01-20Get rid of Werror=maybe-uninitialized in res_send.c.Stefan Liebler
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-27resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-22Mark IDN tests unsupported with libidn2 before 2.0.5.Joseph Myers
2019-07-02Fix build warnings in resolv/res_send.cStefan Liebler
2019-05-24nss_dns: Check for proper A/AAAA address alignmentFlorian Weimer
2019-04-11nss_dns: Do not replace root domain with empty stringFlorian Weimer
2019-04-08resolv: Remove RES_INSECURE1, RES_INSECURE2Florian Weimer