Displaying 1 result from an estimated 1 matches for "clientin".
Did you mean:
clientip
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...ls );
- return SASL_NOMEM;
- }
-
- memset(text, 0, sizeof(server_context_t));
-
- text->state = 1;
-
- *conn_context = text;
-
- return SASL_OK;
-}
-
-static int ntlm_server_mech_step1(server_context_t *text,
- sasl_server_params_t *sparams,
- const char *clientin,
- unsigned clientinlen,
- const char **serverout,
- unsigned *serveroutlen,
- sasl_out_params_t *oparams __attribute__((unused)))
-{
- ntlm_request_t *request = (ntlm_request_t *) clientin;
- char *domain = NULL;
- int result;
-
- if (!request || clientinlen < si...