--------------------- PatchSet 3679 Date: 2006/09/03 18:05:25 Author: serassio Branch: nt Tag: (none) Log: Fix incomplete IPC drop Members: src/auth/basic/auth_basic.cc:1.5.2.17->1.5.2.18 src/auth/digest/auth_digest.cc:1.6.2.26->1.6.2.27 src/auth/negotiate/auth_negotiate.cc:1.2.2.10->1.2.2.11 src/auth/ntlm/auth_ntlm.cc:1.6.2.27->1.6.2.28 Index: squid3/src/auth/basic/auth_basic.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/auth/basic/auth_basic.cc,v retrieving revision 1.5.2.17 retrieving revision 1.5.2.18 diff -u -r1.5.2.17 -r1.5.2.18 --- squid3/src/auth/basic/auth_basic.cc 7 Jul 2006 19:59:33 -0000 1.5.2.17 +++ squid3/src/auth/basic/auth_basic.cc 3 Sep 2006 18:05:25 -0000 1.5.2.18 @@ -1,5 +1,5 @@ /* - * $Id: auth_basic.cc,v 1.5.2.17 2006/07/07 19:59:33 serassio Exp $ + * $Id: auth_basic.cc,v 1.5.2.18 2006/09/03 18:05:25 serassio Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Duane Wessels @@ -47,9 +47,6 @@ #include "wordlist.h" #include "SquidTime.h" -/* For the IPC type defines */ -#include "ipc.h" - static void authenticateStateFree(AuthenticateStateData * r) { Index: squid3/src/auth/digest/auth_digest.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/auth/digest/auth_digest.cc,v retrieving revision 1.6.2.26 retrieving revision 1.6.2.27 diff -u -r1.6.2.26 -r1.6.2.27 --- squid3/src/auth/digest/auth_digest.cc 3 Sep 2006 08:44:16 -0000 1.6.2.26 +++ squid3/src/auth/digest/auth_digest.cc 3 Sep 2006 18:05:25 -0000 1.6.2.27 @@ -1,6 +1,6 @@ /* - * $Id: auth_digest.cc,v 1.6.2.26 2006/09/03 08:44:16 serassio Exp $ + * $Id: auth_digest.cc,v 1.6.2.27 2006/09/03 18:05:25 serassio Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Robert Collins @@ -48,7 +48,6 @@ #include "HttpRequest.h" #include "HttpReply.h" #include "wordlist.h" -#include "ipc.h" /* TODO don't include this */ #include "digestScheme.h" Index: squid3/src/auth/negotiate/auth_negotiate.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/auth/negotiate/auth_negotiate.cc,v retrieving revision 1.2.2.10 retrieving revision 1.2.2.11 diff -u -r1.2.2.10 -r1.2.2.11 --- squid3/src/auth/negotiate/auth_negotiate.cc 3 Sep 2006 08:44:16 -0000 1.2.2.10 +++ squid3/src/auth/negotiate/auth_negotiate.cc 3 Sep 2006 18:05:25 -0000 1.2.2.11 @@ -1,6 +1,6 @@ /* - * $Id: auth_negotiate.cc,v 1.2.2.10 2006/09/03 08:44:16 serassio Exp $ + * $Id: auth_negotiate.cc,v 1.2.2.11 2006/09/03 18:05:25 serassio Exp $ * * DEBUG: section 29 Negotiate Authenticator * AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli @@ -43,7 +43,6 @@ #include "authenticate.h" #include "CacheManager.h" #include "Store.h" -#include "ipc.h" #include "client_side.h" #include "HttpReply.h" #include "HttpRequest.h" Index: squid3/src/auth/ntlm/auth_ntlm.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/auth/ntlm/auth_ntlm.cc,v retrieving revision 1.6.2.27 retrieving revision 1.6.2.28 diff -u -r1.6.2.27 -r1.6.2.28 --- squid3/src/auth/ntlm/auth_ntlm.cc 3 Sep 2006 08:44:16 -0000 1.6.2.27 +++ squid3/src/auth/ntlm/auth_ntlm.cc 3 Sep 2006 18:05:26 -0000 1.6.2.28 @@ -1,6 +1,6 @@ /* - * $Id: auth_ntlm.cc,v 1.6.2.27 2006/09/03 08:44:16 serassio Exp $ + * $Id: auth_ntlm.cc,v 1.6.2.28 2006/09/03 18:05:26 serassio Exp $ * * DEBUG: section 29 NTLM Authenticator * AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli @@ -43,7 +43,6 @@ #include "authenticate.h" #include "CacheManager.h" #include "Store.h" -#include "ipc.h" #include "client_side.h" #include "HttpReply.h" #include "HttpRequest.h"