FreeRDP/server/Sample
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
..
CMakeLists.txt Added Advanced Input Channel support to sample server 2022-02-22 09:44:13 +01:00
ModuleOptions.cmake freerdp: remove vendor-specific options from build system, add automatic ways of including external clients/servers 2013-09-03 20:37:04 -04:00
rfx_test.pcap cmake: add solution folder subdirectories 2012-10-01 11:48:53 -04:00
sf_ainput.c Removed HAVE_CONFIG_H uses 2022-03-03 11:26:48 +01:00
sf_ainput.h Added Advanced Input Channel support to sample server 2022-02-22 09:44:13 +01:00
sf_audin.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
sf_audin.h Cleaned up server sample audin channel use. 2019-11-22 10:56:21 +01:00
sf_encomsp.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
sf_encomsp.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
sf_rdpsnd.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
sf_rdpsnd.h Reformatted to new style 2019-11-07 10:53:54 +01:00
sfreerdp.c Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
sfreerdp.h Added Advanced Input Channel support to sample server 2022-02-22 09:44:13 +01:00
test_icon.ppm cmake: add solution folder subdirectories 2012-10-01 11:48:53 -04:00