summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-06-22 14:24:40 +0200
committerGünther Deschner <gdeschner@redhat.com>2012-06-26 14:45:10 +0200
commitec3b73aefe72e13433dfbc5a85714fdfecf87040 (patch)
treeb748ecc08e26e25c6e86075d142581de679a3be2
parentbb20c8786d400c90ca959ebb0fdf7c13bd7ddc48 (diff)
downloadgss-proxy-ec3b73aefe72e13433dfbc5a85714fdfecf87040.tar.gz
gss-proxy-ec3b73aefe72e13433dfbc5a85714fdfecf87040.tar.xz
gss-proxy-ec3b73aefe72e13433dfbc5a85714fdfecf87040.zip
Remove old Fixme comment explaining the cred import/export problem we had.
Guenther
-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 35b40dd..8c329d0 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.
- */
-
struct gp_ring_buffer_cred {
uint64_t count;
gss_cred_id_t cred;