FreeRDP
win_rdp.c File Reference
#include <freerdp/config.h>
#include <winpr/crt.h>
#include <winpr/assert.h>
#include <winpr/print.h>
#include <freerdp/log.h>
#include "win_rdp.h"

Macros

#define TAG   SERVER_TAG("shadow.win")
 

Functions

static void shw_OnChannelConnectedEventHandler (void *context, const ChannelConnectedEventArgs *e)
 
static void shw_OnChannelDisconnectedEventHandler (void *context, const ChannelDisconnectedEventArgs *e)
 
static BOOL shw_begin_paint (rdpContext *context)
 
static BOOL shw_end_paint (rdpContext *context)
 
BOOL shw_desktop_resize (rdpContext *context)
 
static BOOL shw_surface_frame_marker (rdpContext *context, const SURFACE_FRAME_MARKER *surfaceFrameMarker)
 
static BOOL shw_authenticate (freerdp *instance, char **username, char **password, char **domain)
 
static int shw_verify_x509_certificate (freerdp *instance, const BYTE *data, size_t length, const char *hostname, UINT16 port, DWORD flags)
 
static void shw_OnConnectionResultEventHandler (void *context, const ConnectionResultEventArgs *e)
 
static BOOL shw_pre_connect (freerdp *instance)
 
static BOOL shw_post_connect (freerdp *instance)
 
static DWORD WINAPI shw_client_thread (LPVOID arg)
 
static BOOL shw_freerdp_client_global_init (void)
 
static void shw_freerdp_client_global_uninit (void)
 
static int shw_freerdp_client_start (rdpContext *context)
 
static int shw_freerdp_client_stop (rdpContext *context)
 
static BOOL shw_freerdp_client_new (freerdp *instance, rdpContext *context)
 
static void shw_freerdp_client_free (freerdp *instance, rdpContext *context)
 
int shw_RdpClientEntry (RDP_CLIENT_ENTRY_POINTS *pEntryPoints)
 
int win_shadow_rdp_init (winShadowSubsystem *subsystem)
 
int win_shadow_rdp_start (winShadowSubsystem *subsystem)
 
int win_shadow_rdp_stop (winShadowSubsystem *subsystem)
 
int win_shadow_rdp_uninit (winShadowSubsystem *subsystem)
 

Macro Definition Documentation

◆ TAG

#define TAG   SERVER_TAG("shadow.win")

FreeRDP: A Remote Desktop Protocol Implementation

Copyright 2014 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com

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

◆ shw_authenticate()

static BOOL shw_authenticate ( freerdp *  instance,
char **  username,
char **  password,
char **  domain 
)
static
Here is the caller graph for this function:

◆ shw_begin_paint()

static BOOL shw_begin_paint ( rdpContext *  context)
static
Here is the caller graph for this function:

◆ shw_client_thread()

static DWORD WINAPI shw_client_thread ( LPVOID  arg)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shw_desktop_resize()

BOOL shw_desktop_resize ( rdpContext *  context)
Here is the caller graph for this function:

◆ shw_end_paint()

static BOOL shw_end_paint ( rdpContext *  context)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shw_freerdp_client_free()

static void shw_freerdp_client_free ( freerdp *  instance,
rdpContext *  context 
)
static
Here is the caller graph for this function:

◆ shw_freerdp_client_global_init()

static BOOL shw_freerdp_client_global_init ( void  )
static

Client Interface

Here is the caller graph for this function:

◆ shw_freerdp_client_global_uninit()

static void shw_freerdp_client_global_uninit ( void  )
static
Here is the caller graph for this function:

◆ shw_freerdp_client_new()

static BOOL shw_freerdp_client_new ( freerdp *  instance,
rdpContext *  context 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shw_freerdp_client_start()

static int shw_freerdp_client_start ( rdpContext *  context)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shw_freerdp_client_stop()

static int shw_freerdp_client_stop ( rdpContext *  context)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shw_OnChannelConnectedEventHandler()

static void shw_OnChannelConnectedEventHandler ( void *  context,
const ChannelConnectedEventArgs *  e 
)
static
Here is the caller graph for this function:

◆ shw_OnChannelDisconnectedEventHandler()

static void shw_OnChannelDisconnectedEventHandler ( void *  context,
const ChannelDisconnectedEventArgs *  e 
)
static
Here is the caller graph for this function:

◆ shw_OnConnectionResultEventHandler()

static void shw_OnConnectionResultEventHandler ( void *  context,
const ConnectionResultEventArgs *  e 
)
static
Here is the caller graph for this function:

◆ shw_post_connect()

static BOOL shw_post_connect ( freerdp *  instance)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shw_pre_connect()

static BOOL shw_pre_connect ( freerdp *  instance)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shw_RdpClientEntry()

int shw_RdpClientEntry ( RDP_CLIENT_ENTRY_POINTS pEntryPoints)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shw_surface_frame_marker()

static BOOL shw_surface_frame_marker ( rdpContext *  context,
const SURFACE_FRAME_MARKER surfaceFrameMarker 
)
static
Here is the caller graph for this function:

◆ shw_verify_x509_certificate()

static int shw_verify_x509_certificate ( freerdp *  instance,
const BYTE data,
size_t  length,
const char *  hostname,
UINT16  port,
DWORD  flags 
)
static
Here is the caller graph for this function:

◆ win_shadow_rdp_init()

int win_shadow_rdp_init ( winShadowSubsystem *  subsystem)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ win_shadow_rdp_start()

int win_shadow_rdp_start ( winShadowSubsystem *  subsystem)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ win_shadow_rdp_stop()

int win_shadow_rdp_stop ( winShadowSubsystem *  subsystem)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ win_shadow_rdp_uninit()

int win_shadow_rdp_uninit ( winShadowSubsystem *  subsystem)
Here is the call graph for this function:
Here is the caller graph for this function: