FreeRDP
activation.c File Reference
#include <freerdp/config.h>
#include "settings.h"
#include <winpr/assert.h>
#include "activation.h"
#include "display.h"

Macros

#define TAG   FREERDP_TAG("core.activation")
 

Functions

static BOOL rdp_recv_client_font_list_pdu (wStream *s)
 
static BOOL rdp_recv_client_persistent_key_list_pdu (wStream *s)
 
static BOOL rdp_send_server_font_map_pdu (rdpRdp *rdp)
 
static BOOL rdp_write_synchronize_pdu (wStream *s, const rdpSettings *settings)
 
static BOOL rdp_recv_sync_pdu (rdpRdp *rdp, wStream *s, const char *what)
 
BOOL rdp_recv_server_synchronize_pdu (rdpRdp *rdp, wStream *s)
 
BOOL rdp_send_server_synchronize_pdu (rdpRdp *rdp)
 
BOOL rdp_recv_client_synchronize_pdu (rdpRdp *rdp, wStream *s)
 
BOOL rdp_send_client_synchronize_pdu (rdpRdp *rdp)
 
static BOOL rdp_recv_control_pdu (wStream *s, UINT16 *action, UINT16 *grantId, UINT32 *controlId)
 
static BOOL rdp_write_client_control_pdu (wStream *s, UINT16 action, UINT16 grantId, UINT32 controlId)
 
BOOL rdp_recv_server_control_pdu (rdpRdp *rdp, wStream *s)
 
BOOL rdp_send_server_control_cooperate_pdu (rdpRdp *rdp)
 
BOOL rdp_send_server_control_granted_pdu (rdpRdp *rdp)
 
BOOL rdp_send_client_control_pdu (rdpRdp *rdp, UINT16 action)
 
static BOOL rdp_write_client_persistent_key_list_pdu (wStream *s, const RDP_BITMAP_PERSISTENT_INFO *info)
 
static UINT32 rdp_load_persistent_key_list (rdpRdp *rdp, UINT64 **pKeyList)
 
BOOL rdp_send_client_persistent_key_list_pdu (rdpRdp *rdp)
 
static BOOL rdp_write_client_font_list_pdu (wStream *s, UINT16 flags)
 
BOOL rdp_send_client_font_list_pdu (rdpRdp *rdp, UINT16 flags)
 
BOOL rdp_recv_font_map_pdu (rdpRdp *rdp, wStream *s)
 
BOOL rdp_recv_deactivate_all (rdpRdp *rdp, wStream *s)
 
BOOL rdp_send_deactivate_all (rdpRdp *rdp)
 
BOOL rdp_server_accept_client_control_pdu (rdpRdp *rdp, wStream *s)
 
BOOL rdp_server_accept_client_font_list_pdu (rdpRdp *rdp, wStream *s)
 
BOOL rdp_server_accept_client_persistent_key_list_pdu (rdpRdp *rdp, wStream *s)
 
const char * rdp_ctrlaction_string (UINT16 action, char *buffer, size_t size)
 

Macro Definition Documentation

◆ TAG

#define TAG   FREERDP_TAG("core.activation")

FreeRDP: A Remote Desktop Protocol Implementation Activation Sequence

Copyright 2011 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

◆ rdp_ctrlaction_string()

const char* rdp_ctrlaction_string ( UINT16  action,
char *  buffer,
size_t  size 
)
Here is the caller graph for this function:

◆ rdp_load_persistent_key_list()

static UINT32 rdp_load_persistent_key_list ( rdpRdp *  rdp,
UINT64 **  pKeyList 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_recv_client_font_list_pdu()

BOOL rdp_recv_client_font_list_pdu ( wStream s)
static
Here is the caller graph for this function:

◆ rdp_recv_client_persistent_key_list_pdu()

BOOL rdp_recv_client_persistent_key_list_pdu ( wStream s)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_recv_client_synchronize_pdu()

BOOL rdp_recv_client_synchronize_pdu ( rdpRdp *  rdp,
wStream s 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_recv_control_pdu()

static BOOL rdp_recv_control_pdu ( wStream s,
UINT16 action,
UINT16 grantId,
UINT32 *  controlId 
)
static
Here is the caller graph for this function:

◆ rdp_recv_deactivate_all()

BOOL rdp_recv_deactivate_all ( rdpRdp *  rdp,
wStream s 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_recv_font_map_pdu()

BOOL rdp_recv_font_map_pdu ( rdpRdp *  rdp,
wStream s 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_recv_server_control_pdu()

BOOL rdp_recv_server_control_pdu ( rdpRdp *  rdp,
wStream s 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_recv_server_synchronize_pdu()

BOOL rdp_recv_server_synchronize_pdu ( rdpRdp *  rdp,
wStream s 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_recv_sync_pdu()

static BOOL rdp_recv_sync_pdu ( rdpRdp *  rdp,
wStream s,
const char *  what 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_client_control_pdu()

BOOL rdp_send_client_control_pdu ( rdpRdp *  rdp,
UINT16  action 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_client_font_list_pdu()

BOOL rdp_send_client_font_list_pdu ( rdpRdp *  rdp,
UINT16  flags 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_client_persistent_key_list_pdu()

BOOL rdp_send_client_persistent_key_list_pdu ( rdpRdp *  rdp)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_client_synchronize_pdu()

BOOL rdp_send_client_synchronize_pdu ( rdpRdp *  rdp)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_deactivate_all()

BOOL rdp_send_deactivate_all ( rdpRdp *  rdp)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_server_control_cooperate_pdu()

BOOL rdp_send_server_control_cooperate_pdu ( rdpRdp *  rdp)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_server_control_granted_pdu()

BOOL rdp_send_server_control_granted_pdu ( rdpRdp *  rdp)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_server_font_map_pdu()

BOOL rdp_send_server_font_map_pdu ( rdpRdp *  rdp)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_server_synchronize_pdu()

BOOL rdp_send_server_synchronize_pdu ( rdpRdp *  rdp)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_server_accept_client_control_pdu()

BOOL rdp_server_accept_client_control_pdu ( rdpRdp *  rdp,
wStream s 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_server_accept_client_font_list_pdu()

BOOL rdp_server_accept_client_font_list_pdu ( rdpRdp *  rdp,
wStream s 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_server_accept_client_persistent_key_list_pdu()

BOOL rdp_server_accept_client_persistent_key_list_pdu ( rdpRdp *  rdp,
wStream s 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_write_client_control_pdu()

static BOOL rdp_write_client_control_pdu ( wStream s,
UINT16  action,
UINT16  grantId,
UINT32  controlId 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_write_client_font_list_pdu()

static BOOL rdp_write_client_font_list_pdu ( wStream s,
UINT16  flags 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_write_client_persistent_key_list_pdu()

static BOOL rdp_write_client_persistent_key_list_pdu ( wStream s,
const RDP_BITMAP_PERSISTENT_INFO info 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_write_synchronize_pdu()

static BOOL rdp_write_synchronize_pdu ( wStream s,
const rdpSettings *  settings 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: