|
static BOOL | rdp_read_info_null_string (rdpSettings *settings, size_t id, const char *what, UINT32 flags, wStream *s, size_t cbLen, size_t max, BOOL isNullTerminated) |
|
static char * | rdp_info_package_flags_description (UINT32 flags) |
|
static BOOL | rdp_compute_client_auto_reconnect_cookie (rdpRdp *rdp) |
|
static BOOL | rdp_read_server_auto_reconnect_cookie (rdpRdp *rdp, wStream *s, logon_info_ex *info) |
|
static BOOL | rdp_read_client_auto_reconnect_cookie (rdpRdp *rdp, wStream *s) |
|
static BOOL | rdp_write_client_auto_reconnect_cookie (rdpRdp *rdp, wStream *s) |
|
static size_t | rdp_get_client_address_max_size (const rdpRdp *rdp) |
|
static BOOL | rdp_read_extended_info_packet (rdpRdp *rdp, wStream *s) |
|
static BOOL | rdp_write_extended_info_packet (rdpRdp *rdp, wStream *s) |
|
static BOOL | rdp_read_info_string (rdpSettings *settings, size_t id, UINT32 flags, wStream *s, size_t cbLenNonNull, size_t max) |
|
static BOOL | rdp_read_info_packet (rdpRdp *rdp, wStream *s, UINT16 tpktlength) |
|
static BOOL | rdp_write_info_packet (rdpRdp *rdp, wStream *s) |
|
BOOL | rdp_recv_client_info (rdpRdp *rdp, wStream *s) |
|
BOOL | rdp_send_client_info (rdpRdp *rdp) |
|
static void | rdp_free_logon_info (logon_info *info) |
|
static BOOL | rdp_info_read_string (const char *what, wStream *s, size_t size, size_t max, BOOL skipMax, char **dst) |
|
static BOOL | rdp_recv_logon_info_v1 (rdpRdp *rdp, wStream *s, logon_info *info) |
|
static BOOL | rdp_recv_logon_info_v2 (rdpRdp *rdp, wStream *s, logon_info *info) |
|
static BOOL | rdp_recv_logon_plain_notify (rdpRdp *rdp, wStream *s) |
|
static BOOL | rdp_recv_logon_error_info (rdpRdp *rdp, wStream *s, logon_info_ex *info) |
|
static BOOL | rdp_recv_logon_info_extended (rdpRdp *rdp, wStream *s, logon_info_ex *info) |
|
BOOL | rdp_recv_save_session_info (rdpRdp *rdp, wStream *s) |
|
static BOOL | rdp_write_logon_info_v1 (wStream *s, logon_info *info) |
|
static BOOL | rdp_write_logon_info_v2 (wStream *s, logon_info *info) |
|
static BOOL | rdp_write_logon_info_plain (wStream *s) |
|
static BOOL | rdp_write_logon_info_ex (wStream *s, logon_info_ex *info) |
|
BOOL | rdp_send_save_session_info (rdpContext *context, UINT32 type, void *data) |
|
BOOL | rdp_send_server_status_info (rdpContext *context, UINT32 status) |
|
FreeRDP: A Remote Desktop Protocol Implementation RDP Client Info
Copyright 2011 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger marti.nosp@m.n.ha.nosp@m.imber.nosp@m.ger@.nosp@m.thinc.nosp@m.ast..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.