1SASL_DISPOSE(3)                   Cyrus SASL                   SASL_DISPOSE(3)
2
3
4

NAME

6       sasl_dispose - Cyrus SASL documentation
7

SYNOPSIS

9       #include <sasl/sasl.h>
10
11       void sasl_dispose(sasl_conn_t **pconn );
12

DESCRIPTION

14       int sasl_encode(sasl_conn_t *conn,
15
16       const char * input,
17
18       unsigned inputlen,
19
20       const char ** output,
21
22       unsigned * outputlen);
23              sasl_dispose  is  called  when  a  SASL  connection object is no
24              longer needed.
25
26              Note that this is usually when the protocol session is done  NOT
27              when  the authentication is done since a security layer may have
28              been negotiated.
29
30              Parameters
31
32                     · conn – is the SASL connection context
33

RETURN VALUE

35       No return values
36

CONFORMING TO

38       RFC 4422
39

SEE ALSO

41       sasl(3), sasl_server_new(3), sasl_client_new(3),
42

AUTHOR

44       The Cyrus Team
45
47       1993-2016, The Cyrus Team
48
49
50
51
522.1.27                         January 29, 2018                SASL_DISPOSE(3)
Impressum