--------------------- PatchSet 529 Date: 2000/08/11 14:00:56 Author: rbcollins Branch: ntlm Tag: (none) Log: extra debugging on failed authenticate NTLM requests. Members: src/acl.c:1.1.1.3.12.12->1.1.1.3.12.13 Index: squid/src/acl.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/acl.c,v retrieving revision 1.1.1.3.12.12 retrieving revision 1.1.1.3.12.13 diff -u -r1.1.1.3.12.12 -r1.1.1.3.12.13 --- squid/src/acl.c 10 Aug 2000 10:06:47 -0000 1.1.1.3.12.12 +++ squid/src/acl.c 11 Aug 2000 14:00:56 -0000 1.1.1.3.12.13 @@ -1,6 +1,6 @@ /* - * $Id: acl.c,v 1.1.1.3.12.12 2000/08/10 10:06:47 rbcollins Exp $ + * $Id: acl.c,v 1.1.1.3.12.13 2000/08/11 14:00:56 rbcollins Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -2077,7 +2077,7 @@ checklist->conn->auth_type = AUTH_BROKEN; checklist->conn->auth_state= AUTHENTICATE_STATE_NONE; checklist->conn->authhelper= NULL; - debug(28,1)("bad NTLM negotiate request recieved on FD:%d.\n",checklist->conn->fd); + debug(28,1)("aclLookupProxyNTLMAuthDone: bad NTLM negotiate request recieved on FD:%d.\n",checklist->conn->fd); } break; case AUTHENTICATE_STATE_RESPONSE: @@ -2090,6 +2090,7 @@ { checklist->conn->auth_state=AUTHENTICATE_STATE_NONE; /* something botched.. restart */ checklist->conn->auth_type = AUTH_BROKEN; + debug(28,6)("aclLookupProxyNTLMAuthDone: failed NTLM authentication on FD:%d error '%s'\n",checklist->conn->fd,result); } assert(checklist->conn->authhelper); checklist->conn->authhelper=0; /*clear the handler*/