FreeRDP
|
Data Structures | |
struct | krb5glue_keyset |
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_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) |
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 | ||
) |
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 degr ee@pr oton 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.
krb5_error_code krb5glue_log_error | ( | krb5_context | ctx, |
krb5_data * | msg, | ||
const char * | tag | ||
) |
krb5_error_code krb5glue_update_keyset | ( | krb5_context | ctx, |
krb5_auth_context | auth_ctx, | ||
BOOL | acceptor, | ||
struct krb5glue_keyset * | keyset | ||
) |