aboutsummaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)AuthorFilesLines
2016-05-10resolv: Call gmtime_r instead of gmtime in p_secstodate [BZ #20017]Florian Weimer1-6/+1
2016-04-28resolv: Reindent preprocessor conditionals following cleanupsFlorian Weimer3-12/+12
2016-04-28resolv: Assorted preprocessor cleanupsFlorian Weimer2-39/+3
2016-04-28resolv: Remove SUNSECURITY preprocessor conditionalsFlorian Weimer2-37/+0
2016-04-28resolv: Remove BSD compatibility conditionals and headerFlorian Weimer2-58/+3
2016-04-28resolv: Remove __BIND_NOSTATIC conditionalsFlorian Weimer2-4/+0
2016-04-28resolv: Remove traces of ULTRIX supportFlorian Weimer2-19/+0
2016-04-28resolv: Remove RFC1535 conditionalsFlorian Weimer2-31/+0
2016-04-28resolv: Remove RESOLVSORT preprocess conditionalsFlorian Weimer3-23/+0
2016-04-28resolv: Remove BIND_UPDATE preprocessor conditionalsFlorian Weimer1-36/+0
2016-04-28resolv: Remove _LIBC conditionalsFlorian Weimer6-140/+4
2016-04-28resolv: Remove SCCS and RCS keywordsFlorian Weimer23-100/+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 Weimer2-42/+0
2016-04-27nss_dns: Validate RDATA length against packet length [BZ #19830]Florian Weimer2-3/+28
2016-04-27resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer1-21/+18
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-03-25resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer1-23/+40
2016-03-16Fix hurd buildSamuel Thibault1-0/+1
2016-03-15Fix resource leak in resolver (bug 19257)Andreas Schwab1-1/+1
2016-02-19res_ninit: Update commentFlorian Weimer1-15/+1
2016-02-16CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell3-65/+309
2016-01-15Fix build failures with -DDEBUG.Martin Sebor1-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2015-12-29resolv: Reset defdname before use in __res_vinit [BZ #19369]Rob Wu1-0/+1
2015-12-04Revert "tst-res_hconf_reorder: Set RESOLV_REORDER environment variable"Florian Weimer1-3/+0
2015-12-04tst-res_hconf_reorder: Set RESOLV_REORDER environment variableFlorian Weimer1-0/+3
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers1-8/+0
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers1-2/+2
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-9/+2
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers1-5/+2
2015-10-19Do not use -Wno-strict-prototypes.Joseph Myers1-1/+1
2015-10-19use -fstack-protector-strong when availableMike Frysinger1-3/+1
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer1-45/+4
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers8-93/+27
2015-10-14Fix double-checked locking in _res_hconf_reorder_addrs [BZ #19074]Florian Weimer1-8/+62
2015-09-18Fix several build failures with GCC6 due to unused static variables.Wilco Dijkstra1-4/+0
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2-2/+2
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar1-2/+5
2015-07-08Install a dummy <rpc/netdb.h> when not building sunrpc/.Roland McGrath2-0/+10
2015-06-24Use unsigned types for counters in getaddrinfo_a code.Roland McGrath3-4/+4
2015-06-23Fix potential hanging of gethostbyaddr_r/gethostbyname_rDmitry V. Levin3-2/+118
2015-06-23_res_hconf_reorder_addrs: fix typo in commentDmitry V. Levin1-1/+1
2015-06-22Record TTL also for DNS PTR queries (bug 18513)Andreas Schwab1-0/+6
2015-06-12Fix netdb.h addrinfo namespace (bug 18529).Joseph Myers1-2/+2
2015-06-12Fix h_errno namespace (bug 18520).Joseph Myers1-1/+1
2015-06-01 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union toSteve Ellcey1-4/+10