FreeRDP
|
#include <winpr/crypto.h>
#include <winpr/print.h>
#include <freerdp/server/proxy/proxy_log.h>
#include <freerdp/server/proxy/proxy_server.h>
#include <freerdp/channels/drdynvc.h>
#include "pf_client.h"
#include "pf_utils.h"
#include "proxy_modules.h"
#include <freerdp/server/proxy/proxy_context.h>
#include "channels/pf_channel_rdpdr.h"
Macros | |
#define | TAG PROXY_TAG("server") |
Functions | |
static UINT32 | ChannelId_Hash (const void *key) |
static BOOL | ChannelId_Compare (const void *pv1, const void *pv2) |
static BOOL | dyn_intercept (pServerContext *ps, const char *name) |
pServerStaticChannelContext * | StaticChannelContext_new (pServerContext *ps, const char *name, UINT32 id) |
void | StaticChannelContext_free (pServerStaticChannelContext *ctx) |
static void | HashStaticChannelContext_free (void *ptr) |
static void | client_to_proxy_context_free (freerdp_peer *client, rdpContext *ctx) |
static BOOL | client_to_proxy_context_new (freerdp_peer *client, rdpContext *ctx) |
BOOL | pf_context_init_server_context (freerdp_peer *client) |
static BOOL | pf_context_revert_str_settings (rdpSettings *dst, const rdpSettings *before, size_t nr, const FreeRDP_Settings_Keys_String *ids) |
void | intercept_context_entry_free (void *obj) |
BOOL | pf_context_copy_settings (rdpSettings *dst, const rdpSettings *src) |
pClientContext * | pf_context_create_client_context (const rdpSettings *clientSettings) |
proxyData * | proxy_data_new (void) |
void | proxy_data_set_client_context (proxyData *pdata, pClientContext *context) |
void | proxy_data_set_server_context (proxyData *pdata, pServerContext *context) |
void | proxy_data_free (proxyData *pdata) |
void | proxy_data_abort_connect (proxyData *pdata) |
BOOL | proxy_data_shall_disconnect (proxyData *pdata) |
#define TAG PROXY_TAG("server") |
FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Proxy Server
Copyright 2019 Mati Shabtay matis Copyright 2019 Kobi Mizrachi habt ay@gm ail. comkmizr Copyright 2019 Idan Freiberg achi 18@gm ail. comspeid Copyright 2021 Armin Novak y@gm ail.c omanova Copyright 2021 Thincast Technologies GmbH k@th incas t.co m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
void intercept_context_entry_free | ( | void * | obj | ) |
BOOL pf_context_copy_settings | ( | rdpSettings * | dst, |
const rdpSettings * | src | ||
) |
pClientContext* pf_context_create_client_context | ( | const rdpSettings * | clientSettings | ) |
BOOL pf_context_init_server_context | ( | freerdp_peer * | client | ) |
|
static |
void proxy_data_abort_connect | ( | proxyData * | pdata | ) |
void proxy_data_free | ( | proxyData * | pdata | ) |
proxyData* proxy_data_new | ( | void | ) |
void proxy_data_set_client_context | ( | proxyData * | pdata, |
pClientContext * | context | ||
) |
void proxy_data_set_server_context | ( | proxyData * | pdata, |
pServerContext * | context | ||
) |
BOOL proxy_data_shall_disconnect | ( | proxyData * | pdata | ) |
void StaticChannelContext_free | ( | pServerStaticChannelContext * | ctx | ) |
pServerStaticChannelContext* StaticChannelContext_new | ( | pServerContext * | ps, |
const char * | name, | ||
UINT32 | id | ||
) |