FreeRDP
|
#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) |
#define SERVER_KEY "Software\\" FREERDP_VENDOR_STRING "\\" FREERDP_PRODUCT_STRING |
#define TAG SERVER_TAG("windows") |
FreeRDP: A Remote Desktop Protocol Client FreeRDP Windows Server
Copyright 2012 Marc-Andre Moreau marca Copyright 2012 Corey Clayton ndre .more au@g mail. comcan.o f.tu na@gm ail. 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.
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 ndre .more au@g mail. 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.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |