+Sat Feb 24 12:21:03 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * mglueP.h (gss_config): Change int fields to OM_uint32 to match
+ arguments to procedure calls in gss_init_sec_context,
+ gss_accept_sec_context, and gss_display_status.
+
Sat Feb 24 00:00:27 1996 Theodore Y. Ts'o <tytso@dcl>
* g_imp_name.c (gss_import_name): If the user passes in a
gss_ctx_id_t*, /* context_handle */
gss_name_t, /* target_name */
gss_OID, /* mech_type */
- int, /* req_flags */
+ OM_uint32, /* req_flags */
OM_uint32, /* time_req */
gss_channel_bindings_t, /* input_chan_bindings */
gss_buffer_t, /* input_token */
gss_OID*, /* actual_mech_type */
gss_buffer_t, /* output_token */
- int*, /* ret_flags */
+ OM_uint32*, /* ret_flags */
OM_uint32* /* time_rec */
));
OM_uint32 (*gss_accept_sec_context)
gss_name_t*, /* src_name */
gss_OID*, /* mech_type */
gss_buffer_t, /* output_token */
- int*, /* ret_flags */
+ OM_uint32*, /* ret_flags */
OM_uint32*, /* time_rec */
gss_cred_id_t* /* delegated_cred_handle */
));
OM_uint32, /* status_value */
int, /* status_type */
gss_OID, /* mech_type */
- int*, /* message_context */
+ OM_uint32*, /* message_context */
gss_buffer_t /* status_string */
));
OM_uint32 (*gss_indicate_mechs)