From ec3b73aefe72e13433dfbc5a85714fdfecf87040 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 22 Jun 2012 14:24:40 +0200 Subject: Remove old Fixme comment explaining the cred import/export problem we had. Guenther --- proxy/src/gp_export.c | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'proxy/src') diff --git a/proxy/src/gp_export.c b/proxy/src/gp_export.c index 35b40dd..8c329d0 100644 --- a/proxy/src/gp_export.c +++ b/proxy/src/gp_export.c @@ -37,27 +37,6 @@ #include #include -/* FIXME: F I X M E - * - * FFFFF I X X M M EEEEE - * F I X X MM MM E - * FFF I XX M MM M EEE - * F I X X M M E - * F I X X M M EEEEE - * - * Credential functions should either be implemented with gss_export_cred() - * or, lacking those calls in the gssapi implementation, by keeping state - * in a table/list and returning a token. - * In both cases the content should be encrypted. - * - * Temporarily we simply return straight out the gss_cred_id_t pointer as - * a handle. - * - * THIS IS ONLY FOR THE PROTOTYPE - * - * *MUST* BE FIXED BEFORE ANY OFFICIAL RELEASE. - */ - struct gp_ring_buffer_cred { uint64_t count; gss_cred_id_t cred; -- cgit