search for: childbuflen

Displaying 1 result from an estimated 1 matches for "childbuflen".

2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...16(P21, passwd) + 16, 0, 5); - return P21; + context->child_pid = 0; } -static unsigned char *P24(unsigned char *P24, unsigned char *P21, - unsigned char *C8) - +static int ntlm_child_interact(struct ntlm_context *context, + unsigned char *childbuf, + unsigned max_childbuflen, + unsigned *childbuflen) { - E(P24, P21, NTLM_HASH_LENGTH, C8, NTLM_NONCE_LENGTH); - return P24; -} - -/***************************** Server Section *****************************/ + syslog(LOG_DEBUG, "Sending %d bytes do child: %s\n", + *childbuflen, childbuf); -...