summaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)AuthorFilesLines
2009-07-27Define and implement RES_USE_DNSSEC option in resolver.Adam Tkac4-5/+16
2009-07-26Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better.Ulrich Drepper1-5/+1
2009-07-16Handle overly large answer buffers in resolver.Ulrich Drepper1-1/+1
2009-06-26Implement second fallback mode for DNS requests.Ulrich Drepper3-19/+54
2009-06-11Remember we switched to single-request mode.Ulrich Drepper1-1/+2
2009-05-16Remove redundant .gitignore files.Andreas Schwab1-6/+0
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering1-0/+0
2009-05-09[BZ #10128]Ulrich Drepper1-0/+7
2009-04-16(send_dg): Don't just ignore the result we got in case we only receive one re...Ulrich Drepper1-6/+10
2009-04-16* resolv/res_send.c (send_dg): Don't switch into single-requestUlrich Drepper1-1/+3
2009-04-08* malloc/malloc.c (_int_realloc): Add parameter with old blockUlrich Drepper1-1/+1
2009-04-07* resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmpUlrich Drepper2-3/+3
2009-04-07* resolv/resolv.h (RES_SNGLKUP): Define.Ulrich Drepper3-11/+30
2009-02-16* stdlib/monetary.h: Uglify function parameter names. Jakub Jelinek3-20/+20
2009-02-07[BZ #9781]Ulrich Drepper1-3/+2
2009-01-08* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check andUlrich Drepper1-1/+14
2008-12-29* resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.Ulrich Drepper1-1/+1
2008-12-08* resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXECUlrich Drepper1-3/+3
2008-12-08* resolv/res_init.c (__res_vinit): Always assign to statp->nscountUlrich Drepper1-2/+1
2008-12-03* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper2-5/+17
2008-12-03* resolv/res_init.c (__res_vinit): Fill in IPv4 name serverUlrich Drepper1-3/+3
2008-12-02* resolv/res_send.c (send_dg): Create sockets with non-blockingUlrich Drepper1-11/+47
2008-11-12(gaih_getanswer_slice): Don't abort for unknown request types for now.Ulrich Drepper1-0/+7
2008-10-31[BZ #6942]Ulrich Drepper1-1/+9
2008-10-30* grp/initgroups.c (internal_getgrouplist): Don't prematurelyUlrich Drepper1-1/+1
2008-10-30* resolv/res_send.c (send_dg): On timeout, only return nonzeroUlrich Drepper1-1/+1
2008-10-24Fix tests for existence of second reply.Ulrich Drepper1-3/+3
2008-10-24* resolv/res_query.c (__libc_res_nquery): Add a few casts.Ulrich Drepper1-4/+4
2008-10-06(send_vc): Fix use of unaligned address. Properly handle partial reads.Ulrich Drepper1-3/+11
2008-08-12(res_nmkquery): Call ns_name_compress directly instead of going through dn_comp.Ulrich Drepper1-2/+7
2008-08-01* Versions.def: Add GLIBC_2.9 to libresolv.Ulrich Drepper14-565/+1034
2008-07-28* resolv/res_send.c (__libc_res_nsend): Take additional parameter.Ulrich Drepper6-68/+95
2008-07-09* resolv/res_send.c: Remove unnecessary res_pquery prototype.Ulrich Drepper1-1/+0
2008-07-09* resolv/res_query.c (__libc_res_nquery): Issue debug message onlyUlrich Drepper1-2/+4
2008-07-09* resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAAUlrich Drepper1-4/+20
2008-06-27* resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry.Ulrich Drepper1-0/+1
2008-06-13* resolv/nss_dns/dns-host.c (gaih_getanswer): Don'tUlrich Drepper1-9/+11
2008-06-10* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log andUlrich Drepper1-2/+3
2008-06-10(T_DNAME): Define.Ulrich Drepper1-2/+3
2008-05-24* resolv/res_send.c (send_dg): If we already have one of twoUlrich Drepper1-6/+24
2008-05-19* resolv/res_query.c (__libc_res_nquery): In case one of twoUlrich Drepper2-0/+22
2008-05-17* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there areUlrich Drepper1-5/+11
2008-05-10* include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper7-133/+693
2008-04-20* resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.Ulrich Drepper1-8/+4
2008-04-07Handle scope IDs in resolv.conf.Ulrich Drepper1-10/+36
2008-03-19Remove useless "if" before "free".Ulrich Drepper1-2/+1
2008-03-04[BZ #5790]Ulrich Drepper1-6/+2
2008-02-15[BZ #5737]Ulrich Drepper1-1/+1
2008-01-16[BZ #5607]Ulrich Drepper1-9/+16
2007-11-23[BZ #5375]Ulrich Drepper1-36/+44