about summary refs log tree commit diff
path: root/resolv/nss_dns
Commit message (Expand)AuthorAgeFilesLines
...
* nss_dns: Fix assertion failure in _nss_dns_getcanonname_r [BZ #19865]Florian Weimer2016-04-111-0/+7
* CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]Florian Weimer2016-03-291-4/+1
* 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-043-3/+3
* 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-023-3/+3
* Avoid infinite loop in nss_dns getnetbyname [BZ #17630]Florian Weimer2014-12-161-2/+2
* 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-193-16/+13
* 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-102-23/+23
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-013-3/+3
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-2/+2
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-162-0/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-023-3/+3
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-2/+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-093-9/+6
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-101-5/+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-012-10/+10
* * resolv/res_send.c (__libc_res_nsend): Take additional parameter. cvs/fedora-glibc-20080728T2320Ulrich Drepper2008-07-283-25/+47
* * 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
* * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper2008-05-103-14/+333
* [BZ #5790]Ulrich Drepper2008-03-041-6/+2
* * resolv/Versions [libresolv] (GLIBC_PRIVATE): AddUlrich Drepper2007-10-301-4/+23
* [BZ #3425]Ulrich Drepper2007-10-151-2/+6
* [BZ #4381]Ulrich Drepper2007-04-232-19/+39
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-112-39/+19
* .Jakub Jelinek2007-07-312-19/+39
* [BZ #2499]Ulrich Drepper2006-05-061-7/+9
* [BZ #284, BZ #721]Roland McGrath2005-02-171-2/+2
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-223-50/+28