Document krb5_cc_get_full_name.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16274 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-11-01 09:40:23 +00:00
parent 91f8f1ce51
commit 333284ed2e

View File

@@ -48,6 +48,7 @@
.Nm krb5_cc_destroy ,
.Nm krb5_cc_end_seq_get ,
.Nm krb5_cc_gen_new ,
.Nm krb5_cc_get_full_name ,
.Nm krb5_cc_get_name ,
.Nm krb5_cc_get_ops ,
.Nm krb5_cc_get_prefix_ops ,
@@ -123,6 +124,12 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fa "const krb5_cc_ops *ops"
.Fa "krb5_ccache *id"
.Fc
.Ft krb5_error_code
.Fo krb5_cc_get_full_name
.Fa "krb5_context context"
.Fa "krb5_ccache id"
.Fa "char **str"
.Fc
.Ft "const char *"
.Fo krb5_cc_get_name
.Fa "krb5_context context"
@@ -339,6 +346,19 @@ copys the contents of
to
.Fa to .
.Pp
.Fn krb5_cc_get_full_name
returns the complete resolvable name of the credential cache
.Fa id
in
.Fa str .
.Fa str
should be freed with
.Xr free 3 .
Returns 0 or an error, on error
.Fa *str
is set to
.Dv NULL .
.Pp
.Fn krb5_cc_get_name
returns the name of the credential cache
.Fa id .