Functions | |
| krb5_error_code KRB5_LIB_FUNCTION | krb5_change_password (krb5_context context, krb5_creds *creds, const char *newpw, int *result_code, krb5_data *result_code_string, krb5_data *result_string) KRB5_DEPRECATED |
| void KRB5_LIB_FUNCTION | krb5_free_error_string (krb5_context context, char *str) KRB5_DEPRECATED |
| krb5_error_code KRB5_LIB_FUNCTION | krb5_set_error_string (krb5_context context, const char *fmt,...) __attribute__((format(printf |
| krb5_error_code KRB5_LIB_FUNCTION | krb5_get_init_creds_opt_get_error (krb5_context context, krb5_get_init_creds_opt *opt, KRB_ERROR **error) KRB5_DEPRECATED |
| krb5_error_code KRB5_LIB_FUNCTION krb5_change_password | ( | krb5_context | context, | |
| krb5_creds * | creds, | |||
| const char * | newpw, | |||
| int * | result_code, | |||
| krb5_data * | result_code_string, | |||
| krb5_data * | result_string | |||
| ) |
krb5_change_password() is deprecated, use krb5_set_password().
| context | a Keberos context | |
| creds | ||
| newpw | ||
| result_code | ||
| result_code_string | ||
| result_string |
| void KRB5_LIB_FUNCTION krb5_free_error_string | ( | krb5_context | context, | |
| char * | str | |||
| ) |
Free the error message returned by krb5_get_error_string(), deprecated, use krb5_free_error_message().
| context | Kerberos context | |
| str | error message to free |
| krb5_error_code KRB5_LIB_FUNCTION krb5_get_init_creds_opt_get_error | ( | krb5_context | context, | |
| krb5_get_init_creds_opt * | opt, | |||
| KRB_ERROR ** | error | |||
| ) |
Deprecated: use the new krb5_init_creds_init() and krb5_init_creds_get_error().
| krb5_error_code KRB5_LIB_FUNCTION krb5_set_error_string | ( | krb5_context | context, | |
| const char * | fmt, | |||
| ... | ||||
| ) |
Set the error message returned by krb5_get_error_string(), deprecated, use krb5_set_error_message().
| context | Kerberos context | |
| fmt | error message to free |
1.5.6