Viktor Szakats

Results 206 comments of Viktor Szakats

@kevinburke Maybe you missed to `brew install openssl` before openssh?

Tests building without any signedness warnings after this PR (and the preceding #13467): https://github.com/curl/curl/actions/runs/8824107659/job/24225918645?pr=13469#step:34:32

PR now passes all CI builds and tests. It did help finding small issues, but I haven't investigated all possible ones, only the trivial ones. Some of the fixed ones...

Separate PRs for the major curl components: - examples: #13501 - tests: #13469 - curl tool: #13470 - libcurl: #13481 - libcurl backends: #13472 The above are the same sub-commits...

I hate to be the one coming up with this, but command aliasing on Windows is still not a universally (or at all?) usable feature. Symlinking used to require admin...

> `mklink` will create softlinks on windows. Can be run with admin privs on any version of Windows. With windows 10, can also run as a regular user if "developer...

Even if we disregard XP and other environments without symlinks, I'm strongly on the opinion that no curl feature should exclusively depend on an OS feature requiring administrator rights and/or...

Can someone suggest the necessary custom code to init the seeds (KDBX4, default KDF/encryption) before calling `.save()`?: ```python kp = create_database("test.kdbx", password=test, keyfile=None, transformed_key=None) kp.kdbx.body.payload.xml = etree.fromstring(xml_str) kp.kdbx.header.value.dynamic_header.master_seed.data = get_random_bytes(8)...

@jpassing The intermittent issue was the xz backdoor most probably. It should be okay now. I suggest rebasing on master to include all the other recent CI fixes.

There is a what looks like a crash happening while running tests in job `VS2015, WinCNG, x64, Server 2012 R2`. The job fails consistently: https://ci.appveyor.com/project/libssh2org/libssh2/builds/49542358 https://ci.appveyor.com/project/libssh2org/libssh2/builds/49542680 https://ci.appveyor.com/project/libssh2org/libssh2/builds/49544107 (moved the job...