From 3ddb2af8d5686d2721915f64f7ed35a931617511 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 13 Feb 2010 17:41:33 -0800 Subject: [PATCH] more flags and stuff --- lib/gssapi/mech/gss_init_sec_context.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lib/gssapi/mech/gss_init_sec_context.c b/lib/gssapi/mech/gss_init_sec_context.c index 6fa767f45..1bcc63934 100644 --- a/lib/gssapi/mech/gss_init_sec_context.c +++ b/lib/gssapi/mech/gss_init_sec_context.c @@ -68,14 +68,20 @@ _gss_mech_cred_find(gss_cred_id_t cred_handle, gss_OID mech_type) * available mechanism are listed in the @ref gssapi_mechs_intro * section. * - * @param req_flags - * @param time_req - * @param input_chan_bindings + * @param req_flags flags using when building the context, see @ref + * gssapi_context_ flags + * + * @param time_req time requested this context should be valid in + * seconds, common used value is GSS_C_INDEFINITE + * + * @param input_chan_bindings Channel bindings used, if not exepected + * otherwise, used GSS_C_NO_CHANNEL_BINDINGS * * @param input_token input token sent from the acceptor, for the * initial packet the buffer of { NULL, 0 } should be used. * - * @param actual_mech_type the actual mech used + * @param actual_mech_type the actual mech used, MUST NOT be freed + * since it pointing to static memory. * * @param output_token if there is an output token, regardless of * complete, continue_needed, or error it should be sent to the