FreeRDP
|
#include <freerdp/config.h>
#include "../settings.h"
#include "ncacn_http.h"
#include <winpr/crt.h>
#include <winpr/tchar.h>
#include <winpr/stream.h>
#include <winpr/dsparse.h>
#include "../utils.h"
Macros | |
#define | TAG FREERDP_TAG("core.gateway.ntlm") |
#define | AUTH_PKG NTLM_SSP_NAME |
Functions | |
static wStream * | rpc_auth_http_request (HttpContext *http, const char *method, int contentLength, const SecBuffer *authToken, const char *auth_scheme) |
BOOL | rpc_ncacn_http_send_in_channel_request (RpcChannel *inChannel) |
BOOL | rpc_ncacn_http_recv_in_channel_response (RpcChannel *inChannel, HttpResponse *response) |
BOOL | rpc_ncacn_http_auth_init (rdpContext *context, RpcChannel *channel) |
void | rpc_ncacn_http_auth_uninit (RpcChannel *channel) |
BOOL | rpc_ncacn_http_send_out_channel_request (RpcChannel *outChannel, BOOL replacement) |
BOOL | rpc_ncacn_http_recv_out_channel_response (RpcChannel *outChannel, HttpResponse *response) |
BOOL | rpc_ncacn_http_is_final_request (RpcChannel *channel) |
#define AUTH_PKG NTLM_SSP_NAME |
#define TAG FREERDP_TAG("core.gateway.ntlm") |
FreeRDP: A Remote Desktop Protocol Implementation RPC over HTTP (ncacn_http)
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 |
BOOL rpc_ncacn_http_auth_init | ( | rdpContext * | context, |
RpcChannel * | channel | ||
) |
FreeRDP: A Remote Desktop Protocol Implementation RPC over HTTP (ncacn_http)
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.
void rpc_ncacn_http_auth_uninit | ( | RpcChannel * | channel | ) |
BOOL rpc_ncacn_http_is_final_request | ( | RpcChannel * | channel | ) |
BOOL rpc_ncacn_http_recv_in_channel_response | ( | RpcChannel * | inChannel, |
HttpResponse * | response | ||
) |
BOOL rpc_ncacn_http_recv_out_channel_response | ( | RpcChannel * | outChannel, |
HttpResponse * | response | ||
) |
BOOL rpc_ncacn_http_send_in_channel_request | ( | RpcChannel * | inChannel | ) |
BOOL rpc_ncacn_http_send_out_channel_request | ( | RpcChannel * | outChannel, |
BOOL | replacement | ||
) |