FreeRDP
krb5glue_heimdal.c File Reference
#include <winpr/endian.h>
#include <winpr/wlog.h>
#include <winpr/assert.h>
#include "krb5glue.h"

Functions

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_error_code krb5glue_verify_checksum_iov (krb5_context ctx, krb5glue_key key, unsigned usage, krb5_crypto_iov *iov, unsigned int iov_size, krb5_boolean *is_valid)
 
krb5_error_code krb5glue_crypto_length (krb5_context ctx, krb5glue_key key, int type, unsigned int *size)
 
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

◆ krb5glue_authenticator_validate_chksum()

BOOL krb5glue_authenticator_validate_chksum ( krb5glue_authenticator  authenticator,
int  cksumtype,
uint32_t *  flags 
)

◆ krb5glue_crypto_length()

krb5_error_code krb5glue_crypto_length ( krb5_context  ctx,
krb5glue_key  key,
int  type,
unsigned int *  size 
)
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 
)

◆ 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 
)

◆ krb5glue_update_keyset()

krb5_error_code krb5glue_update_keyset ( krb5_context  ctx,
krb5_auth_context  auth_ctx,
BOOL  acceptor,
struct krb5glue_keyset keyset 
)

◆ krb5glue_verify_checksum_iov()

krb5_error_code krb5glue_verify_checksum_iov ( krb5_context  ctx,
krb5glue_key  key,
unsigned  usage,
krb5_crypto_iov *  iov,
unsigned int  iov_size,
krb5_boolean *  is_valid 
)
Here is the call graph for this function:
Here is the caller graph for this function: