Viktor Szakats

Results 46 issues of Viktor Szakats

Before this patch, `zlib.rc` was compiled using a manual command [1] when using the MinGW (and MSYS/Cygwin) toolchains. This method ignores `CMAKE_RC_FLAGS` and offers no other way to pass a...

Before this patch, `zlib.rc` was compiled using a manual command [1] when using the MinGW toolchain. This method ignores `CMAKE_RC_FLAGS` and offers no other way to pass a custom flag,...

Now that we have ARM64 Windows builds, it'd be useful to show this on the page.

enhancement

The listing shows "Windows 32-bit i386". I'd like to suggest/ask to delete **i386** from it. It's now unnecessary, and misleading as we use i686 toolchains, with default CPU settings to...

bug

`Curl_getaddrinfo_ex()` gets _defined_ with `HAVE_GETADDRINFO` set. But, `hostip4.c` _used_ it with `HAVE_GETADDRINFO_THREADSAFE` set alone. It meant a build with the latter, but without the former flag could result in calling...

build
next-feature-window
tidy-up

This patch aims to cleanup the use of `process.h` header and the macro `HAVE_PROCESS_H` associated with it. - `process.h` is always available on Windows. In curl, it is required only...

build
tidy-up

`windres` is not always auto-detected by autotools when building for Windows. When this happened, the build failed with a confusing error due to the empty `RC` command: ``` /bin/bash ../libtool...

build
next-feature-window
enhancement
Windows

Update `Makefile.m32` to: - move objects into a subdirectory. - support MS-DOS. Tested with DJGPP. - add support for Watt-32 (on MS-DOS). - support Amiga OS. - replace `ARCH` with...

build
next-feature-window
tidy-up

The idea of these new options is to undo the effect of `--insecure` / `-k`, `--doh-insecure`, `--proxy-insecure`, and `CURLOPT_SSL_VERIFYPEER=0`, `CURLOPT_SSL_VERIFYHOST=0` in libcurl. Thus forcing security for curl connections when apps...

TLS
cmdline tool
enhancement
SCP/SFTP
authentication
libcurl API

**Describe the bug** When running `tests/test_ssh2`, either of these errors happen: - libssh2_session_handshake failed (-12) `LIBSSH2_ERROR_DECRYPT`: Failed to get response to ssh-userauth request https://github.com/libssh2/libssh2/actions/runs/4851558817/jobs/8645524071#step:7:1087 - libssh2_session_handshake failed (-44) `LIBSSH2_ERROR_ENCRYPT`: Unable...

bug
help wanted