about summary refs log tree commit diff
path: root/resolv/res_send.c
Commit message (Expand)AuthorAgeFilesLines
* resolv: Always set *resplen2 out parameter in send_dg [BZ #19791] release/2.18/masterFlorian Weimer2016-04-221-23/+40
* Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab2016-04-221-0/+1
* CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-04-221-61/+201
* 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
* * resolv/res_init.c (res_setoptions): Recognize edns0 option.Ulrich Drepper2007-02-091-0/+18
* * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.Ulrich Drepper2006-05-061-1/+1
* * resolv/res_send.c (res_queriesmatch): Fix typo in comment.Ulrich Drepper2006-05-061-22/+14
* * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.Ulrich Drepper2006-05-061-8/+13
* * resolv/res_init.c (__res_iclose): New function. Broken out ofUlrich Drepper2005-11-011-24/+22
* * resolv/res_send.c (Aerror): Fix printing IP address. cvs/fedora-glibc-20050822T0727Ulrich Drepper2005-08-221-2/+7
* * resolv/res_send.c (send_vc): Pass correct sockaddr size to connect.Ulrich Drepper2005-08-211-1/+3
* (send_dg): Recognize referral results and treat them as server errors.Ulrich Drepper2005-07-081-0/+8
* [BZ #284, BZ #721]Roland McGrath2005-02-171-2/+7
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-69/+54
* 2.5-18.1Jakub Jelinek2007-07-121-54/+69
* Update.Ulrich Drepper2004-10-241-4/+6
* Update.Ulrich Drepper2004-10-231-137/+127
* Remove compatibility code which is unused in glibc and probably bitrotten.Ulrich Drepper2004-10-231-198/+2
* Update.Ulrich Drepper2004-10-181-0/+3
* Update.Ulrich Drepper2004-10-111-23/+83