Evengard

Results 86 comments of Evengard

Just derive the encryption key from the user's own Owncloud/Nextcloud password. This password is used anyway by the "autologin with the current user credentials" admin setting, right? Sure, if the...

Don't know if it is related... I have kind of a similar problem. When I switch to the second monitor, it just shows a smaller portion of the screen from...

Hrm, I actually dig into the source code, and I think I might have an idea what is wrong. Seems that the screen capturing under Windows is done with the...

Update - apparently inputting the device name into the "driver" parameter is actually correct for a display. With one caveat though: > If lpszDriver is DISPLAY or the device name...

Another solution would just pass the DEVMODEW structure instead (we got it anyway when querying, we could just add it to the Display object anyway instead or alongside the name...

I had the same issues until I understood that `DOCKER_CONFIG` must point to the **folder** containing `config.json`, **not to the file itself**. After I got that and configured it accordingly,...

Erhm, I had success with GSSAPI authentication (via SPNEGO) on Ldap (https://github.com/dsbenghe/Novell.Directory.Ldap.NETStandard) with Kerberos.NET, aka fully managed. What is not supported in Kerberos.NET that you need? It have an EncodeGssApi...

Yeah, because I extended it for the said implementation. Work-related code. There was nothing special though. Basically after reading https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-SSEAN/%5bMS-SSEAN%5d.pdf and https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-SPNG/%5bMS-SPNG%5d.pdf, and seeing that all theese token implementations are...

xD If only I had more time that could very well happen xD

Well, you can be (almost) sure that the ViGemBus driver will be compatible with the newer Win10 releases (which tends to break things sometimes), and most of the bugs fixed...