FreeRDP/server/proxy
akallabeth 4d23bc9372
Added proxy input state sync (#7282)
The proxy server component might receive input related events
before the proxy client has established the connection to the
target machine.
With this change, the current keyboard state is cached and sent
to the target when it is ready. All input events received before
the target is ready are discarded.
2021-09-10 10:39:07 +02:00
..
cli Added dump option for proxy config. 2021-09-09 08:53:20 +02:00
modules Fixed compilation warnings 2021-09-09 08:53:20 +02:00
CMakeLists.txt Updated copyright for proxy 2021-09-09 08:53:20 +02:00
config.ini server: proxy: implement external routing 2020-09-18 09:51:12 +02:00
freerdp-proxy.pc.in Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
FreeRDP-ProxyConfig.cmake.in Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_channels.c Updated copyright for proxy 2021-09-09 08:53:20 +02:00
pf_channels.h Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_client.c Use wStream in pf_client_receive_channel_data_hook 2021-09-09 08:53:20 +02:00
pf_client.h First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
pf_cliprdr.c Updated copyright for proxy 2021-09-09 08:53:20 +02:00
pf_cliprdr.h Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_config.c Added dump option for proxy config. 2021-09-09 08:53:20 +02:00
pf_context.c Added config dump function, improved resource cleanup 2021-09-09 08:53:20 +02:00
pf_disp.c Updated copyright for proxy 2021-09-09 08:53:20 +02:00
pf_disp.h Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_gdi.c Updated copyright for proxy 2021-09-09 08:53:20 +02:00
pf_gdi.h First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
pf_graphics.c Updated copyright for proxy 2021-09-09 08:53:20 +02:00
pf_graphics.h First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
pf_input.c Added proxy input state sync (#7282) 2021-09-10 10:39:07 +02:00
pf_input.h First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
pf_modules.c Updated copyright for proxy 2021-09-09 08:53:20 +02:00
pf_rail.c Updated copyright for proxy 2021-09-09 08:53:20 +02:00
pf_rail.h Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_rdpgfx.c Updated copyright for proxy 2021-09-09 08:53:20 +02:00
pf_rdpgfx.h Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_rdpsnd.c Updated copyright for proxy 2021-09-09 08:53:20 +02:00
pf_rdpsnd.h Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_server.c Fixed compilation warnings and duplicate defines 2021-09-09 08:53:20 +02:00
pf_server.h Fixed uninitialized warnings 2021-09-10 08:16:25 +02:00
pf_update.c Updated copyright for proxy 2021-09-09 08:53:20 +02:00
pf_update.h Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_utils.c Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_utils.h Updated copyright for proxy 2021-09-09 08:53:20 +02:00
proxy_modules.h Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00