summaryrefslogtreecommitdiff
path: root/resolv/nss_dns/dns-host.c
Commit message (Expand)AuthorAgeFilesLines
* resolv: Mirror the entire resolver configuration in struct resolv_confFlorian Weimer2017-07-031-15/+22
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-38/+66
* resolv: Report allocation errors in __res_vinitFlorian Weimer2017-06-191-3/+15
* nss_dns: Correct parentheses for the __glibc_unlikely argumentFlorian Weimer2017-04-191-1/+1
* resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer2017-04-191-16/+27
* nss_dns: Replace local declarations with declarations from a header fileFlorian Weimer2017-04-041-7/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer2016-12-311-1/+1
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-14/+4
* resolv: Remove RES_USEBSTRING and its implementation [BZ #20629]Florian Weimer2016-10-071-14/+0
* resolv: Remove RES_NOIP6DOTINT and its implementationFlorian Weimer2016-10-071-8/+0
* resolv: Remove SUNSECURITY preprocessor conditionalsFlorian Weimer2016-04-281-5/+0
* resolv: Remove RESOLVSORT preprocess conditionalsFlorian Weimer2016-04-281-4/+0
* nss_dns: Check address length before creating addrinfo result [BZ #19831]Florian Weimer2016-04-271-20/+39
* resolv, nss_dns: Remove remaining syslog logging [BZ #19862]Florian Weimer2016-04-271-22/+0
* nss_dns: Validate RDATA length against packet length [BZ #19830]Florian Weimer2016-04-271-0/+15
* CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-02-161-2/+109
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Record TTL also for DNS PTR queries (bug 18513)Andreas Schwab2015-06-221-0/+6
* CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar2015-04-211-1/+2
* Skip logging for DNSSEC responses [BZ 14841]Siddhesh Poyarekar2015-02-241-15/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove MULTI_PTRS_ARE_ALIASES in dns-hosts.cSiddhesh Poyarekar2014-07-011-22/+2
* Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab2014-02-191-13/+10
* Deduplicate resolv/nss_dns/dns-host.cOndřej Bílka2014-02-161-10/+7
* Fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab2014-02-131-2/+10
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-22/+22
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-2/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar2012-11-191-4/+21
* Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel2012-07-121-4/+0
* Merge copyright years in resolv/nss_dns/dns-host.cSiddhesh Poyarekar2012-03-311-1/+1
* Consider TTL of CNAME record and return minimum TTL in the chainSiddhesh Poyarekar2012-03-301-3/+18
* * resolv/nss_dns/dns-host.c: Update copyright year.Jeff Law2012-03-301-1/+1
* [BZ #13760]Jeff Law2012-03-281-1/+7
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Don't ignore zero TTL in DNS answersAndreas Schwab2010-11-251-4/+3
* Fix crash on reloading of gai data in nscd.Ulrich Drepper2010-04-091-14/+2
* Handle DNS timeouts in old-style lookkup code.Ulrich Drepper2010-04-051-6/+12
* Handle running out of buffer space with IPv6 mapping enabled.Andreas Schwab2009-11-101-2/+4
* * resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmpUlrich Drepper2009-04-071-1/+1
* * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check andUlrich Drepper2009-01-081-1/+14
* * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper2008-12-031-4/+16
* (gaih_getanswer_slice): Don't abort for unknown request types for now.Ulrich Drepper2008-11-121-0/+7
* * Versions.def: Add GLIBC_2.9 to libresolv.Ulrich Drepper2008-08-011-8/+8
* * resolv/res_send.c (__libc_res_nsend): Take additional parameter.cvs/fedora-glibc-20080728T2320Ulrich Drepper2008-07-281-22/+43
* * resolv/nss_dns/dns-host.c (gaih_getanswer): Don'tUlrich Drepper2008-06-131-9/+11
* * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log andUlrich Drepper2008-06-101-2/+3
* * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there areUlrich Drepper2008-05-171-5/+11