FreeRDP/channels/disp
Pascal Nowack 5e96f657f6 server/disp: Sanitize optional physical monitor size values
The server sided handling of the display control channel currently
treats the physical monitor size values as obligatory values.
When the physical monitor size is invalid according to the
documentation, it is supposed to be ignored.
However, this is currently not done, leading to an abort of the display
control channel handling, when using Remmina, as Remmina does not submit
physical-monitor- widths and -heights.

Fix this issue by sanitizing the physical monitor size values, instead
of handling them as obligatory values, where both the physical with and
the physical height must be constrained to the values in the
documentation.
2022-02-22 11:48:24 +01:00
..
client Added duplicate initialization check for plugins. 2020-12-01 15:10:23 +01:00
server server/disp: Sanitize optional physical monitor size values 2022-02-22 11:48:24 +01:00
ChannelOptions.cmake channels/disp: initial RDP8.1 MS-RDPEDISP implementation 2013-07-08 18:36:03 -04:00
CMakeLists.txt RDPEDISP server side implementation (#5414) 2019-06-11 16:13:42 +02:00
disp_common.c RDPEDISP server side implementation (#5414) 2019-06-11 16:13:42 +02:00
disp_common.h RDPEDISP server side implementation (#5414) 2019-06-11 16:13:42 +02:00