FreeRDP/winpr/libwinpr/sspi/Kerberos
David Fort a4bd5ba886 core, channels: client-side remote credential guard
This patch implements the client-side part of the remote credential guard feature
as described in MS-RDPEAR. The 2 main changes are: shipping the TSRemoteGuardaCreds in
NLA, and implement the rdpear channel that allows LSASS to remote all the calls to
our client. For now it's UNIX only as the windows implementation would be implemented
in a completely different way.
To test, you may establish you ccache and then connect with (RCG enabled on the server):
	xfreerdp /remoteGuard /u:<user> /d:<domain> /v<server>

That should log you in, and in the session you should not be asked for credentials when
doing mstsc /remoteGuard /v:<other server>.
2024-09-11 17:15:11 +02:00
..
kerberos.c core, channels: client-side remote credential guard 2024-09-11 17:15:11 +02:00
kerberos.h fixed WCHAR constants, use endian safe definitions 2023-12-20 09:03:58 +01:00
krb5glue_heimdal.c [clang-tidy] clang-analyzer-core.NullDereference 2024-02-15 11:49:16 +01:00
krb5glue_mit.c [sspi,krb] check for empty kdcUrl 2024-06-03 12:28:49 +02:00
krb5glue.h [cmake] simplify krb5 detection 2023-02-27 11:18:02 +01:00