From 3773cc4352c6efdf114ec91013867844cfaaadfb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 22 Jun 2012 14:24:40 +0200 Subject: Remove Fixme comment We solved the cred import/export problem we had. Signed-off-by: Simo Sorce --- 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 4fa22ab..8a0efb7 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. - */ - #define GP_RING_BUFFER_KEY_ENCTYPE ENCTYPE_AES256_CTS_HMAC_SHA1_96 struct gp_ring_buffer_cred { -- cgit