1sasl_idle(3SASSiLm)ple Authentication Security Layer Library Functisoanssl_idle(3SASL)
2
3
4
6 sasl_idle - perform precalculations during an idle period
7
9 cc [ flag ... ] file ... -lsasl [ library ... ]
10 #include <sasl/sasl.h>
11
12 int sasl_idle(sasl_conn_t *conn);
13
14
16 Use the sasl_idle() interface during an idle period to allow the SASL
17 library or any mechanisms to perform any necessary precalculation.
18
20 conn The SASL connection context. The value of conn can be NULL in
21 order to complete a precalculation before the connection takes
22 place.
23
24
26 sasl_idle() returns the following values:
27
28 1 Indicates action was taken
29
30
31 0 Indicates no action was taken
32
33
35 See attributes(5) for descriptions of the following attributes:
36
37
38
39
40 ┌─────────────────────────────┬─────────────────────────────┐
41 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
42 ├─────────────────────────────┼─────────────────────────────┤
43 │Availability │SUNWlibsasl │
44 ├─────────────────────────────┼─────────────────────────────┤
45 │Interface Stability │Evolving │
46 ├─────────────────────────────┼─────────────────────────────┤
47 │MT-Level │MT-Safe │
48 └─────────────────────────────┴─────────────────────────────┘
49
51 attributes(5)
52
53
54
55SunOS 5.11 28 Aug 2003 sasl_idle(3SASL)