RE: [EXTERNAL] Re: Cygwin/Win32 utility function to convert "raw" IPv6 address string into *.ipv6-literal.net string ?

2023-09-27 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> $ host -t ptr I was talking about resolving the .ipv6-literal.net names via DNS. Such as "fe80--219-99ff-feae-73ce.ipv6-literal.net" Anton Lavrentiev Contractor NIH/NLM/NCBI -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation

Re: Cygwin/Win32 utility function to convert "raw" IPv6 address string into *.ipv6-literal.net string ?

2023-09-27 Thread Brian Inglis via Cygwin
On 2023-09-27 11:02, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote: Does Cygwin (or Win32) have a function to convert "raw" ASCII IPv6 addresses into *.ipv6- literal.net per Not hard to change ":" to "-" and append .ipv6-literal.net - in bash: ${addrv6//:/-}.ipv6-literal.net

RE: Cygwin/Win32 utility function to convert "raw" IPv6 address string into *.ipv6-literal.net string ?

2023-09-27 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> Does Cygwin (or Win32) have a function to convert "raw" ASCII IPv6 addresses > into *.ipv6- > literal.net per If Windows API is documented to have such a function, you should be able find it in the w32api package in Cygwin. As for the "literal" representation, the only "standard" and document

Cygwin/Win32 utility function to convert "raw" IPv6 address string into *.ipv6-literal.net string ?

2023-09-27 Thread Mainz, Roland via Cygwin
Hi! Does Cygwin (or Win32) have a function to convert "raw" ASCII IPv6 addresses into *.ipv6-literal.net per https://en.wikipedia.org/wiki/IPv6_address#Literal_IPv6_addresses_in_UNC_path_names ? Example: [fe80::219:99ff:feae:73ce] should be turned into fe80--219-99ff-feae-73ce.ipv6-lit

VULNERABILITY REPORT: DLL Hijacking Vulnerability in CygWin setup-x86_64.exe

2023-09-27 Thread Suman Chakraborty via Cygwin
Hey Cygwin Team, I hope this email finds you well. As an independent security researcher, I often explore open-source projects to identify and report potential security vulnerabilities. During my recent exploration of Cygwin, I came across a critical vulnerability in setup-x86_64.exe