1sasl_listmech(10 July 2001) sasl_listmech(10 July 2001)
2
3
4
6 sasl_listmech - Retrieve a list of the supported SASL mechanisms
7
9 #include <sasl/sasl.h>
10
11
12 const char ** sasl_global_listmech()
13
14
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
22 Returns a pointer to the array on success. NULL on failure (sasl
23 library uninitialized).
24
25
27 RFC 2222
28
30 sasl(3), sasl_listmech(3), sasl_server_init(3), sasl_client_init(3)
31
32
33
34SASL man pages SASL sasl_listmech(10 July 2001)