FreeRDP/server/Mac
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
..
.gitignore
CMakeLists.txt libfreerdp: always build "MONOLITHIC" 2014-09-12 00:19:53 +02:00
mf_audin.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
mf_audin.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_event.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
mf_event.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_info.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
mf_info.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_input.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
mf_input.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_interface.c
mf_interface.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_mountain_lion.c Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_mountain_lion.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mf_peer.c Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
mf_peer.h Fixed mac server compilation. 2017-11-24 13:21:43 +01:00
mf_rdpsnd.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
mf_rdpsnd.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
mfreerdp.c Fixed compile warnings 2022-03-18 07:50:54 +01:00
mfreerdp.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02: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