FreeRDP
|
#include <winpr/winpr.h>
#include <winpr/stream.h>
#include <winpr/sspi.h>
#include <freerdp/server/proxy/proxy_types.h>
#include <winpr/pack.h>
Data Structures | |
struct | proxyPlugin |
struct | proxyPluginsManager |
struct | proxyKeyboardEventInfo |
struct | proxyUnicodeEventInfo |
struct | proxyMouseEventInfo |
struct | proxyMouseExEventInfo |
struct | proxyChannelDataEventInfo |
struct | proxyFetchTargetEventInfo |
struct | proxyServerPeerLogon |
struct | proxyDynChannelInterceptData |
struct | proxyChannelToInterceptData |
Macros | |
#define | MODULE_TAG(module) "proxy.modules." module |
#define | WINPR_PACK_PUSH |
#define | WINPR_PACK_POP |
Typedefs | |
typedef BOOL(* | proxyHookFn) (proxyPlugin *, proxyData *, void *) |
typedef BOOL(* | proxyFilterFn) (proxyPlugin *, proxyData *, void *) |
typedef BOOL(* | proxyModuleEntryPoint) (proxyPluginsManager *plugins_manager, void *userdata) |
#define MODULE_TAG | ( | module | ) | "proxy.modules." module |
FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Proxy Server
Copyright 2019 Kobi Mizrachi kmizr Copyright 2019 Idan Freiberg achi 18@gm ail. comspeid Copyright 2021 Armin Novak y@gm ail.c omanova Copyright 2021 Thincast Technologies GmbH Copyright 2023 Armin Novak k@th incas t.co manova Copyright 2023 Thincast Technologies GmbH k@th incas t.co m
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.
#define WINPR_PACK_POP |
#define WINPR_PACK_PUSH |
typedef BOOL(* proxyFilterFn) (proxyPlugin *, proxyData *, void *) |
typedef BOOL(* proxyHookFn) (proxyPlugin *, proxyData *, void *) |
typedef BOOL(* proxyModuleEntryPoint) (proxyPluginsManager *plugins_manager, void *userdata) |