From a626def4cda832d9d2fbc097c0126234c69a03da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 21 May 2003 14:47:55 +0000 Subject: [PATCH] document argument lifetime_rec to function gss_inquire_context git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12316 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/gss_acquire_cred.3 | 5 +++++ lib/gssapi/krb5/gss_acquire_cred.3 | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/lib/gssapi/gss_acquire_cred.3 b/lib/gssapi/gss_acquire_cred.3 index c82a6b2d7..cd7711a2f 100644 --- a/lib/gssapi/gss_acquire_cred.3 +++ b/lib/gssapi/gss_acquire_cred.3 @@ -522,6 +522,11 @@ If access control is needed, see section .Fn gss_inquire_context returns information about the context. Information is available even after the context have expired. +.Fa lifetime_rec +argument is set to +.Dv GSS_C_INDEFINITE +(dont expire) or the number of seconds that the context is still valid. +A value of 0 means that the context is expired. .Fa mech_type argument should be considered readonly and must not be released. .Fa src_name diff --git a/lib/gssapi/krb5/gss_acquire_cred.3 b/lib/gssapi/krb5/gss_acquire_cred.3 index c82a6b2d7..cd7711a2f 100644 --- a/lib/gssapi/krb5/gss_acquire_cred.3 +++ b/lib/gssapi/krb5/gss_acquire_cred.3 @@ -522,6 +522,11 @@ If access control is needed, see section .Fn gss_inquire_context returns information about the context. Information is available even after the context have expired. +.Fa lifetime_rec +argument is set to +.Dv GSS_C_INDEFINITE +(dont expire) or the number of seconds that the context is still valid. +A value of 0 means that the context is expired. .Fa mech_type argument should be considered readonly and must not be released. .Fa src_name