Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge copyright years in resolv/nss_dns/dns-host.c | Siddhesh Poyarekar | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | Consider TTL of CNAME record and return minimum TTL in the chain | Siddhesh Poyarekar | 2012-03-30 | 1 | -3/+18 |
| | | | | | | | | | [BZ #13928] A DNS request consists of multiple resources combined into a single hostent, including multiple CNAME records that may have been assigned different TTL values. In such a case, nscd should take the least TTL among all of the resources as the timeout for the hostent before it is reloaded in its cache so that the hostent remains stale in the database for the least amount of time. | ||||
* | * resolv/nss_dns/dns-host.c: Update copyright year. | Jeff Law | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | Better error handling for sendmmsg use in res_send | Ulrich Drepper | 2012-03-30 | 1 | -5/+7 |
| | |||||
* | Correct check for DNS request send success | Ulrich Drepper | 2012-03-30 | 1 | -1/+1 |
| | | | | | | This predates the sendmmsg use. The two requests can use different request sizes but the check for successful transfer always only used buflen. | ||||
* | Speed up DNS by avoiding a system call if possible | Ulrich Drepper | 2012-03-30 | 1 | -17/+83 |
| | |||||
* | [BZ #13760] | Jeff Law | 2012-03-28 | 1 | -1/+7 |
| | | | | | | * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno in the right place. Discard and retry query if response is larger than input buffer size. | ||||
* | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 2012-03-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | Paul Pluzhnikov <ppluzhnikov@google.com> [BZ #6528] * grp/Makefile (otherlibs): Don't set it. * inet/Makefile (otherlibs): Likewise. * login/Makefile (otherlibs): Likewise. * nscd/Makefile (otherlibs): Likewise. * posix/Makefile (otherlibs): Likewise. * pwd/Makefile (otherlibs): Likewise. * rt/Makefile (otherlibs): Likewise. * sunrpc/Makefile (otherlibs): Likewise. * nss/Makefile (otherlibs): Likewise. Add libnss_files to routines and static-only-routines. ($(objpfx)getent): Remove rule. * resolv/Makefile: Add libnss_dns and libresolv to routines and static-only-routines. | ||||
* | Fix struct timespec normalization (as used in many other places). | Thomas Schwinge | 2012-03-08 | 1 | -2/+2 |
| | |||||
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -2/+0 |
| | |||||
* | [network] Avoid out ouf bounds read in __libc_res_nquerydomain | Jeff Law | 2012-02-29 | 1 | -3/+7 |
| | | | | | | | 2012-02-28 Jeff Law <law@redhat.com> * resolv/res_query.c (__libc_res_nquerydomain): Avoid out of bounds read. | ||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 18 | -54/+36 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -48/+47 |
| | | | | No more __const. | ||||
* | Remove non-ELF support | Ulrich Drepper | 2012-01-07 | 2 | -3/+3 |
| | |||||
* | Open /etc/resolv.conf with FD_CLOEXEC | Ross Lagerwall | 2011-12-17 | 1 | -1/+1 |
| | |||||
* | Clean up internal fopen uses | Ulrich Drepper | 2011-11-15 | 3 | -5/+5 |
| | | | | No need to ever not use c and e. | ||||
* | Avoid unused warning in getaddrinfo_a | Ulrich Drepper | 2011-11-12 | 1 | -3/+3 |
| | |||||
* | Link libresolv.so with ld.so for __stack_chk_guard. | Joseph Myers | 2011-09-21 | 1 | -1/+7 |
| | |||||
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 2 | -20/+1 |
| | |||||
* | Cleanup of configuration options | Ulrich Drepper | 2011-09-10 | 2 | -14/+1 |
| | | | | Make several tool features mandatory and simplify the code. | ||||
* | Add rules to build libresolv with SSP flags | Ulrich Drepper | 2011-08-17 | 1 | -0/+3 |
| | |||||
* | Properly tokenize nameserver line for servers with IPv6 address | Andreas Schwab | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Use size_t for strlen results | Andreas Schwab | 2011-07-20 | 1 | -1/+1 |
| | |||||
* | Fix warnings in resolver code | Andreas Jaeger | 2011-07-06 | 1 | -2/+2 |
| | |||||
* | Fix typo in recent resolver change which causes segvs | Ulrich Drepper | 2011-06-15 | 1 | -2/+2 |
| | |||||
* | Quash some new warnings from GCC 4.6. | Roland McGrath | 2011-06-10 | 2 | -7/+5 |
| | |||||
* | Handle DNS server failures in case of AF_UNSPEC lookups correctly | Ulrich Drepper | 2011-05-30 | 1 | -4/+8 |
| | |||||
* | Make resolv.conf parsing more compact | Ulrich Drepper | 2011-05-29 | 1 | -32/+35 |
| | |||||
* | Recognize use-vc option in resolv.conf | Ulrich Drepper | 2011-05-29 | 1 | -0/+2 |
| | |||||
* | Backport BIND code to query name as TLD. | Ulrich Drepper | 2011-05-07 | 4 | -9/+19 |
| | |||||
* | Install rpc/netdb.h again | Andreas Schwab | 2011-05-06 | 1 | -0/+5 |
| | |||||
* | Don't use removed rpc headers | Andreas Schwab | 2011-05-05 | 1 | -5/+0 |
| | |||||
* | Fix getnameinfo flags parameter type. | Bruno Haible | 2011-05-01 | 1 | -2/+2 |
| | |||||
* | Don't ignore zero TTL in DNS answers | Andreas Schwab | 2010-11-25 | 1 | -4/+3 |
| | |||||
* | Actually make it possible to user the default name server. | Ulrich Drepper | 2010-09-14 | 1 | -0/+1 |
| | |||||
* | Missing server address again leads to localhost being used | Ulrich Drepper | 2010-08-25 | 1 | -27/+25 |
| | |||||
* | Fix crash on reloading of gai data in nscd. | Ulrich Drepper | 2010-04-09 | 1 | -14/+2 |
| | |||||
* | Handle DNS timeouts in old-style lookkup code. | Ulrich Drepper | 2010-04-05 | 1 | -6/+12 |
| | |||||
* | Declare iruserok and iruserok_af. | Ulrich Drepper | 2010-04-04 | 1 | -0/+24 |
| | |||||
* | Fix debug statements in resolver | Andreas Schwab | 2010-03-17 | 1 | -7/+10 |
| | |||||
* | Fix DEBUG statements in resolv/res_send.c | Yann Droneaud | 2010-03-05 | 1 | -19/+20 |
| | |||||
* | Always use IPv4 sockets for IPv4 addresses. | Ulrich Drepper | 2010-01-14 | 1 | -35/+9 |
| | |||||
* | Relax visibility of some more declaration. | Ulrich Drepper | 2010-01-14 | 1 | -2/+2 |
| | |||||
* | Relax condition for resolver constant definition. | Ulrich Drepper | 2010-01-14 | 1 | -6/+6 |
| | |||||
* | Fix up netdb.h for XPG7. | Ulrich Drepper | 2010-01-12 | 1 | -1/+3 |
| | |||||
* | Handle running out of buffer space with IPv6 mapping enabled. | Andreas Schwab | 2009-11-10 | 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. | ||||
* | Initialize local variable in resolver. | Ulrich Drepper | 2009-10-29 | 1 | -1/+2 |
| | | | | | When the DNS server doesn't reply at all we possibly tested an unitialized variable. | ||||
* | Fix mixing IPv4 and IPv6 name server in resolv.conf. | Petar Bogdanovic | 2009-10-29 | 1 | -26/+26 |
| | |||||
* | Define and implement RES_USE_DNSSEC option in resolver. | Adam Tkac | 2009-07-27 | 4 | -5/+16 |
| | |||||
* | Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better. | Ulrich Drepper | 2009-07-26 | 1 | -5/+1 |
| | | | | | When doing IPv4+6 lookups we have to pass up the error record from send_dg. |