FreeRDP/server
akallabeth 74530a7931 [format strings] ensure __LINE__ is of type size_t
__LINE__ is not particularily well defined (most fall back to int).
We want to ensure that all the uses in a format string match the format
specifier, so do an explicit cast
2023-01-25 14:27:32 +01:00
..
common Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
Mac Replaced memset/ZeroMemory with initializer 2022-10-14 12:11:01 +02:00
proxy [format strings] ensure __LINE__ is of type size_t 2023-01-25 14:27:32 +01:00
Sample [server] fixed key press checks 2022-12-13 14:37:05 +01:00
shadow [server,shadow] fix missing return check 2023-01-24 10:16:55 +01:00
Windows Replaced memset/ZeroMemory with initializer 2022-10-14 12:11:01 +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