Displaying 1 result from an estimated 1 matches for "mech_new".
Did you mean:
ceph_new
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...d response from child\n");
+ return SASL_FAIL;
+ }
- return SASL_OK;
+ if ((*childbuflen <= 3) && (strncmp(childbuf, "BH", 2) == 0)) {
+ syslog(LOG_DEBUG, "Broke Helper somehow...\n");
+ return SASL_FAIL;
+ }
+ return SASL_OK;
}
static int ntlm_server_mech_new(void *glob_context __attribute__((unused)),
- sasl_server_params_t *sparams,
- const char *challenge __attribute__((unused)),
- unsigned challen __attribute__((unused)),
- void **conn_context)
-{
- server_context_t *text;
-
- /* holds state are in */
- text = sparams->u...