From 1e24f9b34e2930373e336b281885d993eee0dcb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 16 Mar 2003 20:42:50 +0000 Subject: [PATCH] text about gss_display_name git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11798 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/gss_acquire_cred.3 | 18 ++++++++++++++++++ lib/gssapi/krb5/gss_acquire_cred.3 | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/lib/gssapi/gss_acquire_cred.3 b/lib/gssapi/gss_acquire_cred.3 index 737cf74b8..e9f2f3559 100644 --- a/lib/gssapi/gss_acquire_cred.3 +++ b/lib/gssapi/gss_acquire_cred.3 @@ -366,6 +366,24 @@ described in and .Li RFC2744 . .Pp +.Fn gss_display_name +takes the gssapi name in +.Fa input_name +and put a printable form in +.Fa output_name_buffer . +.Fa output_name_buffer +should be freed when done using +.Fn gss_release_buffer . +.Fa output_name_type +can either be +.Dv NULL +or a pointer to a +.Li gss_OID +and will in the later case contain the OID type of the name. +The name should only be used for printing. +Access control should be done with the result of +.Fn gss_export_name . +.Pp .Fn gss_krb5_copy_ccache is an extension to the .Nm gssapi diff --git a/lib/gssapi/krb5/gss_acquire_cred.3 b/lib/gssapi/krb5/gss_acquire_cred.3 index 737cf74b8..e9f2f3559 100644 --- a/lib/gssapi/krb5/gss_acquire_cred.3 +++ b/lib/gssapi/krb5/gss_acquire_cred.3 @@ -366,6 +366,24 @@ described in and .Li RFC2744 . .Pp +.Fn gss_display_name +takes the gssapi name in +.Fa input_name +and put a printable form in +.Fa output_name_buffer . +.Fa output_name_buffer +should be freed when done using +.Fn gss_release_buffer . +.Fa output_name_type +can either be +.Dv NULL +or a pointer to a +.Li gss_OID +and will in the later case contain the OID type of the name. +The name should only be used for printing. +Access control should be done with the result of +.Fn gss_export_name . +.Pp .Fn gss_krb5_copy_ccache is an extension to the .Nm gssapi