logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sasl_dispose - Cyrus SASL documentation

Author

       The Cyrus Team

Conforming To

RFC4422

Description

intsasl_encode(sasl_conn_t*conn,constchar*input,unsignedinputlen,constchar**output,unsigned*outputlen);sasl_dispose is called when a SASL connection object is no longer needed.

              Note  that  this  is usually when the protocol session is done NOT when the authentication is done
              since a security layer may have been negotiated.

              Parametersconn – is the SASL connection context

Name

       sasl_dispose - Cyrus SASL documentation

Return Value

       No return values

See Also

sasl(3), sasl_server_new(3), sasl_client_new(3),

Synopsis

       #include <sasl/sasl.h>

       void sasl_dispose(sasl_conn_t **pconn );

See Also