-

krb5_unparse_name_ext - Convert krb5_principal structure to string and length.

+

krb5_unparse_name_ext - Convert krb5_principal structure to string and length.

-krb5_error_code krb5_unparse_name_ext(krb5_context context, krb5_const_principal principal, char **name, unsigned int *size)
+krb5_error_code krb5_unparse_name_ext(krb5_context context, krb5_const_principal principal, char **name, unsigned int *size)
-
param
+
param:

[in] context - Library context

[in] principal - Principal

[inout] name - String representation of principal name

@@ -68,12 +66,12 @@
-
retval
+
retval:
  • 0 Success

-
return
+
return:
  • Kerberos error codes. On failure name is set to NULL

@@ -142,8 +140,8 @@