summaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)Author
2016-02-16CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell
2016-01-15Fix build failures with -DDEBUG.Martin Sebor
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-29resolv: Reset defdname before use in __res_vinit [BZ #19369]Rob Wu
2015-12-04Revert "tst-res_hconf_reorder: Set RESOLV_REORDER environment variable"Florian Weimer
2015-12-04tst-res_hconf_reorder: Set RESOLV_REORDER environment variableFlorian Weimer
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers
2015-10-19Do not use -Wno-strict-prototypes.Joseph Myers
2015-10-19use -fstack-protector-strong when availableMike Frysinger
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-14Fix double-checked locking in _res_hconf_reorder_addrs [BZ #19074]Florian Weimer
2015-09-18Fix several build failures with GCC6 due to unused static variables.Wilco Dijkstra
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar
2015-07-08Install a dummy <rpc/netdb.h> when not building sunrpc/.Roland McGrath
2015-06-24Use unsigned types for counters in getaddrinfo_a code.Roland McGrath
2015-06-23Fix potential hanging of gethostbyaddr_r/gethostbyname_rDmitry V. Levin
2015-06-23_res_hconf_reorder_addrs: fix typo in commentDmitry V. Levin
2015-06-22Record TTL also for DNS PTR queries (bug 18513)Andreas Schwab
2015-06-12Fix netdb.h addrinfo namespace (bug 18529).Joseph Myers
2015-06-12Fix h_errno namespace (bug 18520).Joseph Myers
2015-06-01 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union toSteve Ellcey
2015-05-21Simplify handling of nameserver configuration in resolverAndreas Schwab
2015-04-21CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar
2015-02-24Skip logging for DNSSEC responses [BZ 14841]Siddhesh Poyarekar
2015-01-13Remove some references to bcopy/bcmp/bzero.Roland McGrath
2015-01-06resolv: fix rotate optionAurelien Jarno
2015-01-06resolv: improve comments about nserv and nservallAurelien Jarno
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-17Fix resolver inet_* namespace (bug 17722).Joseph Myers
2014-12-16Fix resolver if_* namespace (bug 17717).Joseph Myers
2014-12-16Fix the 'array subscript is above array bounds' warning correctlySiddhesh Poyarekar
2014-12-16Fix 'array subscript is above array bounds' warning in res_send.cSiddhesh Poyarekar
2014-12-16Avoid infinite loop in nss_dns getnetbyname [BZ #17630]Florian Weimer
2014-12-12resolv: Suppress maybe uninitialized warningStefan Liebler
2014-12-02Fix fgets_unlocked namespace issues (bug 17664).Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-21BZ#16469: resolv: skip leading dot in domain to searchAlexandre Oliva
2014-11-21BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-07-08Check value at resplen2 if it is not NULLSiddhesh Poyarekar
2014-07-02Add comment to gethnamaddr.c to warn that the file is unmaintainedSiddhesh Poyarekar
2014-07-01Remove MULTI_PTRS_ARE_ALIASES in dns-hosts.cSiddhesh Poyarekar
2014-06-03Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab
2014-05-21Don't mention linuxthreads in Depend files.Joseph Myers
2014-04-30Do not fail if one of the two responses to AF_UNSPEC fails (BZ #14308)Siddhesh Poyarekar