summaryrefslogtreecommitdiff
path: root/resolv/res_send.c
Commit message (Expand)AuthorAgeFilesLines
* resolv: Remove SCCS and RCS keywordsFlorian Weimer2016-04-281-5/+0
* resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer2016-04-271-21/+18
* resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer2016-03-251-23/+40
* CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-02-161-63/+197
* Fix build failures with -DDEBUG.Martin Sebor2016-01-151-2/+2
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-271-8/+0
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-45/+4
* Simplify handling of nameserver configuration in resolverAndreas Schwab2015-05-211-94/+70
* 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
* resolv: Suppress maybe uninitialized warningStefan Liebler2014-12-121-1/+26
* Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab2014-06-031-0/+1
* Do not fail if one of the two responses to AF_UNSPEC fails (BZ #14308)Siddhesh Poyarekar2014-04-301-1/+1
* Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella2014-04-091-2/+2
* Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answerAndreas Schwab2014-02-191-8/+13
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-18/+18
* Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka2013-10-141-1/+1
* Don't try to use ioctl unless [FIONREAD].Roland McGrath2013-08-271-1/+4
* Fix typos.Ondřej Bílka2013-08-211-1/+1
* Remove lots of inline keywords.Roland McGrath2013-02-071-2/+2
* Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge2012-11-201-1/+1
* Better error handling for sendmmsg use in res_sendUlrich Drepper2012-03-301-5/+7
* Correct check for DNS request send successUlrich Drepper2012-03-301-1/+1
* Speed up DNS by avoiding a system call if possibleUlrich Drepper2012-03-301-17/+83
* Fix typo in recent resolver change which causes segvsUlrich Drepper2011-06-151-2/+2
* Handle DNS server failures in case of AF_UNSPEC lookups correctlyUlrich Drepper2011-05-301-4/+8
* Fix debug statements in resolverAndreas Schwab2010-03-171-7/+10
* Fix DEBUG statements in resolv/res_send.cYann Droneaud2010-03-051-19/+20
* Always use IPv4 sockets for IPv4 addresses.Ulrich Drepper2010-01-141-35/+9
* Initialize local variable in resolver.Ulrich Drepper2009-10-291-1/+2
* Fix mixing IPv4 and IPv6 name server in resolv.conf.Petar Bogdanovic2009-10-291-26/+26
* Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better.Ulrich Drepper2009-07-261-5/+1
* Implement second fallback mode for DNS requests.Ulrich Drepper2009-06-261-19/+49
* Remember we switched to single-request mode.Ulrich Drepper2009-06-111-1/+2
* (send_dg): Don't just ignore the result we got in case we only receive one re...Ulrich Drepper2009-04-161-6/+10
* * resolv/res_send.c (send_dg): Don't switch into single-requestUlrich Drepper2009-04-161-1/+3
* * resolv/resolv.h (RES_SNGLKUP): Define.cvs/fedora-glibc-20090407T0545Ulrich Drepper2009-04-071-11/+26
* * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXECUlrich Drepper2008-12-081-3/+3
* * resolv/res_send.c (send_dg): Create sockets with non-blockingUlrich Drepper2008-12-021-11/+47
* [BZ #6942]Ulrich Drepper2008-10-311-1/+9
* * grp/initgroups.c (internal_getgrouplist): Don't prematurelyUlrich Drepper2008-10-301-1/+1
* * resolv/res_send.c (send_dg): On timeout, only return nonzeroUlrich Drepper2008-10-301-1/+1
* (send_vc): Fix use of unaligned address. Properly handle partial reads.Ulrich Drepper2008-10-061-3/+11
* * resolv/res_send.c (__libc_res_nsend): Take additional parameter.cvs/fedora-glibc-20080728T2320Ulrich Drepper2008-07-281-27/+26
* * resolv/res_send.c: Remove unnecessary res_pquery prototype.Ulrich Drepper2008-07-091-1/+0
* * resolv/res_send.c (send_dg): If we already have one of twoUlrich Drepper2008-05-241-6/+24
* * resolv/res_query.c (__libc_res_nquery): In case one of twoUlrich Drepper2008-05-191-0/+7
* * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper2008-05-101-81/+242
* [BZ #4726]Ulrich Drepper2007-08-221-3/+6
* [BZ #4647]Ulrich Drepper2007-06-181-7/+8