FreeRDP/libfreerdp
Martin Fleisz 37f9d5b494 core: Fix flag check to enable/disable RDSTLS security
On some platforms (i.e. Mac) the BOOL type might be narrower than the
`RedirectionFlags` type leading to an overflow when just assigning the
logical AND result to the setting. This fix makes sure that the value is
correctly set to either `TRUE` or `FALSE`.
2023-07-04 09:17:05 +02:00
..
cache [pointer] unify mouse pointer settings 2023-07-03 10:00:29 +02:00
codec [build] fix unused but set variable warnings 2023-06-29 18:34:51 +02:00
common [client,common] allow adding a named keyboard pipe 2023-07-03 13:21:43 +02:00
core core: Fix flag check to enable/disable RDSTLS security 2023-07-04 09:17:05 +02:00
crypto [build] fix unused but set variable warnings 2023-06-29 18:34:51 +02:00
emu [winpr] remove casts for winpr_RAND calls 2023-06-21 09:57:52 +02:00
gdi [build] fix memory sanitizer stack frame warnings 2023-06-07 09:14:45 +02:00
locale [locale,xkb] cleaned up variant detection 2023-07-03 10:19:34 +02:00
primitives [primitives] fix typo, reading wrong buffer 2023-06-29 18:34:51 +02:00
utils [utils] fix variable name in wait_for_fd 2023-06-14 13:50:59 +02:00
CMakeLists.txt new: export plugin paths in pkg-config and cmake package 2023-04-24 11:19:01 +02:00
freerdp.pc.in [pkg-config] unify exec_prefix 2023-04-24 22:01:15 +02:00
FreeRDPConfig.cmake.in new [libfreerdp]: use compile time paths in FreeRDP cmake module 2023-05-23 13:02:19 +02:00