#include <gsasl.h>
Go to the source code of this file.
Defines | |
#define | GSASL_NTLM_NAME "NTLM" |
Functions | |
int | _gsasl_ntlm_client_start (Gsasl_session *sctx, void **mech_data) |
int | _gsasl_ntlm_client_step (Gsasl_session *sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t *output_len) |
void | _gsasl_ntlm_client_finish (Gsasl_session *sctx, void *mech_data) |
Variables | |
Gsasl_mechanism | gsasl_ntlm_mechanism |
void _gsasl_ntlm_client_finish | ( | Gsasl_session * | sctx, | |
void * | mech_data | |||
) |
int _gsasl_ntlm_client_start | ( | Gsasl_session * | sctx, | |
void ** | mech_data | |||
) |
int _gsasl_ntlm_client_step | ( | Gsasl_session * | sctx, | |
void * | mech_data, | |||
const char * | input, | |||
size_t | input_len, | |||
char ** | output, | |||
size_t * | output_len | |||
) |
Definition at line 61 of file ntlm.c.
References GSASL_AUTHID, GSASL_MALLOC_ERROR, GSASL_MECHANISM_CALLED_TOO_MANY_TIMES, GSASL_MECHANISM_PARSE_ERROR, GSASL_NEEDS_MORE, GSASL_NO_AUTHID, GSASL_NO_PASSWORD, GSASL_OK, GSASL_PASSWORD, gsasl_property_get(), GSASL_REALM, and _Gsasl_ntlm_state::step.
Definition at line 30 of file ntlm/mechinfo.c.