summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
...
* Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler2020-11-251-1/+3
* Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler2020-11-234-6/+9
* resolv: Serialize processing in resolv/tst-resolv-txnid-collisionFlorian Weimer2020-10-151-0/+5
* resolv: Handle transaction ID collisions in parallel queries (bug 26600)Florian Weimer2020-10-143-20/+356
* Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer2020-07-172-10/+0
* Move implementation of <file_change_detection.h> into a C fileFlorian Weimer2020-02-182-4/+4
* resolv: Fix ABA race in /etc/resolv.conf change detection [BZ #25420]Florian Weimer2020-02-141-6/+13
* resolv: Enhance __resolv_conf_load to capture file change dataFlorian Weimer2020-02-143-7/+19
* resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]Florian Weimer2020-02-141-1/+7
* resolv: Use <file_change_detection.h> in __resolv_conf_get_currentFlorian Weimer2020-02-141-35/+8
* nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-133-0/+6
* resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.cFlorian Weimer2020-02-071-1/+2
* Get rid of Werror=maybe-uninitialized in res_send.c.Stefan Liebler2020-01-201-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0168-68/+68
* resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer2019-11-278-1/+239
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-303-12/+7
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0767-67/+67
* Mark IDN tests unsupported with libidn2 before 2.0.5.Joseph Myers2019-08-222-0/+10
* Fix build warnings in resolv/res_send.cStefan Liebler2019-07-021-1/+16
* nss_dns: Check for proper A/AAAA address alignmentFlorian Weimer2019-05-241-2/+13
* nss_dns: Do not replace root domain with empty stringFlorian Weimer2019-04-112-6/+0
* resolv: Remove RES_INSECURE1, RES_INSECURE2Florian Weimer2019-04-083-23/+13
* resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer2019-04-0810-657/+19
* Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella2019-03-222-26/+5
* resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047]Florian Weimer2019-03-124-1/+56
* resolv: Remove debugging code from compat-gethnamaddr.cFlorian Weimer2019-02-181-23/+0
* Add fall-through comments.Joseph Myers2019-02-121-0/+4
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-01-218-31/+413
* resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer2019-01-211-2/+22
* resolv: Reformat inet_addr, inet_aton to GNU styleFlorian Weimer2019-01-211-91/+101
* resolv: IDNA tests: AAAA (28) is valid, no fallthrough to defaultAndreas K. Hüttel2019-01-101-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0163-63/+63
* Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková2018-11-081-0/+6
* libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab2018-11-051-2/+5
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-292-0/+2
* Run thread shutdown functions in an explicit orderFlorian Weimer2018-06-263-7/+7
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-237-9/+852
* Remove unneeded setting of errno after malloc failureAndreas Schwab2018-05-171-4/+1
* resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]Florian Weimer2018-04-091-19/+21
* hurd: Add hurd thread librarySamuel Thibault2018-04-021-0/+1
* Fix crash in resolver on memory allocation failure (bug 23005)Andreas Schwab2018-03-271-0/+5
* hurd: fix warningSamuel Thibault2018-01-271-0/+1
* resolv: Support binary labels in test frameworkFlorian Weimer2018-01-082-0/+122
* Increase some test timeouts.Joseph Myers2018-01-041-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0158-58/+58
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-1/+1
* Obsolete p_secstodate.Joseph Myers2017-11-225-14/+33
* Fix p_secstodate overflow handling (bug 22463).Joseph Myers2017-11-223-1/+92
* support: Add <support/next_to_fault.h>Florian Weimer2017-11-131-56/+11
* resolv: More precise checks in res_hnok, res_dnok [BZ #22409] [BZ #22412]Florian Weimer2017-11-112-97/+139