FreeRDP/libfreerdp/core/test
David Fort 3c18a9980f [client,win32] implement connection to child session
Under windows you can connect to a child session by requesting a named pipe to
the local server, and then do some RDP on this named pipe.
The protocol is like for /vmconnect with CredSSP, then Nego and then the "normal"
workflow for a connection. For CredSSP we force the usage of NTLM for the Negociate
SSPI, and the credentials are empty.
2023-09-27 11:57:49 +02:00
..
.gitignore
CMakeLists.txt [test] disable TestConnect on windows 2023-07-05 08:46:00 +02:00
settings_property_lists.h [client,win32] implement connection to child session 2023-09-27 11:57:49 +02:00
TestConnect.c [standard] replace __FUNCTION__ with __func__ 2023-07-27 20:02:43 +02:00
TestFuzzCryptoCertificateDataSetPEM.c
TestSettings.c [standard] replace __FUNCTION__ with __func__ 2023-07-27 20:02:43 +02:00
TestStreamDump.c [standard] replace __FUNCTION__ with __func__ 2023-07-27 20:02:43 +02:00
TestVersion.c