about summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer2017-02-095-4/+198
* reload /etc/resolv.conf when it has changedThorsten Kukuk2016-11-111-0/+15
* resolv: Call gmtime_r instead of gmtime in p_secstodate [BZ #20017]Florian Weimer2016-05-101-6/+1
* resolv: Reindent preprocessor conditionals following cleanupsFlorian Weimer2016-04-283-12/+12
* resolv: Assorted preprocessor cleanupsFlorian Weimer2016-04-282-39/+3
* resolv: Remove SUNSECURITY preprocessor conditionalsFlorian Weimer2016-04-282-37/+0
* resolv: Remove BSD compatibility conditionals and headerFlorian Weimer2016-04-282-58/+3
* resolv: Remove __BIND_NOSTATIC conditionalsFlorian Weimer2016-04-282-4/+0
* resolv: Remove traces of ULTRIX supportFlorian Weimer2016-04-282-19/+0
* resolv: Remove RFC1535 conditionalsFlorian Weimer2016-04-282-31/+0
* resolv: Remove RESOLVSORT preprocess conditionalsFlorian Weimer2016-04-283-23/+0
* resolv: Remove BIND_UPDATE preprocessor conditionalsFlorian Weimer2016-04-281-36/+0
* resolv: Remove _LIBC conditionalsFlorian Weimer2016-04-286-140/+4
* resolv: Remove SCCS and RCS keywordsFlorian Weimer2016-04-2823-100/+0
* nss_dns: Skip over non-PTR records in the netent code [BZ #19868]Florian Weimer2016-04-271-2/+18
* nss_dns: Remove custom offsetof macro definitionFlorian Weimer2016-04-271-3/+1
* nss_dns: Check address length before creating addrinfo result [BZ #19831]Florian Weimer2016-04-271-20/+39
* resolv, nss_dns: Remove remaining syslog logging [BZ #19862]Florian Weimer2016-04-272-42/+0
* nss_dns: Validate RDATA length against packet length [BZ #19830]Florian Weimer2016-04-272-3/+28
* resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer2016-04-271-21/+18
* 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
* resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer2016-03-251-23/+40
* Fix hurd buildSamuel Thibault2016-03-161-0/+1
* Fix resource leak in resolver (bug 19257)Andreas Schwab2016-03-151-1/+1
* res_ninit: Update commentFlorian Weimer2016-02-191-15/+1
* CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-02-163-65/+309
* Fix build failures with -DDEBUG.Martin Sebor2016-01-151-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0419-19/+19
* resolv: Reset defdname before use in __res_vinit [BZ #19369]Rob Wu2015-12-291-0/+1
* Revert "tst-res_hconf_reorder: Set RESOLV_REORDER environment variable"Florian Weimer2015-12-041-3/+0
* tst-res_hconf_reorder: Set RESOLV_REORDER environment variableFlorian Weimer2015-12-041-0/+3
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-271-8/+0
* Convert a few more function definitions to prototype style.Joseph Myers2015-10-211-2/+2
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-9/+2
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-201-5/+2
* Do not use -Wno-strict-prototypes.Joseph Myers2015-10-191-1/+1
* use -fstack-protector-strong when availableMike Frysinger2015-10-191-3/+1
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-45/+4
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-168-93/+27
* Fix double-checked locking in _res_hconf_reorder_addrs [BZ #19074]Florian Weimer2015-10-141-8/+62
* Fix several build failures with GCC6 due to unused static variables.Wilco Dijkstra2015-09-181-4/+0
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-082-2/+2
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-061-2/+5
* 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