search for: server_context

Displaying 2 results from an estimated 2 matches for "server_context".

2013 May 17
2
Continued compilation errors with samba 3.6.15
...t_signal.c Compiling ../lib/tevent/tevent_req.c Compiling ../lib/tevent/tevent_wakeup.c Compiling ../lib/tevent/tevent_queue.c Compiling ../lib/tevent/tevent_standard.c Compiling ../lib/tevent/tevent_select.c Compiling ../lib/tevent/tevent_poll.c Compiling ../lib/tevent/tevent_epoll.c Compiling lib/server_contexts.c Compiling lib/ldap_escape.c Compiling lib/secdesc.c Compiling ../libcli/security/access_check.c Compiling ../libcli/security/secace.c Compiling ../libcli/security/object_tree.c Compiling ../libcli/security/sddl.c Compiling ../libcli/security/secacl.c Compiling lib/fncall.c Compiling libads/krb5_...
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...gned *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); -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 c...