Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -2/+0 | |
2012-02-29 | [network] Avoid out ouf bounds read in __libc_res_nquerydomain | Jeff Law | 1 | -3/+7 | |
2012-02-28 Jeff Law <law@redhat.com> * resolv/res_query.c (__libc_res_nquerydomain): Avoid out of bounds read. | |||||
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 18 | -54/+36 | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -48/+47 | |
No more __const. | |||||
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 2 | -3/+3 | |
2011-12-17 | Open /etc/resolv.conf with FD_CLOEXEC | Ross Lagerwall | 1 | -1/+1 | |
2011-11-15 | Clean up internal fopen uses | Ulrich Drepper | 3 | -5/+5 | |
No need to ever not use c and e. | |||||
2011-11-12 | Avoid unused warning in getaddrinfo_a | Ulrich Drepper | 1 | -3/+3 | |
2011-09-21 | Link libresolv.so with ld.so for __stack_chk_guard. | Joseph Myers | 1 | -1/+7 | |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | 2 | -20/+1 | |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | 2 | -14/+1 | |
Make several tool features mandatory and simplify the code. | |||||
2011-08-17 | Add rules to build libresolv with SSP flags | Ulrich Drepper | 1 | -0/+3 | |
2011-08-04 | Properly tokenize nameserver line for servers with IPv6 address | Andreas Schwab | 1 | -1/+1 | |
2011-07-20 | Use size_t for strlen results | Andreas Schwab | 1 | -1/+1 | |
2011-07-06 | Fix warnings in resolver code | Andreas Jaeger | 1 | -2/+2 | |
2011-06-15 | Fix typo in recent resolver change which causes segvs | Ulrich Drepper | 1 | -2/+2 | |
2011-06-10 | Quash some new warnings from GCC 4.6. | Roland McGrath | 2 | -7/+5 | |
2011-05-30 | Handle DNS server failures in case of AF_UNSPEC lookups correctly | Ulrich Drepper | 1 | -4/+8 | |
2011-05-29 | Make resolv.conf parsing more compact | Ulrich Drepper | 1 | -32/+35 | |
2011-05-29 | Recognize use-vc option in resolv.conf | Ulrich Drepper | 1 | -0/+2 | |
2011-05-07 | Backport BIND code to query name as TLD. | Ulrich Drepper | 4 | -9/+19 | |
2011-05-06 | Install rpc/netdb.h again | Andreas Schwab | 1 | -0/+5 | |
2011-05-05 | Don't use removed rpc headers | Andreas Schwab | 1 | -5/+0 | |
2011-05-01 | Fix getnameinfo flags parameter type. | Bruno Haible | 1 | -2/+2 | |
2010-11-25 | Don't ignore zero TTL in DNS answers | Andreas Schwab | 1 | -4/+3 | |
2010-09-14 | Actually make it possible to user the default name server. | Ulrich Drepper | 1 | -0/+1 | |
2010-08-25 | Missing server address again leads to localhost being used | Ulrich Drepper | 1 | -27/+25 | |
2010-04-09 | Fix crash on reloading of gai data in nscd. | Ulrich Drepper | 1 | -14/+2 | |
2010-04-05 | Handle DNS timeouts in old-style lookkup code. | Ulrich Drepper | 1 | -6/+12 | |
2010-04-04 | Declare iruserok and iruserok_af. | Ulrich Drepper | 1 | -0/+24 | |
2010-03-17 | Fix debug statements in resolver | Andreas Schwab | 1 | -7/+10 | |
2010-03-05 | Fix DEBUG statements in resolv/res_send.c | Yann Droneaud | 1 | -19/+20 | |
2010-01-14 | Always use IPv4 sockets for IPv4 addresses. | Ulrich Drepper | 1 | -35/+9 | |
2010-01-14 | Relax visibility of some more declaration. | Ulrich Drepper | 1 | -2/+2 | |
2010-01-14 | Relax condition for resolver constant definition. | Ulrich Drepper | 1 | -6/+6 | |
2010-01-12 | Fix up netdb.h for XPG7. | Ulrich Drepper | 1 | -1/+3 | |
2009-11-10 | Handle running out of buffer space with IPv6 mapping enabled. | Andreas Schwab | 2 | -9/+9 | |
With big DNS answers like the one you get for goodtimesdot.com you can get a truncated address list if IPv6 mapping is enabled. Instead tell the caller to resize the buffer. | |||||
2009-10-29 | Initialize local variable in resolver. | Ulrich Drepper | 1 | -1/+2 | |
When the DNS server doesn't reply at all we possibly tested an unitialized variable. | |||||
2009-10-29 | Fix mixing IPv4 and IPv6 name server in resolv.conf. | Petar Bogdanovic | 1 | -26/+26 | |
2009-07-27 | Define and implement RES_USE_DNSSEC option in resolver. | Adam Tkac | 4 | -5/+16 | |
2009-07-26 | Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better. | Ulrich Drepper | 1 | -5/+1 | |
When doing IPv4+6 lookups we have to pass up the error record from send_dg. | |||||
2009-07-16 | Handle overly large answer buffers in resolver. | Ulrich Drepper | 1 | -1/+1 | |
In EDNS0 records the maximum result size is transmitted in a 16 bit value. Large buffer sizes were handled incorrectly by using only the low 16 bits. Fix this by limiting the size to 0xffff. | |||||
2009-06-26 | Implement second fallback mode for DNS requests. | Ulrich Drepper | 3 | -19/+54 | |
There is some more shardware/software out there which has problems if two DNS requests are sent using the same tuple (source addr, source port, dest addr, dest port) This can range from firewalls to load balancers. Some of the vendors already fixed it in response to this problem. Still, we need a way to make glibc work with broken environments. The single-request-reopen flag can be used or we fall back automatically to this mode. | |||||
2009-06-11 | Remember we switched to single-request mode. | Ulrich Drepper | 1 | -1/+2 | |
This change prevents repetition in most later calls of the resolver in case the DNS server or the network connection is broken. | |||||
2009-05-16 | Remove redundant .gitignore files. | Andreas Schwab | 1 | -6/+0 | |
2009-05-15 | rename each .cvsignore file to .gitignore | Jim Meyering | 1 | -0/+0 | |
2009-05-09 | [BZ #10128] | Ulrich Drepper | 1 | -0/+7 | |
2009-05-05 Aurelien Jarno <aurelien@aurel32.net> [BZ #10128] * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP or FORMERR and the other NOERROR, don't raise an error. | |||||
2009-04-16 | (send_dg): Don't just ignore the result we got in case we only receive one ↵ | Ulrich Drepper | 1 | -6/+10 | |
reply in single-request mode. | |||||
2009-04-16 | * resolv/res_send.c (send_dg): Don't switch into single-request | Ulrich Drepper | 1 | -1/+3 | |
mode if we already are in it. | |||||
2009-04-08 | * malloc/malloc.c (_int_realloc): Add parameter with old block | Ulrich Drepper | 1 | -1/+1 | |
size. Remove duplicated test. Don't handle mmap'ed blocks here. Adjust all callers. * malloc/hooks.c (realloc_check): Adjust _int_realloc call. |