FreeRDP/server/proxy
akallabeth 14568872a9
Instance cleanup (#7738)
* Cleaned up freerdp::autodetect

* Deprecate freerdp::input

* Deprecated freerdp::update

* Deprecated freerdp::settings

* Deprecated freerdp::autodetect

* Removed rdpTransport::settings

* Deprecated freerdp_per::update|settings|autodetect

* Fixed mac client and server compilation

* Fixed windows compilation

* Added deprecation warnings

* Fixed initialization of structs.

* Fixed android build

* Fixed freerdp_client_context_new const correctness

* Fixed checks for android implementation

Replaced checks with assertions where appropriate

* Fixed checks for windows client

Replaced checks with assertions where appropriate

* Fixed proxy client pointer dereference
2022-03-23 13:18:35 +01:00
..
channels Fixed integer cast warnings 2022-03-18 07:50:54 +01:00
cli Fix pf_server_new: pass own copy of proxyConfig (#7328) 2021-10-06 09:17:59 +02:00
modules Fixed clang-scanbuild warnings 2022-02-22 16:15:05 +01:00
CMakeLists.txt Removed BUILTIN_CHANNELS 2022-02-23 10:43:46 +01: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_client.c Instance cleanup (#7738) 2022-03-23 13:18:35 +01:00
pf_client.h First version of an RDP proxy (#5372) 2019-05-17 14:32:54 +02:00
pf_config.c Fixed const/type warnings 2022-02-01 08:48:21 +01:00
pf_context.c proxy: improve channel treatment 2022-02-04 08:44:22 +00: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 Added proxy intercept channels 2022-01-11 12:34:43 +01:00
pf_server.c Instance cleanup (#7738) 2022-03-23 13:18:35 +01:00
pf_server.h Refactored proxy 2021-09-20 10:59:59 +02:00
pf_update.c Fixed proxy compilation issues after rdpUpdate refactoring 2022-01-18 11:24:23 +01:00
pf_update.h Refactored proxy and proxy-modules: 2021-09-09 08:53:20 +02:00
pf_utils.c Added proxy intercept channels 2022-01-11 12:34:43 +01:00
pf_utils.h proxy: improve channel treatment 2022-02-04 08:44:22 +00:00
proxy_modules.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00