about summary refs log tree commit diff
path: root/resolv/res_query.c
Commit message (Expand)AuthorAgeFilesLines
* resolv: Fix endless loop in __res_context_queryStefan Liebler2024-01-111-2/+6
* resolve: Remove __res_context_query alloca usageAdhemerval Zanella2023-10-021-31/+23
* resolv: Implement no-aaaa stub resolver optionFlorian Weimer2022-06-241-4/+20
* resolv: Fix unaligned accesses to fields in HEADER structJohn David Anglin2022-03-221-5/+5
* resolv: Avoid GCC 12 false positive warning [BZ #28439].Martin Sebor2021-10-111-1/+3
* resolv: Move res_query functions into libcFlorian Weimer2021-07-191-32/+56
* resolv: Move res_hostalias into its own file, along with hostaliasFlorian Weimer2021-07-191-30/+0
* resolv: Move __res_context_hostalias into its own file and into libcFlorian Weimer2021-07-191-40/+0
* resolv: Move ns_samename into its own file, and into libcFlorian Weimer2021-07-191-1/+1
* resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer2017-07-031-5/+6
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-126/+172
* resolv: Remove DEBUG from resolv/res_query.cFlorian Weimer2017-06-301-36/+0
* resolv: Move res_query, res_search res_querydomain, hostaliasFlorian Weimer2017-06-301-1/+56
* resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer2017-04-191-1/+1
* resolv: Remove EDNS fallback [BZ #21369]Florian Weimer2017-04-131-15/+1
* resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer2017-04-131-4/+19
* resolv: Remove internal and unused definitions from <resolv.h>Florian Weimer2017-04-131-0/+1
* CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer2016-12-311-3/+3
* resolv: Remove SCCS and RCS keywordsFlorian Weimer2016-04-281-5/+0
* CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-02-161-0/+3
* BZ#16469: resolv: skip leading dot in domain to searchAlexandre Oliva2014-11-211-3/+14
* BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva2014-11-211-11/+2
* Check value at resplen2 if it is not NULLSiddhesh Poyarekar2014-07-081-4/+5
* Do not fail if one of the two responses to AF_UNSPEC fails (BZ #14308)Siddhesh Poyarekar2014-04-301-2/+5
* Fix typo in comment in res_query.cJoseph Anthony Pasquale Holsten2014-04-111-1/+1
* Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab2014-02-191-19/+26
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Fix assertion failures in resolver (BZ #13013).Aurelien Jarno2012-11-301-15/+15
* [network] Avoid out ouf bounds read in __libc_res_nquerydomainJeff Law2012-02-291-3/+7
* Clean up internal fopen usesUlrich Drepper2011-11-151-1/+1
* Use size_t for strlen resultsAndreas Schwab2011-07-201-1/+1
* Backport BIND code to query name as TLD.Ulrich Drepper2011-05-071-6/+8
* Define and implement RES_USE_DNSSEC option in resolver.Adam Tkac2009-07-271-4/+4
* [BZ #10128]Ulrich Drepper2009-05-091-0/+7
* Fix tests for existence of second reply.Ulrich Drepper2008-10-241-3/+3
* * resolv/res_query.c (__libc_res_nquery): Add a few casts.Ulrich Drepper2008-10-241-4/+4
* * resolv/res_send.c (__libc_res_nsend): Take additional parameter. cvs/fedora-glibc-20080728T2320Ulrich Drepper2008-07-281-13/+19
* * resolv/res_query.c (__libc_res_nquery): Issue debug message onlyUlrich Drepper2008-07-091-2/+4
* * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAAUlrich Drepper2008-07-091-4/+20
* * resolv/res_query.c (__libc_res_nquery): In case one of twoUlrich Drepper2008-05-191-0/+15
* * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper2008-05-101-35/+114
* * resolv/res_init.c (res_setoptions): Recognize edns0 option.Ulrich Drepper2007-02-091-7/+22
* [BZ #2499]Ulrich Drepper2006-05-061-0/+6
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-6/+0
* 2.5-18.1Jakub Jelinek2007-07-121-0/+6
* Update.Ulrich Drepper2004-10-181-0/+6
* Update.Ulrich Drepper2004-08-121-2/+5
* [BZ #116]Ulrich Drepper2004-08-091-6/+1
* [BZ #95]Ulrich Drepper2004-08-091-3/+11
* Update.Ulrich Drepper2002-10-171-31/+88