aboutsummaryrefslogtreecommitdiff
path: root/resolv/res_query.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-11resolv: Fix endless loop in __res_context_queryStefan Liebler1-2/+6
2023-10-02resolve: Remove __res_context_query alloca usageAdhemerval Zanella1-31/+23
2022-06-24resolv: Implement no-aaaa stub resolver optionFlorian Weimer1-4/+20
2022-03-22resolv: Fix unaligned accesses to fields in HEADER structJohn David Anglin1-5/+5
2021-10-11resolv: Avoid GCC 12 false positive warning [BZ #28439].Martin Sebor1-1/+3
2021-07-19resolv: Move res_query functions into libcFlorian Weimer1-32/+56
2021-07-19resolv: Move res_hostalias into its own file, along with hostaliasFlorian Weimer1-30/+0
2021-07-19resolv: Move __res_context_hostalias into its own file and into libcFlorian Weimer1-40/+0
2021-07-19resolv: Move ns_samename into its own file, and into libcFlorian Weimer1-1/+1
2017-07-03resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer1-5/+6
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer1-126/+172
2017-06-30resolv: Remove DEBUG from resolv/res_query.cFlorian Weimer1-36/+0
2017-06-30resolv: Move res_query, res_search res_querydomain, hostaliasFlorian Weimer1-1/+56
2017-04-19resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer1-1/+1
2017-04-13resolv: Remove EDNS fallback [BZ #21369]Florian Weimer1-15/+1
2017-04-13resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer1-4/+19
2017-04-13resolv: Remove internal and unused definitions from <resolv.h>Florian Weimer1-0/+1
2016-12-31CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer1-3/+3
2016-04-28resolv: Remove SCCS and RCS keywordsFlorian Weimer1-5/+0
2016-02-16CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell1-0/+3
2014-11-21BZ#16469: resolv: skip leading dot in domain to searchAlexandre Oliva1-3/+14
2014-11-21BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva1-11/+2
2014-07-08Check value at resplen2 if it is not NULLSiddhesh Poyarekar1-4/+5
2014-04-30Do not fail if one of the two responses to AF_UNSPEC fails (BZ #14308)Siddhesh Poyarekar1-2/+5
2014-04-11Fix typo in comment in res_query.cJoseph Anthony Pasquale Holsten1-1/+1
2014-02-19Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab1-19/+26
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2012-11-30Fix assertion failures in resolver (BZ #13013).Aurelien Jarno1-15/+15
2012-02-29[network] Avoid out ouf bounds read in __libc_res_nquerydomainJeff Law1-3/+7
2011-11-15Clean up internal fopen usesUlrich Drepper1-1/+1
2011-07-20Use size_t for strlen resultsAndreas Schwab1-1/+1
2011-05-07Backport BIND code to query name as TLD.Ulrich Drepper1-6/+8
2009-07-27Define and implement RES_USE_DNSSEC option in resolver.Adam Tkac1-4/+4
2009-05-09[BZ #10128]Ulrich Drepper1-0/+7
2008-10-24Fix tests for existence of second reply.Ulrich Drepper1-3/+3
2008-10-24* resolv/res_query.c (__libc_res_nquery): Add a few casts.Ulrich Drepper1-4/+4
2008-07-28* resolv/res_send.c (__libc_res_nsend): Take additional parameter.cvs/fedora-glibc-20080728T2320Ulrich Drepper1-13/+19
2008-07-09* resolv/res_query.c (__libc_res_nquery): Issue debug message onlyUlrich Drepper1-2/+4
2008-07-09* resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAAUlrich Drepper1-4/+20
2008-05-19* resolv/res_query.c (__libc_res_nquery): In case one of twoUlrich Drepper1-0/+15
2008-05-10* include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper1-35/+114
2007-02-09* resolv/res_init.c (res_setoptions): Recognize edns0 option.Ulrich Drepper1-7/+22
2006-05-06[BZ #2499]Ulrich Drepper1-0/+6
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-6/+0
2007-07-122.5-18.1Jakub Jelinek1-0/+6
2004-10-18Update.Ulrich Drepper1-0/+6
2004-08-12Update.Ulrich Drepper1-2/+5
2004-08-09[BZ #116]Ulrich Drepper1-6/+1
2004-08-09[BZ #95]Ulrich Drepper1-3/+11
2002-10-17Update.Ulrich Drepper1-31/+88