FreeRDP
pf_context.c File Reference

Macros

#define TAG   PROXY_TAG("server")
 

Functions

static UINT32 ChannelId_Hash (const void *key)
 
static BOOL ChannelId_Compare (const void *pv1, const void *pv2)
 
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)
 

Macro Definition Documentation

◆ TAG

#define TAG   PROXY_TAG("server")

FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Proxy Server

Copyright 2019 Mati Shabtay matis.nosp@m.habt.nosp@m.ay@gm.nosp@m.ail..nosp@m.com Copyright 2019 Kobi Mizrachi kmizr.nosp@m.achi.nosp@m.18@gm.nosp@m.ail..nosp@m.com Copyright 2019 Idan Freiberg speid.nosp@m.y@gm.nosp@m.ail.c.nosp@m.om Copyright 2021 Armin Novak anova.nosp@m.k@th.nosp@m.incas.nosp@m.t.co.nosp@m.m Copyright 2021 Thincast Technologies GmbH

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.

Function Documentation

◆ ChannelId_Compare()

static BOOL ChannelId_Compare ( const void *  pv1,
const void *  pv2 
)
static
Here is the caller graph for this function:

◆ ChannelId_Hash()

static UINT32 ChannelId_Hash ( const void *  key)
static
Here is the caller graph for this function:

◆ client_to_proxy_context_free()

void client_to_proxy_context_free ( freerdp_peer *  client,
rdpContext *  ctx 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ client_to_proxy_context_new()

static BOOL client_to_proxy_context_new ( freerdp_peer *  client,
rdpContext *  ctx 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ HashStaticChannelContext_free()

static void HashStaticChannelContext_free ( void *  ptr)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ intercept_context_entry_free()

void intercept_context_entry_free ( void *  obj)
Here is the caller graph for this function:

◆ pf_context_copy_settings()

BOOL pf_context_copy_settings ( rdpSettings *  dst,
const rdpSettings *  src 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pf_context_create_client_context()

pClientContext* pf_context_create_client_context ( const rdpSettings *  clientSettings)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pf_context_init_server_context()

BOOL pf_context_init_server_context ( freerdp_peer *  client)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pf_context_revert_str_settings()

static BOOL pf_context_revert_str_settings ( rdpSettings *  dst,
const rdpSettings *  before,
size_t  nr,
const FreeRDP_Settings_Keys_String *  ids 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ proxy_data_abort_connect()

void proxy_data_abort_connect ( proxyData *  pdata)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ proxy_data_free()

void proxy_data_free ( proxyData *  pdata)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ proxy_data_new()

proxyData* proxy_data_new ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ proxy_data_set_client_context()

void proxy_data_set_client_context ( proxyData *  pdata,
pClientContext *  context 
)
Here is the caller graph for this function:

◆ proxy_data_set_server_context()

void proxy_data_set_server_context ( proxyData *  pdata,
pServerContext *  context 
)
Here is the caller graph for this function:

◆ proxy_data_shall_disconnect()

BOOL proxy_data_shall_disconnect ( proxyData *  pdata)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ StaticChannelContext_free()

void StaticChannelContext_free ( pServerStaticChannelContext *  ctx)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ StaticChannelContext_new()

pServerStaticChannelContext* StaticChannelContext_new ( pServerContext *  ps,
const char *  name,
UINT32  id 
)
Here is the call graph for this function:
Here is the caller graph for this function: