summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on reloading of gai data in nscd.Ulrich Drepper2010-04-091-14/+2
* Handle DNS timeouts in old-style lookkup code.Ulrich Drepper2010-04-051-6/+12
* Declare iruserok and iruserok_af.Ulrich Drepper2010-04-041-0/+24
* 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
* Relax visibility of some more declaration.Ulrich Drepper2010-01-141-2/+2
* Relax condition for resolver constant definition.Ulrich Drepper2010-01-141-6/+6
* Fix up netdb.h for XPG7.Ulrich Drepper2010-01-121-1/+3
* Handle running out of buffer space with IPv6 mapping enabled.Andreas Schwab2009-11-102-9/+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
* Define and implement RES_USE_DNSSEC option in resolver.Adam Tkac2009-07-274-5/+16
* Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better.Ulrich Drepper2009-07-261-5/+1
* Handle overly large answer buffers in resolver.Ulrich Drepper2009-07-161-1/+1
* Implement second fallback mode for DNS requests.Ulrich Drepper2009-06-263-19/+54
* Remember we switched to single-request mode.Ulrich Drepper2009-06-111-1/+2
* Remove redundant .gitignore files.Andreas Schwab2009-05-161-6/+0
* rename each .cvsignore file to .gitignoreJim Meyering2009-05-151-0/+0
* [BZ #10128]Ulrich Drepper2009-05-091-0/+7
* (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
* * malloc/malloc.c (_int_realloc): Add parameter with old blockUlrich Drepper2009-04-081-1/+1
* * resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmpUlrich Drepper2009-04-072-3/+3
* * resolv/resolv.h (RES_SNGLKUP): Define. cvs/fedora-glibc-20090407T0545Ulrich Drepper2009-04-073-11/+30
* * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek2009-02-163-20/+20
* [BZ #9781]Ulrich Drepper2009-02-071-3/+2
* * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check andUlrich Drepper2009-01-081-1/+14
* * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.Ulrich Drepper2008-12-291-1/+1
* * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXECUlrich Drepper2008-12-081-3/+3
* * resolv/res_init.c (__res_vinit): Always assign to statp->nscountUlrich Drepper2008-12-081-2/+1
* * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper2008-12-032-5/+17
* * resolv/res_init.c (__res_vinit): Fill in IPv4 name serverUlrich Drepper2008-12-031-3/+3
* * resolv/res_send.c (send_dg): Create sockets with non-blockingUlrich Drepper2008-12-021-11/+47
* (gaih_getanswer_slice): Don't abort for unknown request types for now.Ulrich Drepper2008-11-121-0/+7
* [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
* Fix tests for existence of second reply.Ulrich Drepper2008-10-241-3/+3
* * resolv/res_query.c (__libc_res_nquery): Add a few casts.Ulrich Drepper2008-10-241-4/+4
* (send_vc): Fix use of unaligned address. Properly handle partial reads.Ulrich Drepper2008-10-061-3/+11
* (res_nmkquery): Call ns_name_compress directly instead of going through dn_comp.Ulrich Drepper2008-08-121-2/+7
* * Versions.def: Add GLIBC_2.9 to libresolv.Ulrich Drepper2008-08-0114-565/+1034
* * resolv/res_send.c (__libc_res_nsend): Take additional parameter. cvs/fedora-glibc-20080728T2320Ulrich Drepper2008-07-286-68/+95
* * resolv/res_send.c: Remove unnecessary res_pquery prototype.Ulrich Drepper2008-07-091-1/+0
* * resolv/res_query.c (__libc_res_nquery): Issue debug message onlyUlrich Drepper2008-07-091-2/+4
* * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAAUlrich Drepper2008-07-091-4/+20
* * resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry.Ulrich Drepper2008-06-271-0/+1
* * resolv/nss_dns/dns-host.c (gaih_getanswer): Don'tUlrich Drepper2008-06-131-9/+11
* * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log andUlrich Drepper2008-06-101-2/+3