aboutsummaryrefslogtreecommitdiff
path: root/resolv/nss_dns
AgeCommit message (Expand)AuthorFilesLines
2017-04-19nss_dns: Correct parentheses for the __glibc_unlikely argumentFlorian Weimer1-1/+1
2017-04-19resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer1-16/+27
2017-04-04nss_dns: Replace local declarations with declarations from a header fileFlorian Weimer2-14/+2
2017-04-04nss_dns: Remove superfluous dn_expand call from network handlingFlorian Weimer1-5/+3
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers3-3/+3
2016-12-31CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer1-1/+1
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer1-14/+4
2016-10-07resolv: Remove RES_USEBSTRING and its implementation [BZ #20629]Florian Weimer1-14/+0
2016-10-07resolv: Remove RES_NOIP6DOTINT and its implementationFlorian Weimer1-8/+0
2016-04-28resolv: Remove SUNSECURITY preprocessor conditionalsFlorian Weimer1-5/+0
2016-04-28resolv: Remove RESOLVSORT preprocess conditionalsFlorian Weimer1-4/+0
2016-04-27nss_dns: Skip over non-PTR records in the netent code [BZ #19868]Florian Weimer1-2/+18
2016-04-27nss_dns: Remove custom offsetof macro definitionFlorian Weimer1-3/+1
2016-04-27nss_dns: Check address length before creating addrinfo result [BZ #19831]Florian Weimer1-20/+39
2016-04-27resolv, nss_dns: Remove remaining syslog logging [BZ #19862]Florian Weimer1-22/+0
2016-04-27nss_dns: Validate RDATA length against packet length [BZ #19830]Florian Weimer2-3/+28
2016-04-11nss_dns: Fix assertion failure in _nss_dns_getcanonname_r [BZ #19865]Florian Weimer1-0/+7
2016-03-29CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]Florian Weimer1-4/+1
2016-02-16CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell1-2/+109
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers3-3/+3
2015-06-22Record TTL also for DNS PTR queries (bug 18513)Andreas Schwab1-0/+6
2015-04-21CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar1-1/+2
2015-02-24Skip logging for DNSSEC responses [BZ 14841]Siddhesh Poyarekar1-15/+8
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers3-3/+3
2014-12-16Avoid infinite loop in nss_dns getnetbyname [BZ #17630]Florian Weimer1-2/+2
2014-07-01Remove MULTI_PTRS_ARE_ALIASES in dns-hosts.cSiddhesh Poyarekar1-22/+2
2014-02-19Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab3-16/+13
2014-02-16Deduplicate resolv/nss_dns/dns-host.cOndřej Bílka1-10/+7
2014-02-13Fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab1-2/+10
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka2-23/+23
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae3-3/+3
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-2/+2
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2-0/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers3-3/+3
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-2/+1
2012-11-19Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar1-4/+21
2012-07-12Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel1-4/+0
2012-03-31Merge copyright years in resolv/nss_dns/dns-host.cSiddhesh Poyarekar1-1/+1
2012-03-30Consider TTL of CNAME record and return minimum TTL in the chainSiddhesh Poyarekar1-3/+18
2012-03-30 * resolv/nss_dns/dns-host.c: Update copyright year.Jeff Law1-1/+1
2012-03-28 [BZ #13760]Jeff Law1-1/+7
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert3-9/+6
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath1-5/+2
2010-11-25Don't ignore zero TTL in DNS answersAndreas Schwab1-4/+3
2010-04-09Fix crash on reloading of gai data in nscd.Ulrich Drepper1-14/+2
2010-04-05Handle DNS timeouts in old-style lookkup code.Ulrich Drepper1-6/+12
2009-11-10Handle running out of buffer space with IPv6 mapping enabled.Andreas Schwab1-2/+4
2009-04-07* resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmpUlrich Drepper1-1/+1
2009-01-08* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check andUlrich Drepper1-1/+14
2008-12-03* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper1-4/+16