christophvw
christophvw
## Purpose implement _RpcEnumInterfaces without relying on Vista+ functions JIRA issue: [CORE-12275](https://jira.reactos.org/browse/CORE-12275) ## TODO - [ ] remove breakpoint - [ ] remove debug prints - [ ] fix unmarshall...
SQLite dependency is loaded from AppData folder which will be blocked by AppLocker on our Windows Enterprise Installations. Loading executable files from user writeable locations is a really bad idea...
CCA 3.2.0 - MSI installer missing How should we deploy this software now? The EXE installer is no valid alternative as it does not seem to have a silent install...
As it looks like that requests-kerberos is dead it might be a good idea to adapt this patch to get proxy support here: https://github.com/requests/requests-kerberos/issues/148 When installing requests-gssapi I noticed the...
Please do not run unsigned dll files with random names from temp folder - this is what malware does. (on Windows) Our application whitelisting will block this: %OSDRIVE%\USERS\USERNAME\APPDATA\LOCAL\TEMP\RTMPKENVDF\CALLR-CLIENT-X64-748EB4F.DLL was blocked,
Users are not allowed to install and run software from their userprofile in restricted environments. ### Expected Behavior Installation should offer an installation to %ProgramFiles% (parameter ALLUSERS=1) ### Current Behavior...
AD FS returns only the subject claim on /userinfo and userinfo works only when you pass "resource"=> "urn:microsoft:userinfo" on /authorize So we have to extract the claims from the access_token...
-add new setting "Get claims from UserInfo endpoint" (defaults to true) -add code path to get the claims from the access token when the setting "Get Claims from UserInfo endpoint"...
I would like to install the feature "create .bat files" as well with a silent install. But I cannot find any installer parameter to do this.
CURL supports Kerberos out of the box. Why do you limit your library to basic auth und NTLM? Both methods are unsafe and deprecated. EWS works fine with Kerberos. Just...