Age | Commit message (Expand) | Author | Files | Lines |
2009-01-08 | * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and | Ulrich Drepper | 1 | -1/+14 |
2008-12-29 | * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount. | Ulrich Drepper | 1 | -1/+1 |
2008-12-08 | * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC | Ulrich Drepper | 1 | -3/+3 |
2008-12-08 | * resolv/res_init.c (__res_vinit): Always assign to statp->nscount | Ulrich Drepper | 1 | -2/+1 |
2008-12-03 | * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize | Ulrich Drepper | 2 | -5/+17 |
2008-12-03 | * resolv/res_init.c (__res_vinit): Fill in IPv4 name server | Ulrich Drepper | 1 | -3/+3 |
2008-12-02 | * resolv/res_send.c (send_dg): Create sockets with non-blocking | Ulrich Drepper | 1 | -11/+47 |
2008-11-12 | (gaih_getanswer_slice): Don't abort for unknown request types for now. | Ulrich Drepper | 1 | -0/+7 |
2008-10-31 | [BZ #6942] | Ulrich Drepper | 1 | -1/+9 |
2008-10-30 | * grp/initgroups.c (internal_getgrouplist): Don't prematurely | Ulrich Drepper | 1 | -1/+1 |
2008-10-30 | * resolv/res_send.c (send_dg): On timeout, only return nonzero | Ulrich Drepper | 1 | -1/+1 |
2008-10-24 | Fix tests for existence of second reply. | Ulrich Drepper | 1 | -3/+3 |
2008-10-24 | * resolv/res_query.c (__libc_res_nquery): Add a few casts. | Ulrich Drepper | 1 | -4/+4 |
2008-10-06 | (send_vc): Fix use of unaligned address. Properly handle partial reads. | Ulrich Drepper | 1 | -3/+11 |
2008-08-12 | (res_nmkquery): Call ns_name_compress directly instead of going through dn_comp. | Ulrich Drepper | 1 | -2/+7 |
2008-08-01 | * Versions.def: Add GLIBC_2.9 to libresolv. | Ulrich Drepper | 14 | -565/+1034 |
2008-07-28 | * resolv/res_send.c (__libc_res_nsend): Take additional parameter.cvs/fedora-glibc-20080728T2320 | Ulrich Drepper | 6 | -68/+95 |
2008-07-09 | * resolv/res_send.c: Remove unnecessary res_pquery prototype. | Ulrich Drepper | 1 | -1/+0 |
2008-07-09 | * resolv/res_query.c (__libc_res_nquery): Issue debug message only | Ulrich Drepper | 1 | -2/+4 |
2008-07-09 | * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA | Ulrich Drepper | 1 | -4/+20 |
2008-06-27 | * resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry. | Ulrich Drepper | 1 | -0/+1 |
2008-06-13 | * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't | Ulrich Drepper | 1 | -9/+11 |
2008-06-10 | * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and | Ulrich Drepper | 1 | -2/+3 |
2008-06-10 | (T_DNAME): Define. | Ulrich Drepper | 1 | -2/+3 |
2008-05-24 | * resolv/res_send.c (send_dg): If we already have one of two | Ulrich Drepper | 1 | -6/+24 |
2008-05-19 | * resolv/res_query.c (__libc_res_nquery): In case one of two | Ulrich Drepper | 2 | -0/+22 |
2008-05-17 | * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are | Ulrich Drepper | 1 | -5/+11 |
2008-05-10 | * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend | Ulrich Drepper | 7 | -133/+693 |
2008-04-20 | * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16. | Ulrich Drepper | 1 | -8/+4 |
2008-04-07 | Handle scope IDs in resolv.conf. | Ulrich Drepper | 1 | -10/+36 |
2008-03-19 | Remove useless "if" before "free". | Ulrich Drepper | 1 | -2/+1 |
2008-03-04 | [BZ #5790] | Ulrich Drepper | 1 | -6/+2 |
2008-02-15 | [BZ #5737]cvs/fedora-glibc-20080216T1726 | Ulrich Drepper | 1 | -1/+1 |
2008-01-16 | [BZ #5607] | Ulrich Drepper | 1 | -9/+16 |
2007-11-23 | [BZ #5375] | Ulrich Drepper | 1 | -36/+44 |
2007-10-30 | * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add | Ulrich Drepper | 2 | -4/+24 |
2007-10-15 | [BZ #3425] | Ulrich Drepper | 1 | -2/+6 |
2007-09-23 | * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt. | Ulrich Drepper | 1 | -4/+45 |
2007-08-24 | * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define. | Ulrich Drepper | 1 | -0/+5 |
2007-08-22 | [BZ #4726] | Ulrich Drepper | 1 | -3/+6 |
2007-08-22 | [BZ #4814] | Ulrich Drepper | 1 | -1/+3 |
2007-07-28 | * nscd/selinux.c (preserve_capabilities): Initialize new_caps | Ulrich Drepper | 1 | -0/+2 |
2007-06-18 | [BZ #4647] | Ulrich Drepper | 3 | -11/+19 |
2007-04-30 | [BZ #4439] | Ulrich Drepper | 3 | -3/+114 |
2007-04-23 | [BZ #4381] | Ulrich Drepper | 2 | -19/+39 |
2007-02-09 | * resolv/res_init.c (res_setoptions): Recognize edns0 option. | Ulrich Drepper | 5 | -7/+90 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 9 | -164/+31 |
2007-07-31 | . | Jakub Jelinek | 9 | -31/+164 |
2006-11-21 | * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change. | Ulrich Drepper | 1 | -1/+1 |
2006-11-21 | * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit. | Ulrich Drepper | 1 | -6/+4 |