sasl_client_step.3   sasl_client_step.3 
sasl_client_step(10 July 2001) sasl_client_step(10 July 20 01) sasl_client_step(3) SASL man pages sasl_client_step (3)
NAME NAME
sasl_client_step - Perform a step in the authentication negotiation sasl_client_step - Perform a step in the authentication negotiation
SYNOPSIS SYNOPSIS
#include <sasl/sasl.h> #include <sasl/sasl.h>
int sasl_client_step(sasl_conn_t *conn, int sasl_client_step(sasl_conn_t *conn,
const char *serverin, const char *serverin,
unsigned serverinlen, unsigned serverinlen,
skipping to change at line 52 skipping to change at line 52
as base64 encoding) necessary needs to be done by the client. as base64 encoding) necessary needs to be done by the client.
RETURN VALUE RETURN VALUE
sasl_client_step returns an integer which corresponds to one of the sasl_client_step returns an integer which corresponds to one of the
following codes. SASL_CONTINUE indicates success and that there are following codes. SASL_CONTINUE indicates success and that there are
more steps needed in the authentication. SASL_OK indicates that the more steps needed in the authentication. SASL_OK indicates that the
authentication is complete. All other return codes indicate errors and authentication is complete. All other return codes indicate errors and
should either be handled or the authentication session should be qui t. should either be handled or the authentication session should be qui t.
CONFORMING TO CONFORMING TO
RFC 2222 RFC 4422
SEE ALSO SEE ALSO
sasl(3), sasl_callbacks(3), sasl_errors(3), sasl_client_init( 3), sasl(3), sasl_callbacks(3), sasl_errors(3), sasl_client_init( 3),
sasl_client_new(3), sasl_client_start(3) sasl_client_new(3), sasl_client_start(3)
SASL man pages SASL sasl_client_step(10 July 20 01) SASL 10 July 2001 sasl_client_step (3)
 End of changes. 3 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/