Fix parsing of getai result from nscd for IPv6-only request
[platform/upstream/glibc.git] / sysdeps / posix / getaddrinfo.c
2014-05-07 Andreas SchwabFix parsing of getai result from nscd for IPv6-only...
2014-03-24 Andreas SchwabFix use of half-initialized result in getaddrinfo when...
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2013-12-02 Pavel SimerdaRemove redundant GAIH_OKIFUNSPEC and GAIH_EAI.
2013-12-02 Pavel Simerdagetaddrinfo: remove dead code
2013-10-25 Siddhesh PoyarekarFix stack overflow due to large AF_INET6 requests
2013-10-25 Allan McRaeFix incorrect getaddrinfo assertion trigger
2013-10-17 Andreas SchwabDon't use gethostbyaddr to determine canonical name
2013-09-30 Andreas SchwabProperly cache the result from looking up the nss datab...
2013-08-28 Siddhesh PoyarekarUse __glibc_unlikely instead of __builtin_expect (...
2013-05-21 Siddhesh PoyarekarSet EAI_SYSTEM only when h_errno is NETDB_INTERNAL
2013-05-16 Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-04-22 Siddhesh PoyarekarMinor cleanup in getaddrinfo
2013-04-03 Andreas SchwabFix stack overflow in getaddrinfo with many results
2012-11-19 Siddhesh PoyarekarReturn EAI_SYSTEM if we're out of file descriptors
2012-10-30 Chris MetcalfSuppress incorrect link warnings for NSS symbols
2012-09-28 Jeff Law [BZ #11438]
2012-08-22 Jeff Law * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use...
2012-08-17 Roland McGrathFix typo in last change.
2012-08-17 Roland McGrathFix getaddrinfo for [!_STATBUF_ST_NSEC] case.
2012-07-12 Jeroen van BemmelAvoid duplicate DNS requests if answer is longer than...
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-05-10 Thomas SchwingeHurd: libc_once_get
2011-11-15 Ulrich DrepperClean up internal fopen uses
2011-10-31 Ulrich DrepperCache network interface information
2011-08-04 Andreas SchwabFix encoding name for IDN in getaddrinfo
2011-06-30 Andreas SchwabMake sure RES_USE_INET6 is always restored
2011-06-22 Ulrich DrepperAvoid __check_pf calls in getaddrinfo unless really...
2011-06-22 Andreas SchwabFix Ipv4&IPv6 lookup in getaddrinfo
2011-06-21 Ulrich DrepperFix IPv6-only lookups through getaddrinfo
2011-06-21 Ulrich DrepperMinor optimization of getaddrinfo after recent patch
2011-06-13 Ulrich DrepperFix memory leak in getaddrinfo
2011-05-30 Ulrich DrepperRestore _res correctly
2011-05-21 Ulrich DrepperDon't unconditionally use alloca in gaih_inet
2011-05-03 Maciej Babinskigetaddrinfo(AF_INET6) does not return scope_id info...
2011-01-19 Ulrich DrepperFix decoding of canonical name in getaddrinfo.
2010-08-11 Ulrich DrepperAdd self-contained test for NSS.
2010-03-26 Ulrich DrepperFix one case of last checkin.
2010-03-26 Ulrich DrepperDon't abort immediately on successful lookup in getaddr...
2010-03-26 Andreas SchwabFix spurious UNAVAIL status is getaddrinfo
2009-12-10 Ulrich DrepperFix a few error cases in *name4_r lookup handling.
2009-07-25 Ulrich DrepperHandle missing NSS modules and those without callbacks.
2008-12-29 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih_inet): When the
2008-12-03 Ulrich Drepper* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r...
2008-11-27 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restr...
2008-11-27 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): If the...
2008-07-30 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size...
2008-06-13 Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Move _res_hconf_init...
2008-05-17 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd...
2008-05-16 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih_inet): After gethos...
2008-05-14 Ulrich Drepper(match_prefix): Don't treat IPv4 loopback address speci...
2008-05-14 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (get_scope): Loopback...
2008-05-14 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Add _res_h...
2008-05-14 Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Implement handling of...
2008-05-14 Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Implement handling of...
2008-05-10 Ulrich Drepper* include/resolv.h: Adjust __libc_res_nquery and __libc...
2008-03-26 Ulrich Drepper* posix/gai.conf: Fix comment for scope nullbits.
2008-01-16 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (default_labels): Adjust...
2008-01-10 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store...
2008-01-10 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (sort_results): Remove...
2007-11-20 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes...
2007-11-19 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (default_labels): Describ...
2007-11-14 Ulrich Drepper* include/ifaddrs.h: Remove in6ai_temporary.
2007-11-12 Ulrich Drepper* include/ifaddrs.c (struct in6addrinfo): Add prefixlen...
2007-10-17 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorti...
2007-10-14 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (struct sort_result)... cvs/fedora-glibc-20071014T1847
2007-09-24 Jakub Jelinek* sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
2007-09-19 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid...
2007-04-28 Ulrich Drepper[BZ #4102]
2007-04-18 Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Remove commented-out...
2007-03-06 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (get_scope): Correct...
2007-01-11 Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31 Jakub Jelinek.
2006-11-09 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for cvs/fedora-glibc-20061109T2048
2006-10-16 Ulrich Drepper[BZ #3369]
2006-10-02 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (match_prefix): Make...
2006-09-24 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement...
2006-05-30 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaiconf_init): Initializ...
2006-05-18 Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Add unique labels to...
2006-05-10 Ulrich Drepper* posix/wordexp.c: Remove numerous NULL pointer tests...
2006-05-10 Ulrich Drepper* posix/wordexp.c (w_addword): Free word if realloc...
2006-05-04 Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Implement configuration...
2006-04-30 Ulrich Drepper* posix/Makefile (tests): Add tst-getaddrinfo3.
2006-04-26 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo... cvs/fedora-glibc-20060426T2000
2006-04-24 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Always...
2006-04-18 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite...
2006-04-16 Ulrich Drepper* include/ifaddrs.h: Define struct in6addrinfo.
2006-04-15 Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Fix precedence for IP...
2006-03-29 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih_inet): No need...
2005-12-20 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih): Mark as const. cvs/fedora-glibc-20051220T1751
2005-11-27 Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting...
2005-11-27 Ulrich Drepper(gaih_inet): Avoid some code duplication.
2005-11-03 Ulrich Drepper[BZ #1774]
2005-09-26 Ulrich Drepper(fls): New function. (gaih_inet): Don't use ffs, use...
2005-09-26 Ulrich Drepper[BZ #524]
2005-05-18 Roland McGrath2005-05-17 Neal H. Walfield <neal@gnu.org>
2005-02-17 Roland McGrath[BZ #284, BZ #721]
2004-12-22 Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12 Jakub Jelinek2.5-18.1
2004-11-22 Ulrich DrepperUpdate.
next