FreeRDP
ncacn_http.c File Reference
#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 wStreamrpc_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)
 

Macro Definition Documentation

◆ AUTH_PKG

#define AUTH_PKG   NTLM_SSP_NAME

◆ TAG

#define TAG   FREERDP_TAG("core.gateway.ntlm")

FreeRDP: A Remote Desktop Protocol Implementation RPC over HTTP (ncacn_http)

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

◆ rpc_auth_http_request()

static wStream* rpc_auth_http_request ( HttpContext *  http,
const char *  method,
int  contentLength,
const SecBuffer authToken,
const char *  auth_scheme 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_ncacn_http_auth_init()

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.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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_ncacn_http_auth_uninit()

void rpc_ncacn_http_auth_uninit ( RpcChannel channel)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_ncacn_http_is_final_request()

BOOL rpc_ncacn_http_is_final_request ( RpcChannel channel)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_ncacn_http_recv_in_channel_response()

BOOL rpc_ncacn_http_recv_in_channel_response ( RpcChannel inChannel,
HttpResponse *  response 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_ncacn_http_recv_out_channel_response()

BOOL rpc_ncacn_http_recv_out_channel_response ( RpcChannel outChannel,
HttpResponse *  response 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_ncacn_http_send_in_channel_request()

BOOL rpc_ncacn_http_send_in_channel_request ( RpcChannel inChannel)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rpc_ncacn_http_send_out_channel_request()

BOOL rpc_ncacn_http_send_out_channel_request ( RpcChannel outChannel,
BOOL  replacement 
)
Here is the call graph for this function:
Here is the caller graph for this function: