about summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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