aboutsummaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)AuthorFilesLines
2016-07-11Merge branch 'release/2.19/master' into ibm/2.19/masteribm/2.19/masterTulio Magno Quites Machado Filho4-89/+350
2016-05-23resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer1-23/+40
2016-05-17CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell3-62/+309
2016-04-27CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]Florian Weimer1-4/+1
2015-08-28CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar1-1/+2
2015-04-23CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar1-1/+2
2015-03-13Merge branch 'release/2.19/master' into ibm/2.19/masterTulio Magno Quites Machado Filho6-48/+63
2015-01-16Avoid infinite loop in nss_dns getnetbyname [BZ #17630]Florian Weimer1-2/+2
2014-09-05Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab1-0/+1
2014-09-05Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab6-46/+55
2014-09-05Deduplicate resolv/nss_dns/dns-host.cOndřej Bílka1-10/+7
2014-09-05Fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab1-2/+10
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae18-18/+18
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka1-1/+1
2013-10-14Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka1-1/+1
2013-09-04Remove --disable-versioning.Joseph Myers1-1/+1
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-08-29Fix typos.Ondřej Bílka1-1/+1
2013-08-27Clean up _res declaration to use __thread unconditionally.Roland McGrath1-3/+1
2013-08-27Don't try to use ioctl unless [FIONREAD].Roland McGrath1-1/+4
2013-08-27Mild decrufting in resolv code.Roland McGrath2-0/+3
2013-08-21Fix typos.Ondřej Bílka4-4/+4
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-5/+5
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers6-27/+27
2013-06-06Fix leading whitespaces.Ondrej Bilka1-1/+1
2013-06-05Remove trailing whitespace.Joseph Myers3-3/+3
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-14/+2
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold5-0/+5
2013-04-29BZ#15084: Apparent typos in strings in res_debug.cAndreas Jaeger1-2/+2
2013-04-29BZ#15085: Fix comments/strings for RES_NOCHECKNAMEAndreas Jaeger2-2/+2
2013-04-29BZ#15086: Fix res_debug printing of optionsAndreas Jaeger1-0/+6
2013-02-17Sort Versions filesAndreas Jaeger1-1/+1
2013-02-07Remove lots of inline keywords.Roland McGrath1-2/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers18-18/+18
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers3-6/+3
2012-11-30Fix assertion failures in resolver (BZ #13013).Aurelien Jarno1-15/+15
2012-11-20Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge1-1/+1
2012-11-19Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar1-4/+21
2012-11-13Define IPPORT_RESERVED in netdb.h for XPG4 and UNIX98 (bug 14838).Joseph Myers1-1/+1
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge1-1/+0
2012-10-24Define and use $(run-built-tests).Joseph Myers1-2/+2
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-30Better error handling for sendmmsg use in res_sendUlrich Drepper1-5/+7
2012-03-30Correct check for DNS request send successUlrich Drepper1-1/+1
2012-03-30Speed up DNS by avoiding a system call if possibleUlrich Drepper1-17/+83
2012-03-28 [BZ #13760]Jeff Law1-1/+7
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov1-1/+3