about summary refs log tree commit diff
path: root/sysdeps/posix/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* getaddrinfo: Fix leak with AI_ALL [BZ #28852] google/grte/v5-2.27/masterSiddhesh Poyarekar2024-02-021-9/+25
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2024-01-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Hide internal idna functions [BZ #18822]H.J. Lu2017-10-011-4/+1
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-011-22/+20
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2017-09-011-0/+8
* getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer2017-09-011-1/+4
* getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer2017-09-011-6/+10
* getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer2017-09-011-28/+18
* getaddrinfo: Use &errno has the errno pointerFlorian Weimer2017-09-011-13/+10
* Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu2017-08-211-1/+0
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-2/+2
* getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer2017-08-081-7/+3
* getaddrinfo: Release resolver context on error in gethosts [BZ #21885]Florian Weimer2017-08-031-0/+2
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-17/+22
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-271-2/+0
* getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]Dmitry Bilunov2017-06-241-4/+4
* getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer2017-06-211-40/+5
* getaddrinfo: Eliminate another strdup callFlorian Weimer2017-06-031-1/+1
* getaddrinfo: Fix localplt failure involving strdupFlorian Weimer2017-06-021-4/+11
* getaddrinfo: Always allocate canonical name on the heapFlorian Weimer2017-06-021-67/+42
* getaddrinfo: Unconditionally use malloc for address listFlorian Weimer2017-05-111-24/+5
* Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2017-04-191-1/+1
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-7/+9
* inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer2016-09-151-24/+7
* Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel2016-08-181-2/+1
* getaddrinfo: Convert from extend_alloca to struct scratch_bufferFlorian Weimer2016-05-121-92/+59
* getaddrinfo: Restore RES_USE_INET6 flag on error path [BZ #19994]Florian Weimer2016-05-101-0/+1
* CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer2016-04-291-61/+69
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Fix qsort_r namespace (bug 17571).Joseph Myers2014-11-121-2/+2
* Return EAI_AGAIN for AF_UNSPEC when herrno is TRY_AGAIN (BZ #16849)Siddhesh Poyarekar2014-05-151-2/+1
* Fix parsing of getai result from nscd for IPv6-only requestAndreas Schwab2014-05-071-4/+8
* Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743)Andreas Schwab2014-03-241-0/+8
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-2/+2
* 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