Add _gssapi_krb5_ccache_lifetime, used to extract lifetime from a
credential cache. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16238 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -254,6 +254,10 @@ _gss_check_compat(OM_uint32 *, gss_name_t, const char *,
|
|||||||
OM_uint32
|
OM_uint32
|
||||||
gssapi_lifetime_left(OM_uint32 *, OM_uint32, OM_uint32 *);
|
gssapi_lifetime_left(OM_uint32 *, OM_uint32, OM_uint32 *);
|
||||||
|
|
||||||
|
OM_uint32
|
||||||
|
_gssapi_krb5_ccache_lifetime(OM_uint32 *, krb5_ccache,
|
||||||
|
krb5_principal, OM_uint32 *);
|
||||||
|
|
||||||
/* sequence */
|
/* sequence */
|
||||||
|
|
||||||
OM_uint32
|
OM_uint32
|
||||||
|
@@ -254,6 +254,10 @@ _gss_check_compat(OM_uint32 *, gss_name_t, const char *,
|
|||||||
OM_uint32
|
OM_uint32
|
||||||
gssapi_lifetime_left(OM_uint32 *, OM_uint32, OM_uint32 *);
|
gssapi_lifetime_left(OM_uint32 *, OM_uint32, OM_uint32 *);
|
||||||
|
|
||||||
|
OM_uint32
|
||||||
|
_gssapi_krb5_ccache_lifetime(OM_uint32 *, krb5_ccache,
|
||||||
|
krb5_principal, OM_uint32 *);
|
||||||
|
|
||||||
/* sequence */
|
/* sequence */
|
||||||
|
|
||||||
OM_uint32
|
OM_uint32
|
||||||
|
Reference in New Issue
Block a user