FreeRDP
krb5glue_mit.c File Reference
#include <winpr/path.h>
#include <winpr/wlog.h>
#include <winpr/endian.h>
#include <winpr/crypto.h>
#include <winpr/print.h>
#include <winpr/assert.h>
#include <errno.h>
#include "krb5glue.h"
#include <profile.h>

Functions

static char * create_temporary_file (void)
 
void krb5glue_keys_free (krb5_context ctx, struct krb5glue_keyset *keyset)
 
krb5_error_code krb5glue_update_keyset (krb5_context ctx, krb5_auth_context auth_ctx, BOOL acceptor, struct krb5glue_keyset *keyset)
 
krb5_prompt_type krb5glue_get_prompt_type (krb5_context ctx, krb5_prompt prompts[], int index)
 
krb5_error_code krb5glue_log_error (krb5_context ctx, krb5_data *msg, const char *tag)
 
BOOL krb5glue_authenticator_validate_chksum (krb5glue_authenticator authenticator, int cksumtype, uint32_t *flags)
 
krb5_error_code krb5glue_get_init_creds (krb5_context ctx, krb5_principal princ, krb5_ccache ccache, krb5_prompter_fct prompter, char *password, SEC_WINPR_KERBEROS_SETTINGS *krb_settings)
 

Function Documentation

◆ create_temporary_file()

static char* create_temporary_file ( void  )
static

FreeRDP: A Remote Desktop Protocol Client Kerberos Auth Protocol

Copyright 2022 Isaac Klein fifth.nosp@m.degr.nosp@m.ee@pr.nosp@m.oton.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:

◆ krb5glue_authenticator_validate_chksum()

BOOL krb5glue_authenticator_validate_chksum ( krb5glue_authenticator  authenticator,
int  cksumtype,
uint32_t *  flags 
)
Here is the caller graph for this function:

◆ krb5glue_get_init_creds()

krb5_error_code krb5glue_get_init_creds ( krb5_context  ctx,
krb5_principal  princ,
krb5_ccache  ccache,
krb5_prompter_fct  prompter,
char *  password,
SEC_WINPR_KERBEROS_SETTINGS krb_settings 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ krb5glue_get_prompt_type()

krb5_prompt_type krb5glue_get_prompt_type ( krb5_context  ctx,
krb5_prompt  prompts[],
int  index 
)

◆ krb5glue_keys_free()

void krb5glue_keys_free ( krb5_context  ctx,
struct krb5glue_keyset keyset 
)

FreeRDP: A Remote Desktop Protocol Client Kerberos Auth Protocol

Copyright 2022 Isaac Klein fifth.nosp@m.degr.nosp@m.ee@pr.nosp@m.oton.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 caller graph for this function:

◆ krb5glue_log_error()

krb5_error_code krb5glue_log_error ( krb5_context  ctx,
krb5_data *  msg,
const char *  tag 
)
Here is the caller graph for this function:

◆ krb5glue_update_keyset()

krb5_error_code krb5glue_update_keyset ( krb5_context  ctx,
krb5_auth_context  auth_ctx,
BOOL  acceptor,
struct krb5glue_keyset keyset 
)
Here is the call graph for this function:
Here is the caller graph for this function: