|
static BOOL | wst_get_gateway_credentials (rdpContext *context, rdp_auth_reason reason) |
|
static BOOL | wst_auth_init (rdpWst *wst, rdpTls *tls, TCHAR *authPkg) |
|
static BOOL | wst_set_auth_header (rdpCredsspAuth *auth, HttpRequest *request) |
|
static BOOL | wst_recv_auth_token (rdpCredsspAuth *auth, HttpResponse *response) |
|
static BOOL | wst_tls_connect (rdpWst *wst, rdpTls *tls, int timeout) |
|
static wStream * | wst_build_http_request (rdpWst *wst) |
|
static BOOL | wst_send_http_request (rdpWst *wst, rdpTls *tls) |
|
static BOOL | wst_handle_ok_or_forbidden (rdpWst *wst, HttpResponse **ppresponse, DWORD timeout, long *pStatusCode) |
|
static BOOL | wst_handle_denied (rdpWst *wst, HttpResponse **ppresponse, long *pStatusCode) |
|
BOOL | wst_connect (rdpWst *wst, DWORD timeout) |
|
DWORD | wst_get_event_handles (rdpWst *wst, HANDLE *events, DWORD count) |
|
static int | wst_bio_write (BIO *bio, const char *buf, int num) |
|
static int | wst_bio_read (BIO *bio, char *buf, int size) |
|
static int | wst_bio_puts (BIO *bio, const char *str) |
|
static int | wst_bio_gets (BIO *bio, char *str, int size) |
|
static long | wst_bio_ctrl (BIO *bio, int cmd, long arg1, void *arg2) |
|
static int | wst_bio_new (BIO *bio) |
|
static int | wst_bio_free (BIO *bio) |
|
static BIO_METHOD * | BIO_s_wst (void) |
|
static BOOL | wst_parse_url (rdpWst *wst, const char *url) |
|
rdpWst * | wst_new (rdpContext *context) |
|
void | wst_free (rdpWst *wst) |
|
BIO * | wst_get_front_bio_and_take_ownership (rdpWst *wst) |
|
FreeRDP: A Remote Desktop Protocol Implementation Websocket Transport
Copyright 2023 Michael Saxl mike@.nosp@m.mwsy.nosp@m.s.min.nosp@m.e.bz
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.