Re: cvs commit: squid/src/auth/ntlm auth_ntlm.c auth_ntlm.h

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Sun, 11 Jun 2006 12:49:36 +0200

sön 2006-06-11 klockan 09:12 +0200 skrev Guido Serassio:

> Are you sure ?
>
> I have not verified, but I think that could be needed for fake_auth,
> no_check and SMB helpers, because they need to generate an arbitrary challenge.

Well. if the helper doesn't work it's about time the helper gets
updated.

fake_auth: OK

        if (strncasecmp(buf, "YR", 2) == 0) {

no_auth: NOT OK (fixing.. in 2.6 and 3)

        if ($_ eq "YR") {

smb: OK
        if (memcmp(buf, "YR", 2) == 0) { /* refresh-request */

Samba has always been ok.

Regards
Henrik

Received on Sun Jun 11 2006 - 04:49:42 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jun 30 2006 - 12:00:02 MDT