#endif /* LEAN_CLIENT */
OM_uint32
-KRB5_CALLCONV krb5_gss_accept_sec_context_ext(
+krb5_gss_accept_sec_context_ext(
OM_uint32 *minor_status,
gss_ctx_id_t *context_handle,
gss_cred_id_t verifier_cred_handle,
delegated_cred_handle, exts);
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_accept_sec_context(minor_status, context_handle,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_accept_sec_context(minor_status, context_handle,
verifier_cred_handle, input_token,
input_chan_bindings, src_name, mech_type,
output_token, ret_flags, time_rec,
*/
static OM_uint32
-KRB5_CALLCONV acquire_accept_cred(krb5_context context,
+acquire_accept_cred(krb5_context context,
OM_uint32 *minor_status,
krb5_gss_name_t desired_name,
krb5_keytab req_keytab,
* desired_mechs and actual_mechs, so we ignore those parameters.
*/
-OM_uint32
-KRB5_CALLCONV krb5_gss_acquire_cred(minor_status, desired_name, time_req,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_acquire_cred(minor_status, desired_name, time_req,
desired_mechs, cred_usage, output_cred_handle,
actual_mechs, time_rec)
OM_uint32 *minor_status;
return acquire_cred(minor_status, &args, output_cred_handle, time_rec);
}
-OM_uint32
-KRB5_CALLCONV iakerb_gss_acquire_cred(minor_status, desired_name, time_req,
+OM_uint32 KRB5_CALLCONV
+iakerb_gss_acquire_cred(minor_status, desired_name, time_req,
desired_mechs, cred_usage, output_cred_handle,
actual_mechs, time_rec)
OM_uint32 *minor_status;
return acquire_cred(minor_status, &args, output_cred_handle, time_rec);
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_acquire_cred_with_password(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_acquire_cred_with_password(OM_uint32 *minor_status,
const gss_name_t desired_name,
const gss_buffer_t password,
OM_uint32 time_req,
return acquire_cred(minor_status, &args, output_cred_handle, time_rec);
}
-OM_uint32
-KRB5_CALLCONV iakerb_gss_acquire_cred_with_password(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+iakerb_gss_acquire_cred_with_password(OM_uint32 *minor_status,
const gss_name_t desired_name,
const gss_buffer_t password,
OM_uint32 time_req,
#include "gssapiP_krb5.h"
-OM_uint32
-KRB5_CALLCONV krb5_gss_compare_name(minor_status, name1, name2, name_equal)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_compare_name(minor_status, name1, name2, name_equal)
OM_uint32 *minor_status;
gss_name_t name1;
gss_name_t name2;
* $Id$
*/
-OM_uint32
-KRB5_CALLCONV krb5_gss_context_time(minor_status, context_handle, time_rec)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_context_time(minor_status, context_handle, time_rec)
OM_uint32 *minor_status;
gss_ctx_id_t context_handle;
OM_uint32 *time_rec;
* $Id$
*/
-OM_uint32
-KRB5_CALLCONV krb5_gss_delete_sec_context(minor_status, context_handle, output_token)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_delete_sec_context(minor_status, context_handle, output_token)
OM_uint32 *minor_status;
gss_ctx_id_t *context_handle;
gss_buffer_t output_token;
#include "gssapiP_krb5.h"
-OM_uint32
-KRB5_CALLCONV krb5_gss_display_name(minor_status, input_name, output_name_buffer,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_display_name(minor_status, input_name, output_name_buffer,
output_name_type)
OM_uint32 *minor_status;
gss_name_t input_name;
/**/
-OM_uint32
-KRB5_CALLCONV krb5_gss_display_status(minor_status, status_value, status_type,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_display_status(minor_status, status_value, status_type,
mech_type, message_context, status_string)
OM_uint32 *minor_status;
OM_uint32 status_value;
#include "gssapiP_krb5.h"
-OM_uint32 KRB5_CALLCONV krb5_gss_duplicate_name(OM_uint32 *minor_status,
- const gss_name_t input_name,
- gss_name_t *dest_name)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_duplicate_name(OM_uint32 *minor_status, const gss_name_t input_name,
+ gss_name_t *dest_name)
{
krb5_context context;
krb5_error_code code;
#include "gssapiP_krb5.h"
-OM_uint32 KRB5_CALLCONV krb5_gss_export_name(OM_uint32 *minor_status,
- const gss_name_t input_name,
- gss_buffer_t exported_name)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_export_name(OM_uint32 *minor_status, const gss_name_t input_name,
+ gss_buffer_t exported_name)
{
krb5_context context;
krb5_error_code code;
#include "gssapiP_krb5.h"
#ifndef LEAN_CLIENT
-OM_uint32
-KRB5_CALLCONV krb5_gss_export_sec_context(minor_status, context_handle, interprocess_token)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_export_sec_context(minor_status, context_handle, interprocess_token)
OM_uint32 *minor_status;
gss_ctx_id_t *context_handle;
gss_buffer_t interprocess_token;
/** declarations of internal name mechanism functions **/
-OM_uint32
-KRB5_CALLCONV krb5_gss_acquire_cred
+OM_uint32 KRB5_CALLCONV krb5_gss_acquire_cred
(OM_uint32*, /* minor_status */
gss_name_t, /* desired_name */
OM_uint32, /* time_req */
OM_uint32* /* time_rec */
);
-OM_uint32
-KRB5_CALLCONV iakerb_gss_acquire_cred
+OM_uint32 KRB5_CALLCONV iakerb_gss_acquire_cred
(OM_uint32*, /* minor_status */
gss_name_t, /* desired_name */
OM_uint32, /* time_req */
OM_uint32* /* time_rec */
);
-OM_uint32
-KRB5_CALLCONV krb5_gss_acquire_cred_with_password(
+OM_uint32 KRB5_CALLCONV
+krb5_gss_acquire_cred_with_password(
OM_uint32 *minor_status,
const gss_name_t desired_name,
const gss_buffer_t password,
gss_OID_set *actual_mechs,
OM_uint32 *time_rec);
-OM_uint32
-KRB5_CALLCONV iakerb_gss_acquire_cred_with_password(
+OM_uint32 KRB5_CALLCONV
+iakerb_gss_acquire_cred_with_password(
OM_uint32 *minor_status,
const gss_name_t desired_name,
const gss_buffer_t password,
gss_OID_set *actual_mechs,
OM_uint32 *time_rec);
-OM_uint32
-KRB5_CALLCONV krb5_gss_release_cred
+OM_uint32 KRB5_CALLCONV krb5_gss_release_cred
(OM_uint32*, /* minor_status */
gss_cred_id_t* /* cred_handle */
);
int /* iov_count */
);
-OM_uint32
-KRB5_CALLCONV krb5_gss_wrap_iov_length
+OM_uint32 KRB5_CALLCONV krb5_gss_wrap_iov_length
(OM_uint32 *, /* minor_status */
gss_ctx_id_t, /* context_handle */
int, /* conf_req_flag */
kg_acceptor_princ(krb5_context context, krb5_gss_name_t name,
krb5_principal *princ_out);
-OM_uint32
-KRB5_CALLCONV krb5_gss_display_name_ext(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_display_name_ext(OM_uint32 *minor_status,
gss_name_t name,
gss_OID display_as_name_type,
gss_buffer_t display_name);
-OM_uint32
-KRB5_CALLCONV krb5_gss_inquire_name(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_inquire_name(OM_uint32 *minor_status,
gss_name_t name,
int *name_is_MN,
gss_OID *MN_mech,
gss_buffer_set_t *attrs);
-OM_uint32
-KRB5_CALLCONV krb5_gss_get_name_attribute(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_get_name_attribute(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t attr,
int *authenticated,
gss_buffer_t display_value,
int *more);
-OM_uint32
-KRB5_CALLCONV krb5_gss_set_name_attribute(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_set_name_attribute(OM_uint32 *minor_status,
gss_name_t name,
int complete,
gss_buffer_t attr,
gss_buffer_t value);
-OM_uint32
-KRB5_CALLCONV krb5_gss_delete_name_attribute(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_delete_name_attribute(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t attr);
-OM_uint32
-KRB5_CALLCONV krb5_gss_export_name_composite(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_export_name_composite(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t exp_composite_name);
-OM_uint32
-KRB5_CALLCONV krb5_gss_map_name_to_any(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_map_name_to_any(OM_uint32 *minor_status,
gss_name_t name,
int authenticated,
gss_buffer_t type_id,
gss_any_t *output);
-OM_uint32
-KRB5_CALLCONV krb5_gss_release_any_name_mapping(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_release_any_name_mapping(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t type_id,
gss_any_t *input);
-OM_uint32
-KRB5_CALLCONV krb5_gss_pseudo_random(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_pseudo_random(OM_uint32 *minor_status,
gss_ctx_id_t context,
int prf_key,
const gss_buffer_t prf_in,
ssize_t desired_output_len,
gss_buffer_t prf_out);
-OM_uint32
-KRB5_CALLCONV krb5_gss_store_cred(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_store_cred(OM_uint32 *minor_status,
gss_cred_id_t input_cred_handle,
gss_cred_usage_t cred_usage,
const gss_OID desired_mech,
/* IAKERB */
-OM_uint32
-KRB5_CALLCONV iakerb_gss_init_sec_context(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+iakerb_gss_init_sec_context(OM_uint32 *minor_status,
gss_cred_id_t claimant_cred_handle,
gss_ctx_id_t *context_handle,
gss_name_t target_name,
OM_uint32 *ret_flags,
OM_uint32 *time_rec);
-OM_uint32
-KRB5_CALLCONV iakerb_gss_accept_sec_context(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+iakerb_gss_accept_sec_context(OM_uint32 *minor_status,
gss_ctx_id_t *context_handler,
gss_cred_id_t verifier_cred_handle,
gss_buffer_t input_token,
OM_uint32 *time_rec,
gss_cred_id_t *delegated_cred_handle);
-OM_uint32
-KRB5_CALLCONV iakerb_gss_delete_sec_context(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+iakerb_gss_delete_sec_context(OM_uint32 *minor_status,
gss_ctx_id_t *context_handle,
gss_buffer_t output_token);
}
};
-static OM_uint32
-KRB5_CALLCONV krb5_gss_inquire_sec_context_by_oid (OM_uint32 *minor_status,
+static OM_uint32 KRB5_CALLCONV
+krb5_gss_inquire_sec_context_by_oid (OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
const gss_OID desired_object,
gss_buffer_set_t *data_set)
};
#endif
-static OM_uint32
-KRB5_CALLCONV krb5_gss_inquire_cred_by_oid(OM_uint32 *minor_status,
+static OM_uint32 KRB5_CALLCONV
+krb5_gss_inquire_cred_by_oid(OM_uint32 *minor_status,
const gss_cred_id_t cred_handle,
const gss_OID desired_object,
gss_buffer_set_t *data_set)
};
#endif
-static OM_uint32
-KRB5_CALLCONV krb5_gss_set_sec_context_option (OM_uint32 *minor_status,
+static OM_uint32 KRB5_CALLCONV
+krb5_gss_set_sec_context_option (OM_uint32 *minor_status,
gss_ctx_id_t *context_handle,
const gss_OID desired_object,
const gss_buffer_t value)
},
};
-static OM_uint32
-KRB5_CALLCONV krb5_gssspi_set_cred_option(OM_uint32 *minor_status,
+static OM_uint32 KRB5_CALLCONV
+krb5_gssspi_set_cred_option(OM_uint32 *minor_status,
gss_cred_id_t *cred_handle,
const gss_OID desired_object,
const gss_buffer_t value)
#endif
};
-static OM_uint32
-KRB5_CALLCONV krb5_gssspi_mech_invoke (OM_uint32 *minor_status,
+static OM_uint32 KRB5_CALLCONV
+krb5_gssspi_mech_invoke (OM_uint32 *minor_status,
const gss_OID desired_mech,
const gss_OID desired_object,
gss_buffer_t value)
#define GS2_IAKERB_SASL_NAME "GS2-IAKERB"
#define GS2_IAKERB_SASL_NAME_LEN (sizeof(GS2_IAKERB_SASL_NAME) - 1)
-static OM_uint32
-KRB5_CALLCONV krb5_gss_inquire_mech_for_saslname(OM_uint32 *minor_status,
+static OM_uint32 KRB5_CALLCONV
+krb5_gss_inquire_mech_for_saslname(OM_uint32 *minor_status,
const gss_buffer_t sasl_mech_name,
gss_OID *mech_type)
{
return GSS_S_BAD_MECH;
}
-static OM_uint32
-KRB5_CALLCONV krb5_gss_inquire_saslname_for_mech(OM_uint32 *minor_status,
+static OM_uint32 KRB5_CALLCONV
+krb5_gss_inquire_saslname_for_mech(OM_uint32 *minor_status,
const gss_OID desired_mech,
gss_buffer_t sasl_mech_name,
gss_buffer_t mech_name,
return GSS_S_FAILURE;
}
-static OM_uint32
-KRB5_CALLCONV krb5_gss_inquire_attrs_for_mech(OM_uint32 *minor_status,
+static OM_uint32 KRB5_CALLCONV
+krb5_gss_inquire_attrs_for_mech(OM_uint32 *minor_status,
gss_const_OID mech,
gss_OID_set *mech_attrs,
gss_OID_set *known_mech_attrs)
}
#ifndef NO_PASSWORD
-static OM_uint32
-KRB5_CALLCONV krb5_gss_pname_to_uid(OM_uint32 *minor,
+static OM_uint32 KRB5_CALLCONV
+krb5_gss_pname_to_uid(OM_uint32 *minor,
const gss_name_t pname,
const gss_OID mech_type,
uid_t *uid)
}
#endif /* !NO_PASSWORD */
-static OM_uint32
-KRB5_CALLCONV krb5_gss_authorize_localname(OM_uint32 *minor,
+static OM_uint32 KRB5_CALLCONV
+krb5_gss_authorize_localname(OM_uint32 *minor,
const gss_name_t pname,
gss_const_buffer_t local_user,
gss_const_OID name_type)
* Delete an IAKERB context. This can also accept Kerberos context
* handles. The heuristic is similar to SPNEGO's delete_sec_context.
*/
-OM_uint32
-KRB5_CALLCONV iakerb_gss_delete_sec_context(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+iakerb_gss_delete_sec_context(OM_uint32 *minor_status,
gss_ctx_id_t *context_handle,
gss_buffer_t output_token)
{
exts->iakerb.conv = &ctx->conv;
}
-OM_uint32
-KRB5_CALLCONV iakerb_gss_accept_sec_context(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+iakerb_gss_accept_sec_context(OM_uint32 *minor_status,
gss_ctx_id_t *context_handle,
gss_cred_id_t verifier_cred_handle,
gss_buffer_t input_token,
return major_status;
}
-OM_uint32
-KRB5_CALLCONV iakerb_gss_init_sec_context(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+iakerb_gss_init_sec_context(OM_uint32 *minor_status,
gss_cred_id_t claimant_cred_handle,
gss_ctx_id_t *context_handle,
gss_name_t target_name,
return 0;
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_import_name(minor_status, input_name_buffer,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_import_name(minor_status, input_name_buffer,
input_name_type, output_name)
OM_uint32 *minor_status;
gss_buffer_t input_name_buffer;
return 0;
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_import_sec_context(minor_status, interprocess_token, context_handle)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_import_sec_context(minor_status, interprocess_token, context_handle)
OM_uint32 *minor_status;
gss_buffer_t interprocess_token;
gss_ctx_id_t *context_handle;
#include "gssapiP_krb5.h"
#include "mglueP.h"
-OM_uint32
-KRB5_CALLCONV krb5_gss_indicate_mechs(minor_status, mech_set)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_indicate_mechs(minor_status, mech_set)
OM_uint32 *minor_status;
gss_OID_set *mech_set;
{
}
#endif
-OM_uint32
-KRB5_CALLCONV krb5_gss_init_sec_context(minor_status, claimant_cred_handle,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_init_sec_context(minor_status, claimant_cred_handle,
context_handle, target_name, mech_type,
req_flags, time_req, input_chan_bindings,
input_token, actual_mech_type, output_token,
#include "gssapiP_krb5.h"
-OM_uint32
-KRB5_CALLCONV krb5_gss_inquire_context(minor_status, context_handle, initiator_name,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_inquire_context(minor_status, context_handle, initiator_name,
acceptor_name, lifetime_rec, mech_type, ret_flags,
locally_initiated, opened)
OM_uint32 *minor_status;
#include "gssapiP_krb5.h"
-OM_uint32
-KRB5_CALLCONV krb5_gss_inquire_cred(minor_status, cred_handle, name, lifetime_ret,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_inquire_cred(minor_status, cred_handle, name, lifetime_ret,
cred_usage, mechanisms)
OM_uint32 *minor_status;
gss_cred_id_t cred_handle;
}
/* V2 interface */
-OM_uint32
-KRB5_CALLCONV krb5_gss_inquire_cred_by_mech(minor_status, cred_handle,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_inquire_cred_by_mech(minor_status, cred_handle,
mech_type, name, initiator_lifetime,
acceptor_lifetime, cred_usage)
OM_uint32 *minor_status;
#include "gssapiP_krb5.h"
-OM_uint32
-KRB5_CALLCONV krb5_gss_inquire_names_for_mech(minor_status, mechanism, name_types)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_inquire_names_for_mech(minor_status, mechanism, name_types)
OM_uint32 *minor_status;
gss_OID mechanism;
gss_OID_set *name_types;
return(GSS_S_COMPLETE);
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_wrap(minor_status, context_handle, conf_req_flag,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_wrap(minor_status, context_handle, conf_req_flag,
qop_req, input_message_buffer, conf_state,
output_message_buffer)
OM_uint32 *minor_status;
output_message_buffer, KG_TOK_WRAP_MSG));
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_get_mic(minor_status, context_handle, qop_req,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_get_mic(minor_status, context_handle, qop_req,
message_buffer, message_token)
OM_uint32 *minor_status;
gss_ctx_id_t context_handle;
return GSS_S_COMPLETE;
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_wrap_iov(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_wrap_iov(OM_uint32 *minor_status,
gss_ctx_id_t context_handle,
int conf_req_flag,
gss_qop_t qop_req,
return major_status;
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_wrap_iov_length(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_wrap_iov_length(OM_uint32 *minor_status,
gss_ctx_id_t context_handle,
int conf_req_flag,
gss_qop_t qop_req,
return ret;
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_unwrap(minor_status, context_handle,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_unwrap(minor_status, context_handle,
input_message_buffer, output_message_buffer,
conf_state, qop_state)
OM_uint32 *minor_status;
return(rstat);
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_verify_mic(minor_status, context_handle,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_verify_mic(minor_status, context_handle,
message_buffer, token_buffer,
qop_state)
OM_uint32 *minor_status;
return code;
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_unwrap_iov(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_unwrap_iov(OM_uint32 *minor_status,
gss_ctx_id_t context_handle,
int *conf_state,
gss_qop_t *qop_state,
return 0;
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_inquire_name(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_inquire_name(OM_uint32 *minor_status,
gss_name_t name,
int *name_is_MN,
gss_OID *MN_mech,
return kg_map_name_error(minor_status, code);
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_get_name_attribute(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_get_name_attribute(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t attr,
int *authenticated,
return kg_map_name_error(minor_status, code);
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_set_name_attribute(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_set_name_attribute(OM_uint32 *minor_status,
gss_name_t name,
int complete,
gss_buffer_t attr,
return kg_map_name_error(minor_status, code);
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_delete_name_attribute(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_delete_name_attribute(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t attr)
{
return kg_map_name_error(minor_status, code);
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_map_name_to_any(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_map_name_to_any(OM_uint32 *minor_status,
gss_name_t name,
int authenticated,
gss_buffer_t type_id,
return kg_map_name_error(minor_status, code);
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_release_any_name_mapping(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_release_any_name_mapping(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t type_id,
gss_any_t *input)
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_export_name_composite(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_export_name_composite(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t exp_composite_name)
{
#define MIN(_a,_b) ((_a)<(_b)?(_a):(_b))
#endif
-OM_uint32
-KRB5_CALLCONV krb5_gss_pseudo_random(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_pseudo_random(OM_uint32 *minor_status,
gss_ctx_id_t context,
int prf_key,
const gss_buffer_t prf_in,
* $Id$
*/
-OM_uint32
-KRB5_CALLCONV krb5_gss_process_context_token(minor_status, context_handle,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_process_context_token(minor_status, context_handle,
token_buffer)
OM_uint32 *minor_status;
gss_ctx_id_t context_handle;
#include "gssapiP_krb5.h"
-OM_uint32
-KRB5_CALLCONV krb5_gss_release_cred(minor_status, cred_handle)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_release_cred(minor_status, cred_handle)
OM_uint32 *minor_status;
gss_cred_id_t *cred_handle;
{
#include "gssapiP_krb5.h"
-OM_uint32
-KRB5_CALLCONV krb5_gss_release_name(minor_status, input_name)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_release_name(minor_status, input_name)
OM_uint32 *minor_status;
gss_name_t *input_name;
{
#include "gssapiP_krb5.h"
-OM_uint32 KRB5_CALLCONV krb5_gss_internal_release_oid (OM_uint32 *, /* minor_status */
- gss_OID * /* oid */
-);
-
OM_uint32
krb5_gss_release_oid(minor_status, oid)
OM_uint32 *minor_status;
}
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_internal_release_oid(minor_status, oid)
+OM_uint32 KRB5_CALLCONV
+krb5_gss_internal_release_oid(minor_status, oid)
OM_uint32 *minor_status;
gss_OID *oid;
{
}
/* The mechglue always passes null desired_mechs and actual_mechs. */
-OM_uint32
-KRB5_CALLCONV krb5_gss_acquire_cred_impersonate_name(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_acquire_cred_impersonate_name(OM_uint32 *minor_status,
const gss_cred_id_t impersonator_cred_handle,
const gss_name_t desired_name,
OM_uint32 time_req,
return major_status;
}
-OM_uint32
-KRB5_CALLCONV krb5_gss_store_cred(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_store_cred(OM_uint32 *minor_status,
gss_cred_id_t input_cred_handle,
gss_cred_usage_t cred_usage,
const gss_OID desired_mech,
#include "gssapiP_krb5.h"
/* V2 interface */
-OM_uint32
-KRB5_CALLCONV krb5_gss_wrap_size_limit(minor_status, context_handle, conf_req_flag,
+OM_uint32 KRB5_CALLCONV
+krb5_gss_wrap_size_limit(minor_status, context_handle, conf_req_flag,
qop_req, req_output_size, max_input_size)
OM_uint32 *minor_status;
gss_ctx_id_t context_handle;
return (major);
}
-int
-KRB5_CALLCONV gss_userok(const gss_name_t name,
+int KRB5_CALLCONV
+gss_userok(const gss_name_t name,
const char *user)
{
OM_uint32 major, minor;
gss_union_cred_auxinfo auxinfo;
} gss_union_cred_desc, *gss_union_cred_t;
-typedef OM_uint32 (KRB5_CALLCONV *gss_acquire_cred_with_password_sfct)(
+typedef OM_uint32 (KRB5_CALLCONV *gss_acquire_cred_with_password_sfct)(
OM_uint32 *, /* minor_status */
const gss_name_t, /* desired_name */
const gss_buffer_t, /* password */
gss_qop_t *qop_state
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_sec_context_by_oid
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_sec_context_by_oid
(
OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
gss_buffer_set_t *data_set
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_cred_by_oid
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_cred_by_oid
(
OM_uint32 *minor_status,
const gss_cred_id_t cred_handle,
gss_buffer_set_t *data_set
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_set_cred_option
+OM_uint32 KRB5_CALLCONV
+spnego_gss_set_cred_option
(
OM_uint32 *minor_status,
gss_cred_id_t *cred_handle,
const gss_buffer_t value
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_set_sec_context_option
+OM_uint32 KRB5_CALLCONV
+spnego_gss_set_sec_context_option
(
OM_uint32 *minor_status,
gss_ctx_id_t *context_handle,
int iov_count
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_complete_auth_token
+OM_uint32 KRB5_CALLCONV
+spnego_gss_complete_auth_token
(
OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
gss_buffer_t input_message_buffer
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_acquire_cred_impersonate_name(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_acquire_cred_impersonate_name(
OM_uint32 *, /* minor_status */
const gss_cred_id_t, /* impersonator_cred_handle */
const gss_name_t, /* desired_name */
gss_OID_set *, /* actual_mechs */
OM_uint32 *); /* time_rec */
-OM_uint32
-KRB5_CALLCONV spnego_gss_acquire_cred_with_password(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_acquire_cred_with_password(
OM_uint32 *minor_status,
const gss_name_t desired_name,
const gss_buffer_t password,
gss_OID_set *actual_mechs,
OM_uint32 *time_rec);
-OM_uint32
-KRB5_CALLCONV spnego_gss_display_name_ext
+OM_uint32 KRB5_CALLCONV
+spnego_gss_display_name_ext
(
OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t display_name
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_name
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_name
(
OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_set_t *attrs
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_get_name_attribute
+OM_uint32 KRB5_CALLCONV
+spnego_gss_get_name_attribute
(
OM_uint32 *minor_status,
gss_name_t name,
int *more
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_set_name_attribute
+OM_uint32 KRB5_CALLCONV
+spnego_gss_set_name_attribute
(
OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t value
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_delete_name_attribute
+OM_uint32 KRB5_CALLCONV
+spnego_gss_delete_name_attribute
(
OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t attr
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_export_name_composite
+OM_uint32 KRB5_CALLCONV
+spnego_gss_export_name_composite
(
OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t exp_composite_name
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_map_name_to_any
+OM_uint32 KRB5_CALLCONV
+spnego_gss_map_name_to_any
(
OM_uint32 *minor_status,
gss_name_t name,
gss_any_t *output
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_release_any_name_mapping
+OM_uint32 KRB5_CALLCONV
+spnego_gss_release_any_name_mapping
(
OM_uint32 *minor_status,
gss_name_t name,
gss_any_t *input
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_pseudo_random
+OM_uint32 KRB5_CALLCONV
+spnego_gss_pseudo_random
(
OM_uint32 *minor_status,
gss_ctx_id_t context,
gss_buffer_t prf_out
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_set_neg_mechs
+OM_uint32 KRB5_CALLCONV
+spnego_gss_set_neg_mechs
(
OM_uint32 *minor_status,
gss_cred_id_t cred_handle,
const gss_OID_set mech_list
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_mech_for_saslname
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_mech_for_saslname
(
OM_uint32 *minor_status,
const gss_buffer_t sasl_mech_name,
gss_OID *mech_type
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_saslname_for_mech
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_saslname_for_mech
(
OM_uint32 *minor_status,
const gss_OID desired_mech,
gss_buffer_t mech_description
);
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_attrs_for_mech
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_attrs_for_mech
(
OM_uint32 *minor_status,
gss_const_OID mech,
}
/*ARGSUSED*/
-OM_uint32
-KRB5_CALLCONV spnego_gss_acquire_cred(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_acquire_cred(OM_uint32 *minor_status,
gss_name_t desired_name,
OM_uint32 time_req,
gss_OID_set desired_mechs,
}
/*ARGSUSED*/
-OM_uint32
-KRB5_CALLCONV spnego_gss_release_cred(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_release_cred(OM_uint32 *minor_status,
gss_cred_id_t *cred_handle)
{
spnego_gss_cred_id_t spcred = NULL;
}
/*ARGSUSED*/
-OM_uint32
-KRB5_CALLCONV spnego_gss_init_sec_context(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_init_sec_context(
OM_uint32 *minor_status,
gss_cred_id_t claimant_cred_handle,
gss_ctx_id_t *context_handle,
}
/*ARGSUSED*/
-OM_uint32
-KRB5_CALLCONV spnego_gss_accept_sec_context(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_accept_sec_context(
OM_uint32 *minor_status,
gss_ctx_id_t *context_handle,
gss_cred_id_t verifier_cred_handle,
/*ARGSUSED*/
-OM_uint32
-KRB5_CALLCONV spnego_gss_display_status(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_display_status(
OM_uint32 *minor_status,
OM_uint32 status_value,
int status_type,
/*ARGSUSED*/
-OM_uint32
-KRB5_CALLCONV spnego_gss_import_name(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_import_name(
OM_uint32 *minor_status,
gss_buffer_t input_name_buffer,
gss_OID input_name_type,
}
/*ARGSUSED*/
-OM_uint32
-KRB5_CALLCONV spnego_gss_release_name(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_release_name(
OM_uint32 *minor_status,
gss_name_t *input_name)
{
}
/*ARGSUSED*/
-OM_uint32
-KRB5_CALLCONV spnego_gss_duplicate_name(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_duplicate_name(
OM_uint32 *minor_status,
const gss_name_t input_name,
gss_name_t *output_name)
return (status);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_cred(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_cred(
OM_uint32 *minor_status,
gss_cred_id_t cred_handle,
gss_name_t *name,
}
/*ARGSUSED*/
-OM_uint32
-KRB5_CALLCONV spnego_gss_compare_name(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_compare_name(
OM_uint32 *minor_status,
const gss_name_t name1,
const gss_name_t name2,
/*ARGSUSED*/
/*ARGSUSED*/
-OM_uint32
-KRB5_CALLCONV spnego_gss_display_name(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_display_name(
OM_uint32 *minor_status,
gss_name_t input_name,
gss_buffer_t output_name_buffer,
/*ARGSUSED*/
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_names_for_mech(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_names_for_mech(
OM_uint32 *minor_status,
gss_OID mechanism,
gss_OID_set *name_types)
return (major);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_unwrap(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_unwrap(
OM_uint32 *minor_status,
gss_ctx_id_t context_handle,
gss_buffer_t input_message_buffer,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_wrap(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_wrap(
OM_uint32 *minor_status,
gss_ctx_id_t context_handle,
int conf_req_flag,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_process_context_token(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_process_context_token(
OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
const gss_buffer_t token_buffer)
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_delete_sec_context(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_delete_sec_context(
OM_uint32 *minor_status,
gss_ctx_id_t *context_handle,
gss_buffer_t output_token)
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_context_time(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_context_time(
OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
OM_uint32 *time_rec)
return (ret);
}
#ifndef LEAN_CLIENT
-OM_uint32
-KRB5_CALLCONV spnego_gss_export_sec_context(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_export_sec_context(
OM_uint32 *minor_status,
gss_ctx_id_t *context_handle,
gss_buffer_t interprocess_token)
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_import_sec_context(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_import_sec_context(
OM_uint32 *minor_status,
const gss_buffer_t interprocess_token,
gss_ctx_id_t *context_handle)
}
#endif /* LEAN_CLIENT */
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_context(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_context(
OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
gss_name_t *src_name,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_wrap_size_limit(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_wrap_size_limit(
OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
int conf_req_flag,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_get_mic(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_get_mic(
OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
gss_qop_t qop_req,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_verify_mic(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_verify_mic(
OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
const gss_buffer_t msg_buffer,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_sec_context_by_oid(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_sec_context_by_oid(
OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
const gss_OID desired_object,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_cred_by_oid(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_cred_by_oid(
OM_uint32 *minor_status,
const gss_cred_id_t cred_handle,
const gss_OID desired_object,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_set_cred_option(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_set_cred_option(
OM_uint32 *minor_status,
gss_cred_id_t *cred_handle,
const gss_OID desired_object,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_set_sec_context_option(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_set_sec_context_option(
OM_uint32 *minor_status,
gss_ctx_id_t *context_handle,
const gss_OID desired_object,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_wrap_aead(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_wrap_aead(OM_uint32 *minor_status,
gss_ctx_id_t context_handle,
int conf_req_flag,
gss_qop_t qop_req,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_unwrap_aead(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_unwrap_aead(OM_uint32 *minor_status,
gss_ctx_id_t context_handle,
gss_buffer_t input_message_buffer,
gss_buffer_t input_assoc_buffer,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_wrap_iov(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_wrap_iov(OM_uint32 *minor_status,
gss_ctx_id_t context_handle,
int conf_req_flag,
gss_qop_t qop_req,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_unwrap_iov(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_unwrap_iov(OM_uint32 *minor_status,
gss_ctx_id_t context_handle,
int *conf_state,
gss_qop_t *qop_state,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_wrap_iov_length(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_wrap_iov_length(OM_uint32 *minor_status,
gss_ctx_id_t context_handle,
int conf_req_flag,
gss_qop_t qop_req,
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_complete_auth_token(
+OM_uint32 KRB5_CALLCONV
+spnego_gss_complete_auth_token(
OM_uint32 *minor_status,
const gss_ctx_id_t context_handle,
gss_buffer_t input_message_buffer)
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_acquire_cred_impersonate_name(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_acquire_cred_impersonate_name(OM_uint32 *minor_status,
const gss_cred_id_t impersonator_cred_handle,
const gss_name_t desired_name,
OM_uint32 time_req,
return (status);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_acquire_cred_with_password(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_acquire_cred_with_password(OM_uint32 *minor_status,
const gss_name_t desired_name,
const gss_buffer_t password,
OM_uint32 time_req,
return (status);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_display_name_ext(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_display_name_ext(OM_uint32 *minor_status,
gss_name_t name,
gss_OID display_as_name_type,
gss_buffer_t display_name)
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_name(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_name(OM_uint32 *minor_status,
gss_name_t name,
int *name_is_MN,
gss_OID *MN_mech,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_get_name_attribute(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_get_name_attribute(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t attr,
int *authenticated,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_set_name_attribute(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_set_name_attribute(OM_uint32 *minor_status,
gss_name_t name,
int complete,
gss_buffer_t attr,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_delete_name_attribute(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_delete_name_attribute(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t attr)
{
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_export_name_composite(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_export_name_composite(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t exp_composite_name)
{
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_map_name_to_any(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_map_name_to_any(OM_uint32 *minor_status,
gss_name_t name,
int authenticated,
gss_buffer_t type_id,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_release_any_name_mapping(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_release_any_name_mapping(OM_uint32 *minor_status,
gss_name_t name,
gss_buffer_t type_id,
gss_any_t *input)
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_pseudo_random(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_pseudo_random(OM_uint32 *minor_status,
gss_ctx_id_t context,
int prf_key,
const gss_buffer_t prf_in,
return (ret);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_set_neg_mechs(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_set_neg_mechs(OM_uint32 *minor_status,
gss_cred_id_t cred_handle,
const gss_OID_set mech_list)
{
#define SPNEGO_SASL_NAME "SPNEGO"
#define SPNEGO_SASL_NAME_LEN (sizeof(SPNEGO_SASL_NAME) - 1)
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_mech_for_saslname(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_mech_for_saslname(OM_uint32 *minor_status,
const gss_buffer_t sasl_mech_name,
gss_OID *mech_type)
{
return (GSS_S_BAD_MECH);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_saslname_for_mech(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_saslname_for_mech(OM_uint32 *minor_status,
const gss_OID desired_mech,
gss_buffer_t sasl_mech_name,
gss_buffer_t mech_name,
return (GSS_S_FAILURE);
}
-OM_uint32
-KRB5_CALLCONV spnego_gss_inquire_attrs_for_mech(OM_uint32 *minor_status,
+OM_uint32 KRB5_CALLCONV
+spnego_gss_inquire_attrs_for_mech(OM_uint32 *minor_status,
gss_const_OID mech,
gss_OID_set *mech_attrs,
gss_OID_set *known_mech_attrs)