summaryrefslogtreecommitdiff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-02-163-69/+309
* Install a dummy <rpc/netdb.h> when not building sunrpc/.Roland McGrath2015-07-082-0/+10
* Use unsigned types for counters in getaddrinfo_a code.Roland McGrath2015-06-243-4/+4
* Fix potential hanging of gethostbyaddr_r/gethostbyname_rDmitry V. Levin2015-06-233-2/+118
* _res_hconf_reorder_addrs: fix typo in commentDmitry V. Levin2015-06-231-1/+1
* Record TTL also for DNS PTR queries (bug 18513)Andreas Schwab2015-06-221-0/+6
* Fix netdb.h addrinfo namespace (bug 18529).Joseph Myers2015-06-121-2/+2
* Fix h_errno namespace (bug 18520).Joseph Myers2015-06-121-1/+1
* * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union toSteve Ellcey2015-06-011-4/+10
* Simplify handling of nameserver configuration in resolverAndreas Schwab2015-05-212-127/+84
* 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-242-30/+18
* Remove some references to bcopy/bcmp/bzero.Roland McGrath2015-01-131-3/+3
* resolv: fix rotate optionAurelien Jarno2015-01-061-1/+2
* resolv: improve comments about nserv and nservallAurelien Jarno2015-01-061-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0218-18/+18
* Fix resolver inet_* namespace (bug 17722).Joseph Myers2014-12-173-5/+8
* Fix resolver if_* namespace (bug 17717).Joseph Myers2014-12-161-1/+1
* Fix the 'array subscript is above array bounds' warning correctlySiddhesh Poyarekar2014-12-161-1/+7
* Fix 'array subscript is above array bounds' warning in res_send.cSiddhesh Poyarekar2014-12-161-1/+1
* Avoid infinite loop in nss_dns getnetbyname [BZ #17630]Florian Weimer2014-12-161-2/+2
* resolv: Suppress maybe uninitialized warningStefan Liebler2014-12-121-1/+26
* Fix fgets_unlocked namespace issues (bug 17664).Joseph Myers2014-12-022-1/+5
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* 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
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-051-2/+5
* Check value at resplen2 if it is not NULLSiddhesh Poyarekar2014-07-081-4/+5
* Add comment to gethnamaddr.c to warn that the file is unmaintainedSiddhesh Poyarekar2014-07-021-0/+5
* Remove MULTI_PTRS_ARE_ALIASES in dns-hosts.cSiddhesh Poyarekar2014-07-011-22/+2
* Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab2014-06-031-0/+1
* Don't mention linuxthreads in Depend files.Joseph Myers2014-05-211-1/+0
* Do not fail if one of the two responses to AF_UNSPEC fails (BZ #14308)Siddhesh Poyarekar2014-04-302-3/+6
* Fix typo in comment in res_query.cJoseph Anthony Pasquale Holsten2014-04-111-1/+1
* Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella2014-04-091-2/+2
* Make tests consistently use *.out output files.Joseph Myers2014-03-071-7/+7
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-10/+7
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-1/+1
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Remove unused %include lines from Versions files.Roland McGrath2014-02-221-2/+0
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-2/+4
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-2/+2
* Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab2014-02-196-46/+55
* 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
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-106-45/+45
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0118-18/+18
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-261-1/+1
* Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka2013-10-141-1/+1