Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 18 | -18/+18 | |
2013-11-26 | Use __glibc_reserved instead __unused. | Ondřej Bílka | 1 | -1/+1 | |
2013-10-14 | Correctly copy resolver address. Fixes bug #13028. | Ondřej Bílka | 1 | -1/+1 | |
2013-09-04 | Remove --disable-versioning. | Joseph Myers | 1 | -1/+1 | |
2013-08-30 | Fix typos. | Ondřej Bílka | 1 | -1/+1 | |
2013-08-29 | Fix typos. | Ondřej Bílka | 1 | -1/+1 | |
2013-08-27 | Clean up _res declaration to use __thread unconditionally. | Roland McGrath | 1 | -3/+1 | |
2013-08-27 | Don't try to use ioctl unless [FIONREAD]. | Roland McGrath | 1 | -1/+4 | |
2013-08-27 | Mild decrufting in resolv code. | Roland McGrath | 2 | -0/+3 | |
2013-08-21 | Fix typos. | Ondřej Bílka | 4 | -4/+4 | |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers | 1 | -5/+5 | |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 6 | -27/+27 | |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka | 1 | -1/+1 | |
2013-06-05 | Remove trailing whitespace. | Joseph Myers | 3 | -3/+3 | |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 1 | -14/+2 | |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 5 | -0/+5 | |
2013-04-29 | BZ#15084: Apparent typos in strings in res_debug.c | Andreas Jaeger | 1 | -2/+2 | |
[BZ #15084] * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING and RES_USEVC. | |||||
2013-04-29 | BZ#15085: Fix comments/strings for RES_NOCHECKNAME | Andreas Jaeger | 2 | -2/+2 | |
[BZ #15085] * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented. * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as unimplemented. | |||||
2013-04-29 | BZ#15086: Fix res_debug printing of options | Andreas Jaeger | 1 | -0/+6 | |
[BZ# 15086] * resolv/res_debug.c (p_option): Handle RES_NOALIASES, RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP, RES_SNGLKUPREOP. | |||||
2013-02-17 | Sort Versions files | Andreas Jaeger | 1 | -1/+1 | |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -2/+2 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 | |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 3 | -6/+3 | |
2012-11-30 | Fix assertion failures in resolver (BZ #13013). | Aurelien Jarno | 1 | -15/+15 | |
[BZ #13013] * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2 depending n and resplen2 to catch cases where answer equals answerp2. | |||||
2012-11-20 | Add recvmmsg and sendmmsg to the generic glibc API. | Thomas Schwinge | 1 | -1/+1 | |
2012-11-19 | Return EAI_SYSTEM if we're out of file descriptors | Siddhesh Poyarekar | 1 | -4/+21 | |
Resolves BZ #14719. | |||||
2012-11-13 | Define IPPORT_RESERVED in netdb.h for XPG4 and UNIX98 (bug 14838). | Joseph Myers | 1 | -1/+1 | |
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 1 | -1/+0 | |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | 1 | -2/+2 | |
2012-07-12 | Avoid duplicate DNS requests if answer is longer than a implementation | Jeroen van Bemmel | 1 | -4/+0 | |
limit [BZ #14307] * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of the temporary buffer used to invoke __gethostbyname2_r, __gethostbyaddr_r and gethostbyname4_r to make room for struct host_data / struct gaih_addrtuple. * resolv/nss_dns/dns-host.c (global scope): Move definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to header file nss/nsswitch.h. * nss/nsswitch.h (global scope): Add definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from resolv/nss_dns/dns-host.c). | |||||
2012-03-31 | Merge copyright years in resolv/nss_dns/dns-host.c | Siddhesh Poyarekar | 1 | -1/+1 | |
2012-03-30 | Consider TTL of CNAME record and return minimum TTL in the chain | Siddhesh Poyarekar | 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. | |||||
2012-03-30 | * resolv/nss_dns/dns-host.c: Update copyright year. | Jeff Law | 1 | -1/+1 | |
2012-03-30 | Better error handling for sendmmsg use in res_send | Ulrich Drepper | 1 | -5/+7 | |
2012-03-30 | Correct check for DNS request send success | Ulrich Drepper | 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. | |||||
2012-03-30 | Speed up DNS by avoiding a system call if possible | Ulrich Drepper | 1 | -17/+83 | |
2012-03-28 | [BZ #13760] | Jeff Law | 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 | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 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. | |||||
2012-03-08 | Fix struct timespec normalization (as used in many other places). | Thomas Schwinge | 1 | -2/+2 | |
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. |