-
(*sasl_conn_callback_t)
- Prototype for the connection creation callback
-
(*sasl_interact_callback_t)
- Prototype for the client interaction callback
-
SASL_CYRUS_DEBUG
- Enables debug mode for the SASL family of profiles, defaults to "0"
-
SASL_CYRUS_SERVICE
- Specifies the registered name of the service using SASL, defaults to "beep"
-
SASL_CYRUS_MINSSF
- Specifies the minimum SSF that may be negotiated defaults to 0.
-
SASL_CYRUS_MAXSSF
- Specifies the maximum SSF that may be negotiated defaults to 256.
-
SASL_CYRUS_PLUGINPATH
- Specifies the registered name of the service using SASL, optional
-
cyrus_profiles_Init
- Well-known entry point for the SASL profiles implemented by Cyrus.
-
cyrus_first
- The function to call before calling sasl_client_init or sasl_server_init
-
cyrus_client_callbacks
- Returns a sasl_callback_t array, suitable for passing to sasl_client_init.
-
cyrus_server_callbacks
- Returns a sasl_callback_t array, suitable for passing to sasl_server_init.
-
cyrus_callback_setlog
- Sets the SASL_CB_LOG callback to use the logging package.
-
cyrus_fillin
- A default interaction-handler.
-
cyrus_tune
- Configures a profile-registration structure to invoke a user-supplied callback when it wants to create a sasl_conn_t.
-
cyrus_login
- Tune using SASL, and update the connection's configuration structure accordingly.
Home Alphabetic index
This page was generated with the help of DOC++.