FreeRDP/server/proxy
akallabeth 9caf38bbb6 [warnings] unify CommandLineParseCommaSeparatedValues
CommandLineParseCommaSeparatedValues does some internal hack to allow
the allocated char** to be cleaned up by free.
This enforces compiler warnings as the pointer types do not match.
Use a new free function CommandLineParserFree instead
2024-10-22 21:11:58 +02:00
..
channels [proxy,rdpdr] fix integer narrow 2024-10-03 18:58:53 +02:00
cli [server,proxy] annotate bugprone-signal-handler 2024-10-01 13:05:32 +02:00
modules [proxy,modules] fix integer narrow 2024-10-03 18:58:51 +02:00
CMakeLists.txt [cmake] cleaning_configure_file 2024-10-02 23:28:08 +02:00
freerdp-proxy.pc.in [cmake] make generated pkg-config files relocatable 2023-10-10 19:35:27 +02:00
FreeRDP-ProxyConfig.cmake.in Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_channel.c [server,proxy] fix integer narrowing 2024-10-03 18:58:48 +02:00
pf_channel.h fix declaration and implementation parameter names 2024-09-03 12:24:53 +02:00
pf_client.c [warnings] fix unchecked return 2024-09-15 09:08:02 +02:00
pf_client.h First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
pf_config.c [warnings] unify CommandLineParseCommaSeparatedValues 2024-10-22 21:11:58 +02:00
pf_context.c [return checks] fix use of CloseHandle 2024-09-16 08:22:31 +02:00
pf_input.c [server,proxy] fix unchecked return 2024-09-18 11:47:01 +02:00
pf_input.h First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
pf_modules.c [function pointer] use macro for GetProcAddress 2024-09-04 21:31:48 +02:00
pf_server.c [server,proxy] fix unchecked return values 2024-09-17 12:57:34 +02:00
pf_server.h reformatted 2022-06-23 08:48:39 +02:00
pf_update.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
pf_update.h Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_utils.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
pf_utils.h proxy: improve channel treatment 2022-02-04 08:44:22 +00:00
proxy_modules.h [proxy] implement dynamic channel filter 2023-01-26 09:30:17 +01:00