code for token delegation. From Daniel Kouril <kouril@ics.muni.cz> and Miroslav Ruda <ruda@ics.muni.cz>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8429 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -89,6 +89,8 @@ typedef struct gss_OID_set_desc_struct {
|
||||
|
||||
struct krb5_keytab_data;
|
||||
|
||||
struct krb5_ccache_data;
|
||||
|
||||
typedef int gss_cred_usage_t;
|
||||
|
||||
typedef struct gss_cred_id_t_desc_struct {
|
||||
@@ -97,6 +99,7 @@ typedef struct gss_cred_id_t_desc_struct {
|
||||
OM_uint32 lifetime;
|
||||
gss_cred_usage_t usage;
|
||||
gss_OID_set mechanisms;
|
||||
struct krb5_ccache_data *ccache;
|
||||
} gss_cred_id_t_desc;
|
||||
|
||||
typedef gss_cred_id_t_desc *gss_cred_id_t;
|
||||
|
Reference in New Issue
Block a user