keyhole logo

Heimdal Kerberos 5 deprecated functions


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

Detailed Description


Function Documentation

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().

Parameters:
context a Keberos context
creds 
newpw 
result_code 
result_code_string 
result_string 
Returns:
On sucess password is changed.
@

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().

Parameters:
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 
)

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().

Parameters:
context Kerberos context
fmt error message to free
Returns:
Return an error code or 0.


Generated on Thu Aug 20 07:00:14 2009 for HeimdalKerberos5library by doxygen 1.5.6