
- #STUNNEL RASBERRY PI INTRODUCTION HOW TO#
- #STUNNEL RASBERRY PI INTRODUCTION DRIVERS#
- #STUNNEL RASBERRY PI INTRODUCTION VERIFICATION#
#STUNNEL RASBERRY PI INTRODUCTION VERIFICATION#
sasl_verifyfile_t - The SASL file verification.sasl_utf8verify - Verify a string is valid utf8.
sasl_usererr - Remove information leak about accounts from sasl error codes. sasl_user_exists - Check if a user exists on server. sasl_setpass - Check a plaintext password. sasl_set_mutex - set the mutex lock functions used by the SASL library. sasl_set_alloc - set the memory allocation functions used by the SASL library. sasl_server_userdb_setpass_t - UserDB Plaintext Password Setting Callback. sasl_server_userdb_checkpass_t - Plaintext Password Verification Callback. sasl_server_step - Perform a step in the authentication negotiation. sasl_server_start - Begin an authentication negotiation. sasl_server_plug_init_t - server plug‐in entry point. sasl_server_new - Create a new server authentication object. sasl_server_init - SASL server authentication initialization. sasl_server_add_plugin - add a SASL server plugin. sasl_listmech - Retrieve a list of the supported SASL mechanisms. sasl_idle - Perform precalculations during an idle period. sasl_global_listmech - Retrieve a list of the supported SASL mechanisms. sasl_getsimple_t - The SASL callback for username/authname/realm. sasl_getsecret_t - The SASL callback for secrets (passwords). sasl_getrealm_t - Realm Acquisition Callback. #STUNNEL RASBERRY PI INTRODUCTION DRIVERS#
sasl_getpath_t - The SASL callback to indicate location of the mechanism drivers. sasl_getopt_t - The SASL get option callback. sasl_getconfpath_t - The SASL callback to indicate location of the config files. sasl_getcallback_t - callback function to lookup a sasl_callback_t for a connection. sasl_errstring - Translate a SASL return code to a human-readable form. sasl_errdetail - Retrieve detailed information about an error. sasl_encodev - Encode data for transport to authenticated host. sasl_encode - Encode data for transport to authenticated host.
sasl_done - Dispose of a SASL connection object.sasl_dispose - Dispose of a SASL connection object.sasl_client_step - Perform a step in the authentication negotiation.sasl_client_start - Begin an authentication negotiation.sasl_client_plug_init_t - client plug‐in entry point.sasl_client_new - Create a new client authentication object.sasl_client_init - SASL client authentication initialization.sasl_client_add_plugin - add a SASL client plugin.sasl_checkpass - Check a plaintext password.sasl_checkapop - Check an APOP challenge/response.sasl_chalprompt_t - Realm acquisition callback.sasl_canonuser_add_plugin - add a SASL user canonicalization plugin.sasl_canon_user_t - Application-supplied user canonicalization function.
#STUNNEL RASBERRY PI INTRODUCTION HOW TO#
sasl_callbacks - How to work with SASL callbacks. sasl_auxprop_request - Request auxiliary properties from SASL. sasl_auxprop_getctx - Acquire an auxiliary property context. sasl_auxprop_add_plugin - add a SASL auxiliary property plugin. sasl_auxprop - How to work with SASL auxiliary properties. sasl_authorize_t - The SASL authorization callback. The PLAIN mechanism, sasl_checkpass(), and plaintext passwords. Authentication and authorization identifiers.