1SASL_GLOBAL_LISTMECH(3)           Cyrus SASL           SASL_GLOBAL_LISTMECH(3)
2
3
4

NAME

6       sasl_global_listmech - Cyrus SASL documentation
7

SYNOPSIS

9       #include <sasl/sasl.h>
10
11       const char ** sasl_global_listmech();
12

DESCRIPTION

14       const char ** sasl_global_listmech();
15              sasl_global_listmech  returns a nullā€terminated array of strings
16              that lists all mechanisms that are loaded by either  the  client
17              or server side of the library.
18

RETURN VALUE

20       Returns  a  pointer  to  the  array  on  success. NULL on failure (sasl
21       library uninitialized).
22

SEE ALSO

24       RFC   4422,:saslman:sasl(3),   sasl_server_init(3),   sasl_listmech(3),
25       sasl_client_init(3)
26

AUTHOR

28       The Cyrus Team
29
31       1993-2016, The Cyrus Team
32
33
34
35
362.1.27                         January 29, 2018        SASL_GLOBAL_LISTMECH(3)
Impressum