From 9136e031772f472270a3d37732daf1c21e99e54c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 1 Feb 2012 18:54:52 -0500 Subject: Change gssx_mechinfo We do not need provider names and paths apssed to clients. Clients have no use for such info and can be argued it is something admins do not want to disclose anyway. Add saslname extensions that were missing from the first draft. --- proxy/rpcgen/gss_proxy.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'proxy/rpcgen/gss_proxy.h') diff --git a/proxy/rpcgen/gss_proxy.h b/proxy/rpcgen/gss_proxy.h index 9986240..5cb458c 100644 --- a/proxy/rpcgen/gss_proxy.h +++ b/proxy/rpcgen/gss_proxy.h @@ -76,14 +76,9 @@ struct gssx_mech_info { gssx_OID_set known_mech_attrs; gssx_OID_set cred_options; gssx_OID_set sec_ctx_options; - struct { - u_int provider_names_len; - utf8string *provider_names_val; - } provider_names; - struct { - u_int provider_paths_len; - utf8string *provider_paths_val; - } provider_paths; + gssx_buffer saslname_sasl_mech_name; + gssx_buffer saslname_mech_name; + gssx_buffer saslname_mech_desc; struct { u_int extensions_len; gssx_typed_hole *extensions_val; -- cgit