FreeRDP/winpr
David Fort 061148f856 [nla] initial server-side remote credential guard support
Adds support for server-side remote credential guard in NLA. When enabled that allows
the remote user to connect without shipping credentials in TSCred packets. Instead
it will send his TGT encoded with a TGS from the remote server. This way the server
is able to populate that TGT in a local credential cache without knowing the user's
password.

The patch only treats the NLA part and does not contain the associated RDPEAR channel
that allows to have the complete interaction to retrieve new access tokens.
2023-11-20 16:17:00 +01:00
..
include [nla] initial server-side remote credential guard support 2023-11-20 16:17:00 +01:00
libwinpr spnego: add NegoEx in known mechType and don't segfault with unknown mechType 2023-11-13 19:43:44 +01:00
test Correct typos and formatting errors in format strings 2023-07-28 15:34:46 +02:00
tools [winpr,tools] warn if unimplemented function called 2023-10-10 19:35:27 +02:00
.gitignore Fixed rdtk, uwac and winpr standalone builds 2021-06-22 08:54:18 +02:00
CMakeLists.txt [cmake] fix winpr build with FREERDP_UNIFIED_BUILD off 2023-11-17 08:39:22 +01:00
winpr.pc.in [cmake] make generated pkg-config files relocatable 2023-10-10 19:35:27 +02:00
WinPRConfig.cmake.in
wlog.7