summaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)Author
2016-05-10resolv: Call gmtime_r instead of gmtime in p_secstodate [BZ #20017]Florian Weimer
2016-04-28resolv: Reindent preprocessor conditionals following cleanupsFlorian Weimer
2016-04-28resolv: Assorted preprocessor cleanupsFlorian Weimer
2016-04-28resolv: Remove SUNSECURITY preprocessor conditionalsFlorian Weimer
2016-04-28resolv: Remove BSD compatibility conditionals and headerFlorian Weimer
2016-04-28resolv: Remove __BIND_NOSTATIC conditionalsFlorian Weimer
2016-04-28resolv: Remove traces of ULTRIX supportFlorian Weimer
2016-04-28resolv: Remove RFC1535 conditionalsFlorian Weimer
2016-04-28resolv: Remove RESOLVSORT preprocess conditionalsFlorian Weimer
2016-04-28resolv: Remove BIND_UPDATE preprocessor conditionalsFlorian Weimer
2016-04-28resolv: Remove _LIBC conditionalsFlorian Weimer
2016-04-28resolv: Remove SCCS and RCS keywordsFlorian Weimer
2016-04-27nss_dns: Skip over non-PTR records in the netent code [BZ #19868]Florian Weimer
2016-04-27nss_dns: Remove custom offsetof macro definitionFlorian Weimer
2016-04-27nss_dns: Check address length before creating addrinfo result [BZ #19831]Florian Weimer
2016-04-27resolv, nss_dns: Remove remaining syslog logging [BZ #19862]Florian Weimer
2016-04-27nss_dns: Validate RDATA length against packet length [BZ #19830]Florian Weimer
2016-04-27resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer
2016-04-11nss_dns: Fix assertion failure in _nss_dns_getcanonname_r [BZ #19865]Florian Weimer
2016-03-29CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]Florian Weimer
2016-03-25resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer
2016-03-16Fix hurd buildSamuel Thibault
2016-03-15Fix resource leak in resolver (bug 19257)Andreas Schwab
2016-02-19res_ninit: Update commentFlorian Weimer
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