Simple Authentication Security Layer Library Functions
saslidle(3SASL)
NAME
saslidle - perform precalculations during an idle period
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
int saslidle(saslconnt *conn);
DESCRIPTION
Use the saslidle() interface during an idle period to allow
the SASL library or any mechanisms to perform any necessary
precalculation.
PARAMETERS
conn The SASL connection context. The value of conn can
be NUL in order to complete a precalculation before
the connection takes place.
RETURN VALUES
saslidle() returns the following values:
1 Indicates action was taken
0 Indicates no action was taken
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 28 Aug 2003 1
Simple Authentication Security Layer Library Functions
saslidle(3SASL)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 28 Aug 2003 2
Simple Authentication Security Layer Library Functions
saslidle(3SASL)
SunOS 5.11 Last change: 28 Aug 2003 3
|