From 53f7c6be924f6c499fc4e036c687173c30f0ac8d Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 13 Feb 2010 17:28:29 -0800 Subject: [PATCH] more refs --- lib/gssapi/mech/gss_init_sec_context.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/gssapi/mech/gss_init_sec_context.c b/lib/gssapi/mech/gss_init_sec_context.c index 940ad5f91..6fa767f45 100644 --- a/lib/gssapi/mech/gss_init_sec_context.c +++ b/lib/gssapi/mech/gss_init_sec_context.c @@ -58,8 +58,16 @@ _gss_mech_cred_find(gss_cred_id_t cred_handle, gss_OID mech_type) * @param context_handle a pointer to a context handle, will be * returned as long as there is not an error. * - * @param target_name - * @param input_mech_type + * @param target_name the target name of acceptor, created using + * gss_import_name(). The name is can be of any name types the + * mechanism supports, check supported name types with + * gss_inquire_names_for_mech(). + * + * @param input_mech_type mechanism type to use, if GSS_C_NO_OID is + * used, Kerberos (GSS_KRB5_MECHANISM) will be tried. Other + * available mechanism are listed in the @ref gssapi_mechs_intro + * section. + * * @param req_flags * @param time_req * @param input_chan_bindings