1sasl_listmech(3)                SASL man pages                sasl_listmech(3)
2
3
4

NAME

6       sasl_listmech - Retrieve a list of the supported SASL mechanisms
7

SYNOPSIS

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

DESCRIPTION

16       sasl_global_listmech()  returns a null-terminated array of strings that
17       lists all mechanisms that are loaded by either  the  client  or  server
18       side of the library.
19
20

RETURN VALUE

22       Returns  a  pointer  to  the  array  on  success. NULL on failure (sasl
23       library uninitialized).
24
25

CONFORMING TO

27       RFC 4422
28

SEE ALSO

30       sasl(3), sasl_listmech(3), sasl_server_init(3), sasl_client_init(3)
31
32
33
34SASL                             10 July 2001                 sasl_listmech(3)
Impressum