about summary refs log tree commit diff
path: root/sysdeps/posix/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer2016-05-121-61/+69
* Fix parsing of getai result from nscd for IPv6-only requestAndreas Schwab2015-10-021-4/+8
* Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743)Andreas Schwab2015-09-101-0/+8
* Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI.Pavel Simerda2013-12-021-17/+14
* getaddrinfo: remove dead codePavel Simerda2013-12-021-12/+0
* Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar2013-10-251-2/+18
* Fix incorrect getaddrinfo assertion triggerAllan McRae2013-10-251-3/+10
* Don't use gethostbyaddr to determine canonical nameAndreas Schwab2013-10-171-78/+11
* Properly cache the result from looking up the nss database configAndreas Schwab2013-09-301-8/+6
* Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar2013-08-281-1/+1
* Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar2013-05-211-2/+10
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Minor cleanup in getaddrinfoSiddhesh Poyarekar2013-04-221-3/+4
* Fix stack overflow in getaddrinfo with many resultsAndreas Schwab2013-04-031-2/+21
* Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar2012-11-191-0/+6
* Suppress incorrect link warnings for NSS symbolsChris Metcalf2012-10-301-1/+1
* [BZ #11438]Jeff Law2012-09-281-4/+0
* * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_rJeff Law2012-08-221-2/+7
* Fix typo in last change.Roland McGrath2012-08-171-1/+1
* Fix getaddrinfo for [!_STATBUF_ST_NSEC] case.Roland McGrath2012-08-171-2/+35
* Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel2012-07-121-3/+7
* Hurd: libc_once_getThomas Schwinge2012-05-101-1/+1
* Clean up internal fopen usesUlrich Drepper2011-11-151-1/+1
* Cache network interface informationUlrich Drepper2011-10-311-5/+5
* Fix encoding name for IDN in getaddrinfoAndreas Schwab2011-08-041-1/+4
* Make sure RES_USE_INET6 is always restoredAndreas Schwab2011-06-301-0/+4
* Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper2011-06-221-5/+12
* Fix Ipv4&IPv6 lookup in getaddrinfoAndreas Schwab2011-06-221-1/+1
* Fix IPv6-only lookups through getaddrinfoUlrich Drepper2011-06-211-3/+31
* Minor optimization of getaddrinfo after recent patchUlrich Drepper2011-06-211-14/+4
* Fix memory leak in getaddrinfoUlrich Drepper2011-06-131-1/+1
* Restore _res correctlyUlrich Drepper2011-05-291-2/+2
* Don't unconditionally use alloca in gaih_inetUlrich Drepper2011-05-201-91/+342
* getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski2011-05-021-45/+28
* Fix decoding of canonical name in getaddrinfo.Ulrich Drepper2011-01-191-0/+1
* Add self-contained test for NSS.Ulrich Drepper2010-08-111-1/+2
* Fix one case of last checkin.Ulrich Drepper2010-03-261-0/+1
* Don't abort immediately on successful lookup in getaddrinfo.Ulrich Drepper2010-03-261-10/+10
* Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab2010-03-261-0/+1
* Fix a few error cases in *name4_r lookup handling.Ulrich Drepper2009-12-101-7/+2
* Handle missing NSS modules and those without callbacks.Ulrich Drepper2009-07-251-0/+2
* * sysdeps/posix/getaddrinfo.c (gaih_inet): When theUlrich Drepper2008-12-291-0/+2
* * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper2008-12-031-0/+2
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict searchUlrich Drepper2008-11-271-7/+1
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): If the system hasUlrich Drepper2008-11-271-0/+6
* * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initialUlrich Drepper2008-07-301-1/+1
* * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to aUlrich Drepper2008-06-131-21/+9
* * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports noUlrich Drepper2008-05-171-1/+4
* * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_rUlrich Drepper2008-05-161-2/+3
* (match_prefix): Don't treat IPv4 loopback address special whenUlrich Drepper2008-05-141-11/+5