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
This commit is contained in:
Love Hörnquist Åstrand
2003-05-21 14:47:55 +00:00
parent e6992a52e1
commit a626def4cd
2 changed files with 10 additions and 0 deletions

View File

@@ -522,6 +522,11 @@ If access control is needed, see section
.Fn gss_inquire_context .Fn gss_inquire_context
returns information about the context. returns information about the context.
Information is available even after the context have expired. 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 .Fa mech_type
argument should be considered readonly and must not be released. argument should be considered readonly and must not be released.
.Fa src_name .Fa src_name

View File

@@ -522,6 +522,11 @@ If access control is needed, see section
.Fn gss_inquire_context .Fn gss_inquire_context
returns information about the context. returns information about the context.
Information is available even after the context have expired. 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 .Fa mech_type
argument should be considered readonly and must not be released. argument should be considered readonly and must not be released.
.Fa src_name .Fa src_name