Marc-André Moreau

Results 176 comments of Marc-André Moreau

@SBDJUK is this work in progress on a branch somewhere? I'm maintaining a cross-platform Win32-OpenSSH fork with all of its dependencies, which include libcbor and libfido2, so maybe I can...

I think I'm hitting the same issue with https://github.com/Devolutions/MsRdpEx and after fixing all of the ANSI function calls in my code, I noticed that even after I called DetourCreateProcessWithDllExW I...

It looks like the string should be encoded using the system code page, because I just switched my system to the UTF-8 "code page" 65001, and I could successfully load...

thanks for the tip, I figured out a way to extract serverSaslCreds and feed it into a custom "RawControl" using the SPNEGO OID (1.3.6.1.5.5.2). There is no control structure for...

I've got it working, I've opened a PR: https://github.com/inejge/ldap3/pull/33

The ideal solution would be to use a one-time named pipe to pass the password through askpass - the named pipe name can easily be passed through an environment variable....

> I'm a little confused about the level of nesting executables in this scenario, but ... > > If the goal is for remoting and the SSH session is implicit,...

AFAIK, the SSH agent pipe protocol is only meant for keys, not for passwords. The original feature description from Steve mentions that the askpass executable could be shipped with SecretManagement,...

Just a quick update from my side: I have a working Devolutions OpenSSH distribution that includes the Win32-OpenSSH patches. I've got it for Windows at this point but it already...

@bnoordhuis thanks for your quick reply, I found the cleanup function that gets called on program exit. If a work item gets stuck forever, does this mean that I can't...