FreeRDP/server
akallabeth 752ac3b479
Fix #7793: Do not expose internal input API (#7794)
* Fixed GetFileInformationByHandle initializers

* Fix #7793: Do not expose internal input API

Slow-Path input uses UINT16 for scancodes on wire, but only the
lower byte is actually used. (the extended fields are sent in
keyboardFlags field)
Hide this implementation detail and adjust the API to use UINT8
for the code instead just like the corresponding Fast-Path PDU

* Added a warning for problematic slow path keyCodes
2022-04-13 09:34:05 +02:00
..
common Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
Mac Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
proxy Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
Sample Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
shadow Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
Windows Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
.gitignore First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
CMakeLists.txt Fixed CMake Targets file for server lib 2021-06-25 10:47:00 +02:00
freerdp-server.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDP-ServerConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00