From 94d395f36e996f19d7e10a54c734f8bc0dc21da1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 16 May 2013 12:06:19 +0200 Subject: Disable gss_export_name_composite() for now. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We first need to fix our tests and implementation. Temporary workaround for: https://fedorahosted.org/gss-proxy/ticket/81 Signed-off-by: Günther Deschner Reviewed-by: Simo Sorce --- proxy/src/mechglue/gpp_import_and_canon_name.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'proxy/src') diff --git a/proxy/src/mechglue/gpp_import_and_canon_name.c b/proxy/src/mechglue/gpp_import_and_canon_name.c index b3724bd..0529623 100644 --- a/proxy/src/mechglue/gpp_import_and_canon_name.c +++ b/proxy/src/mechglue/gpp_import_and_canon_name.c @@ -149,7 +149,8 @@ done: /* OM_uint32 gssi_export_name(OM_uint32 *minor_status, const gss_name_t input_name, gss_buffer_t exported_name) */ - +#if 0 +/* disabled until better understood */ OM_uint32 gssi_export_name_composite(OM_uint32 *minor_status, const gss_name_t input_name, gss_buffer_t exported_composite_name) @@ -175,6 +176,7 @@ OM_uint32 gssi_export_name_composite(OM_uint32 *minor_status, *minor_status = gpp_map_error(min); return maj; } +#endif OM_uint32 gssi_duplicate_name(OM_uint32 *minor_status, const gss_name_t input_name, -- cgit