about summary refs log tree commit diff
path: root/sysdeps/posix/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-261-3/+1
* getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar2023-09-151-8/+17
* gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar2023-09-151-2/+2
* gaih_inet: Split result generation into its own functionSiddhesh Poyarekar2023-09-151-90/+86
* gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar2023-09-151-65/+62
* gaih_inet: make gethosts into a functionSiddhesh Poyarekar2023-09-151-58/+59
* gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar2023-09-151-277/+286
* gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar2023-09-151-114/+134
* gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar2023-09-151-63/+64
* gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar2023-09-151-439/+452
* gaih_inet: Simplify service resolutionSiddhesh Poyarekar2023-09-151-100/+78
* getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar2023-09-151-9/+25
* gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar2023-09-151-55/+75
* gethosts: Remove unused argument _typeSiddhesh Poyarekar2023-09-151-3/+3
* Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar2023-09-141-52/+91
* gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar2021-08-041-0/+2
* hurd: Fix build after 52a5fe70a2Adhemerval Zanella2021-06-231-1/+2
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-9/+9
* nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie2021-03-091-3/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nsswitch: use new internal API (callers)DJ Delorie2020-12-041-12/+7
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-091-1/+1
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-2/+2
* nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer2020-02-131-15/+3
* getaddrinfo: Fix resource leak after strdup failure in gethosts [BZ #25425]Florian Weimer2020-01-201-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* sysdeps/posix/getaddrinfo: Return early on invalid address familyTim Rühsen2019-11-261-22/+18
* sysdeps/posix: Simplify if expression in getaddrinfoTim Rühsen2019-11-261-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer2019-05-151-3/+3
* resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer2019-04-081-11/+0
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-01-211-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-231-60/+21
* Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-151-0/+4
* 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