summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-06-22 14:24:40 +0200
committerSimo Sorce <simo@redhat.com>2012-07-06 08:44:52 -0400
commit3773cc4352c6efdf114ec91013867844cfaaadfb (patch)
tree15cf9b93b8ff5881aa5eb201aa4dc22c7f8e6156
parentd331e589cd00df5482a2848d9d6ac33e9f41b662 (diff)
downloadgss-proxy-3773cc4352c6efdf114ec91013867844cfaaadfb.tar.gz
gss-proxy-3773cc4352c6efdf114ec91013867844cfaaadfb.tar.xz
gss-proxy-3773cc4352c6efdf114ec91013867844cfaaadfb.zip
Remove Fixme comment
We solved the cred import/export problem we had. Signed-off-by: Simo Sorce <simo@redhat.com>
-rw-r--r--proxy/src/gp_export.c21
1 files changed, 0 insertions, 21 deletions
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 <grp.h>
#include <pthread.h>
-/* 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 {