search for: argslen

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

Did you mean: arglen
2004 Oct 07
0
[PATCH] change old style SASL discovery code
...enticate.c --- dovecot-1.0-test46.vanilla/src/pop3-login/client-authenticate.c 2004-09-15 17:19:12.000000000 +0400 +++ dovecot-1.0-test46/src/pop3-login/client-authenticate.c 2004-10-05 20:43:18.000000000 +0400 @@ -284,16 +284,19 @@ int cmd_auth(struct pop3_client *client, string_t *buf; size_t argslen; - if (*args == '\0' && - auth_client_find_mech(auth_client, "NTLM") != NULL) { - /* This is needed to allow MS Outlook to use NTLM - authentication. Sometimes this kludge is called - "old-style SASL discovery". */ + if (*args == '\0') { +...