FreeRDP
wf_peer.c File Reference
#include <freerdp/config.h>
#include <winpr/assert.h>
#include <winpr/tchar.h>
#include <winpr/stream.h>
#include <winpr/windows.h>
#include <freerdp/listener.h>
#include <freerdp/codec/rfx.h>
#include <freerdp/build-config.h>
#include <freerdp/crypto/certificate.h>
#include "wf_info.h"
#include "wf_input.h"
#include "wf_mirage.h"
#include "wf_update.h"
#include "wf_settings.h"
#include "wf_rdpsnd.h"
#include "wf_peer.h"
#include <freerdp/peer.h>
#include <freerdp/log.h>

Macros

#define TAG   SERVER_TAG("windows")
 
#define SERVER_KEY   "Software\\" FREERDP_VENDOR_STRING "\\" FREERDP_PRODUCT_STRING
 

Functions

static DWORD WINAPI wf_peer_main_loop (LPVOID lpParam)
 
static BOOL wf_peer_context_new (freerdp_peer *client, rdpContext *ctx)
 
static void wf_peer_context_free (freerdp_peer *client, rdpContext *ctx)
 
static BOOL wf_peer_init (freerdp_peer *client)
 
static BOOL wf_peer_post_connect (freerdp_peer *client)
 
static BOOL wf_peer_activate (freerdp_peer *client)
 
static BOOL wf_peer_logon (freerdp_peer *client, const SEC_WINNT_AUTH_IDENTITY *identity, BOOL automatic)
 
static BOOL wf_peer_synchronize_event (rdpInput *input, UINT32 flags)
 
BOOL wf_peer_accepted (freerdp_listener *instance, freerdp_peer *client)
 
static DWORD WINAPI wf_peer_socket_listener (LPVOID lpParam)
 
static BOOL wf_peer_read_settings (freerdp_peer *client)
 

Macro Definition Documentation

◆ SERVER_KEY

#define SERVER_KEY   "Software\\" FREERDP_VENDOR_STRING "\\" FREERDP_PRODUCT_STRING

◆ TAG

#define TAG   SERVER_TAG("windows")

FreeRDP: A Remote Desktop Protocol Client FreeRDP Windows Server

Copyright 2012 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com Copyright 2012 Corey Clayton can.o.nosp@m.f.tu.nosp@m.na@gm.nosp@m.ail..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

◆ wf_peer_accepted()

BOOL wf_peer_accepted ( freerdp_listener *  instance,
freerdp_peer *  client 
)

FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Windows Server

Copyright 2012 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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ wf_peer_activate()

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

◆ wf_peer_context_free()

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

◆ wf_peer_context_new()

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

◆ wf_peer_init()

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

◆ wf_peer_logon()

static BOOL wf_peer_logon ( freerdp_peer *  client,
const SEC_WINNT_AUTH_IDENTITY identity,
BOOL  automatic 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ wf_peer_main_loop()

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

◆ wf_peer_post_connect()

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

◆ wf_peer_read_settings()

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

◆ wf_peer_socket_listener()

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

◆ wf_peer_synchronize_event()

static BOOL wf_peer_synchronize_event ( rdpInput *  input,
UINT32  flags 
)
static
Here is the caller graph for this function: