Displaying 1 result from an estimated 1 matches for "out_buf_len".
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...buflen, childbuf);
-typedef struct server_context {
- int state;
+ fprintf(context->pipe_out, "%s\n", childbuf);
+ fflush(context->pipe_out);
- uint32 flags;
- unsigned char nonce[NTLM_NONCE_LENGTH];
-
- /* per-step mem management */
- char *out_buf;
- unsigned out_buf_len;
-
-} server_context_t;
-
-static int create_challenge(const sasl_utils_t *utils,
- server_context_t *text,
- const char *domain,
- uint32 flags,
- const u_char *nonce,
- unsigned *outlen)
-{
- ntlm_challenge_t *chal;
- uint32 type = NTLM_CHALLENGE;
- uint32 o...