summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-06 17:49:09 -0500
committerSimo Sorce <simo@redhat.com>2012-02-07 14:51:00 -0500
commit1dd267f3196295c7883985e9dac6c5c5afda2d3f (patch)
tree8cb293d894c01b992bc9f8566614b3c489d4153b /proxy/src/gp_conv.h
parentf7c466d7ea6fb9a1b0a19fc9b44c0fad0e23d33f (diff)
downloadgss-proxy-1dd267f3196295c7883985e9dac6c5c5afda2d3f.tar.gz
gss-proxy-1dd267f3196295c7883985e9dac6c5c5afda2d3f.tar.xz
gss-proxy-1dd267f3196295c7883985e9dac6c5c5afda2d3f.zip
Implement server side import_and_canon_name()
Also fix name conversion functions, to properly handle exporting/importing names.
Diffstat (limited to 'proxy/src/gp_conv.h')
-rw-r--r--proxy/src/gp_conv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/src/gp_conv.h b/proxy/src/gp_conv.h
index 02c8c52..82228b7 100644
--- a/proxy/src/gp_conv.h
+++ b/proxy/src/gp_conv.h
@@ -54,6 +54,7 @@ int gp_conv_err_to_gssx_string(uint32_t status, int type, gss_OID oid,
utf8string *ret_str);
int gp_conv_name_to_gssx(gss_name_t in, gssx_name *out);
+int gp_conv_name_to_gssx_alloc(gss_name_t in, gssx_name **out);
int gp_conv_gssx_to_name(gssx_name *in, gss_name_t *out);
int gp_conv_ctx_id_to_gssx(gss_ctx_id_t *in, gssx_ctx *out);