aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/getaddrinfo.c
AgeCommit message (Expand)Author
2017-06-03getaddrinfo: Eliminate another strdup callFlorian Weimer
2017-06-02getaddrinfo: Fix localplt failure involving strdupFlorian Weimer
2017-06-02getaddrinfo: Always allocate canonical name on the heapFlorian Weimer
2017-05-11getaddrinfo: Unconditionally use malloc for address listFlorian Weimer
2017-04-19Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer
2016-09-15inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer
2016-08-18Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel
2016-05-12getaddrinfo: Convert from extend_alloca to struct scratch_bufferFlorian Weimer
2016-05-10getaddrinfo: Restore RES_USE_INET6 flag on error path [BZ #19994]Florian Weimer
2016-04-29CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers
2014-05-15Return EAI_AGAIN for AF_UNSPEC when herrno is TRY_AGAIN (BZ #16849)Siddhesh Poyarekar
2014-05-07Fix parsing of getai result from nscd for IPv6-only requestAndreas Schwab
2014-03-24Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743)Andreas Schwab
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2013-12-02Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI.Pavel Simerda
2013-12-02getaddrinfo: remove dead codePavel Simerda
2013-10-25Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar
2013-10-25Fix incorrect getaddrinfo assertion triggerAllan McRae
2013-10-17Don't use gethostbyaddr to determine canonical nameAndreas Schwab
2013-09-30Properly cache the result from looking up the nss database configAndreas Schwab
2013-08-28Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar
2013-05-21Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-04-22Minor cleanup in getaddrinfoSiddhesh Poyarekar
2013-04-03Fix stack overflow in getaddrinfo with many resultsAndreas Schwab
2012-11-19Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar
2012-10-30Suppress incorrect link warnings for NSS symbolsChris Metcalf
2012-09-28 [BZ #11438]Jeff Law
2012-08-22 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_rJeff Law
2012-08-17Fix typo in last change.Roland McGrath
2012-08-17Fix getaddrinfo for [!_STATBUF_ST_NSEC] case.Roland McGrath
2012-07-12Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel
2012-05-10Hurd: libc_once_getThomas Schwinge
2011-11-15Clean up internal fopen usesUlrich Drepper
2011-10-31Cache network interface informationUlrich Drepper
2011-08-04Fix encoding name for IDN in getaddrinfoAndreas Schwab
2011-06-30Make sure RES_USE_INET6 is always restoredAndreas Schwab
2011-06-22Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper
2011-06-22Fix Ipv4&IPv6 lookup in getaddrinfoAndreas Schwab
2011-06-21Fix IPv6-only lookups through getaddrinfoUlrich Drepper
2011-06-21Minor optimization of getaddrinfo after recent patchUlrich Drepper
2011-06-13Fix memory leak in getaddrinfoUlrich Drepper
2011-05-29Restore _res correctlyUlrich Drepper
2011-05-20Don't unconditionally use alloca in gaih_inetUlrich Drepper
2011-05-02getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski