# Mon, 18 Jan 1999 17:48:00 GMT
- echo "disabling poll for $host..."
+ AC_MSG_NOTICE([disabling poll for $host...])
ac_cv_func_poll='no'
;;
esac
@@ -2975,13 +2957,13 @@
;;
esac
else
- echo "Eep! Can't find poll, kqueue, epoll, or select!"
- echo "I'll try select and hope for the best."
+ AC_MSG_WARN([Eep! Can't find poll, kqueue, epoll, or select!])
+ AC_MSG_WARN([I'll try select and hope for the best.])
SELECT_TYPE="select"
AC_DEFINE(USE_SELECT,1)
fi
-echo "Using ${SELECT_TYPE} for the IO loop."
+AC_MSG_NOTICE([Using ${SELECT_TYPE} for the IO loop.])
AM_CONDITIONAL([USE_POLL], [test $SELECT_TYPE = poll])
AM_CONDITIONAL([USE_EPOLL], [test $SELECT_TYPE = epoll])
@@ -3145,8 +3127,8 @@
AC_MSG_RESULT($IPF_TRANSPARENT)
fi
if test "$IPF_TRANSPARENT" = "no" ; then
- echo "WARNING: Cannot find necessary IP-Filter header files"
- echo " Transparent Proxy support WILL NOT be enabled"
+ AC_MSG_WARN([Cannot find necessary IP-Filter header files])
+ AC_MSG_WARN([Transparent Proxy support WILL NOT be enabled])
sleep 10
elif test "$IPF_TRANSPARENT" = "yes" ; then
dnl On Solaris Ipfilter includes expect that SOLARIS2 is defined with the
@@ -3176,8 +3158,8 @@
AC_MSG_RESULT($PF_TRANSPARENT)
fi
if test "$PF_TRANSPARENT" = "no" ; then
- echo "WARNING: Cannot find necessary PF header file"
- echo " Transparent Proxy support WILL NOT be enabled"
+ AC_MSG_WARN([Cannot find necessary PF header file])
+ AC_MSG_WARN([Transparent Proxy support WILL NOT be enabled])
sleep 10
fi
@@ -3196,8 +3178,8 @@
AC_MSG_RESULT($LINUX_NETFILTER)
fi
if test "$LINUX_NETFILTER" = "no" ; then
- echo "WARNING: Cannot find necessary Linux kernel (Netfilter) header files"
- echo " Linux Transparent and Intercepting Proxy support WILL NOT be enabled"
+ AC_MSG_WARN([Cannot find necessary Linux kernel (Netfilter) header files])
+ AC_MSG_WARN([Linux Transparent and Intercepting Proxy support WILL NOT be enabled])
sleep 10
fi
@@ -3215,10 +3197,10 @@
fi
AC_MSG_RESULT($LINUX_TPROXY2)
if test "$LINUX_TPROXY2" = "no" && test "$LINUX_NETFILTER" = "yes"; then
- echo "WARNING: Cannot find TPROXY v2 headers, you need to patch the kernel with "
- echo "tproxy package from:"
- echo " - lynx http://www.balabit.com/downloads/files/tproxy/"
- echo "Or select the '--enable-linux-netfilter' option instead for Netfilter support."
+ AC_MSG_WARN([Cannot find TPROXY v2 headers, you need to patch the kernel with ])
+ AC_MSG_WARN([tproxy package from:])
+ AC_MSG_WARN([ - lynx http://www.balabit.com/downloads/files/tproxy/])
+ AC_MSG_WARN([Or select the '--enable-linux-netfilter' option instead for Netfilter support.])
sleep 10
fi
fi
@@ -3379,17 +3361,16 @@
fi
AC_DEFINE_UNQUOTED(SQUID_MAXFD, $SQUID_MAXFD,[Maximum number of open filedescriptors])
if test "$SQUID_MAXFD" -lt 512 ; then
- echo "WARNING: $SQUID_MAXFD may not be enough filedescriptors if your"
- echo " cache will be very busy. Please see the FAQ page"
- echo " http://wiki.squid-cache.org/SquidFaq/TroubleShooting"
- echo " on how to increase your filedescriptor limit"
+ AC_MSG_WARN([$SQUID_MAXFD may not be enough filedescriptors if your])
+ AC_MSG_WARN([cache will be very busy. Please see the FAQ page])
+ AC_MSG_WARN([http://wiki.squid-cache.org/SquidFaq/TroubleShooting])
+ AC_MSG_WARN([on how to increase your filedescriptor limit])
sleep 10
fi
LDFLAGS="$TLDFLAGS"
if test `expr $SQUID_MAXFD % 64` != 0; then
- echo "WARNING: $SQUID_MAXFD is not an multiple of 64. This may cause issues"
- echo " on certain platforms."
+ AC_MSG_WARN([$SQUID_MAXFD is not an multiple of 64. This may cause issues on certain platforms.])
sleep 10
fi
@@ -3521,7 +3502,7 @@
SQUID_TCP_SO_SNDBUF=16384)
AC_MSG_RESULT($SQUID_TCP_SO_SNDBUF)
if test $SQUID_TCP_SO_SNDBUF -gt 32768; then
- echo "Limiting send buffer size to 32K"
+ AC_MSG_NOTICE([Limiting send buffer size to 32K])
SQUID_TCP_SO_SNDBUF=32768
fi
AC_DEFINE_UNQUOTED(SQUID_TCP_SO_SNDBUF, $SQUID_TCP_SO_SNDBUF,[TCP send buffer size])
@@ -3568,7 +3549,7 @@
SQUID_TCP_SO_RCVBUF=16384)
AC_MSG_RESULT($SQUID_TCP_SO_RCVBUF)
if test $SQUID_TCP_SO_RCVBUF -gt 65535; then
- echo "Limiting receive buffer size to 64K"
+ AC_MSG_NOTICE([Limiting receive buffer size to 64K])
SQUID_TCP_SO_RCVBUF=65535
fi
AC_DEFINE_UNQUOTED(SQUID_TCP_SO_RCVBUF, $SQUID_TCP_SO_RCVBUF,[TCP receive buffer size])
@@ -3614,14 +3595,14 @@
AC_MSG_RESULT("no")
case "$host_os" in
mingw|mingw32)
- echo "Using Win32 resolver instead."
+ AC_MSG_NOTICE([Using Win32 resolver instead.])
;;
*)
- echo "Will use our own inet_ntoa()."
+ AC_MSG_NOTICE([Will use our own inet_ntoa().])
AC_LIBOBJ(inet_ntoa)
-# echo "WARNING: This looks bad, and probably prevents Squid from working."
-# echo " If you're on IRIX and using GCC 2.8, you probably need"
-# echo " to use the IRIX C compiler instead."
+# AC_MSG_WARN([This looks bad, and probably prevents Squid from working.])
+# AC_MSG_WARN([If you're on IRIX and using GCC 2.8, you probably need])
+# AC_MSG_WARN([to use the IRIX C compiler instead.])
# sleep 10
;;
esac
@@ -3760,7 +3741,6 @@
dnl Squid now has .po translation capability, given the right toolkit
AX_WITH_PROG([PO2HTML],[po2html])
-AC_SUBST(PO2HTML)
dnl Squid now has limited locale handling ...
dnl on error pages
@@ -3775,12 +3755,15 @@
fi
])
if test "$use_errlocale" = "yes" ; then
- echo "Enabling Multi-Language Support"
+ AC_MSG_NOTICE([Enabling Multi-Language Support])
AC_DEFINE(USE_ERR_LOCALES,1,[Use multi-language support on error pages])
else
- echo "Disabling Multi-Language Support"
+ AC_MSG_WARN([Disabling Multi-Language Support])
AC_DEFINE(USE_ERR_LOCALES,0,[Use multi-language support on error pages])
+ dnl So we don't want to even attempt translation if its forcibly disabled.
+ PO2HTML="off"
fi
+AC_SUBST(PO2HTML)
dnl Need the debugging version of malloc if available
XTRA_OBJS=''
diff -u -r -N squid-3.1.0.4/contrib/rredir.c squid-3.1.0.5/contrib/rredir.c
--- squid-3.1.0.4/contrib/rredir.c 2009-01-23 18:37:26.000000000 +1300
+++ squid-3.1.0.5/contrib/rredir.c 2009-02-03 14:15:27.000000000 +1300
@@ -1,4 +1,4 @@
-/* $Id: rredir.c,v 1.5 2003/01/23 00:34:52 robertc Exp $ */
+/* $Id$
/*
* From: richard@hekkihek.hacom.nl (Richard Huveneers)
diff -u -r -N squid-3.1.0.4/CREDITS squid-3.1.0.5/CREDITS
--- squid-3.1.0.4/CREDITS 2009-01-23 18:37:26.000000000 +1300
+++ squid-3.1.0.5/CREDITS 2009-02-03 14:15:27.000000000 +1300
@@ -1,4 +1,4 @@
-$Id: CREDITS,v 1.13 2007/12/18 12:15:34 amosjeffries Exp $
+$Id$
==============================================================================
diff -u -r -N squid-3.1.0.4/doc/Makefile.am squid-3.1.0.5/doc/Makefile.am
--- squid-3.1.0.4/doc/Makefile.am 2009-01-23 18:37:26.000000000 +1300
+++ squid-3.1.0.5/doc/Makefile.am 2009-02-03 14:15:27.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.6 2006/06/02 16:31:45 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/doc/Makefile.in squid-3.1.0.5/doc/Makefile.in
--- squid-3.1.0.4/doc/Makefile.in 2009-01-23 18:37:49.000000000 +1300
+++ squid-3.1.0.5/doc/Makefile.in 2009-02-03 14:15:51.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.6 2006/06/02 16:31:45 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_ACCESS_DENIED squid-3.1.0.5/errors/ar/ERR_ACCESS_DENIED
--- squid-3.1.0.4/errors/ar/ERR_ACCESS_DENIED 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_ACCESS_DENIED 2009-02-03 14:17:42.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_CACHE_ACCESS_DENIED squid-3.1.0.5/errors/ar/ERR_CACHE_ACCESS_DENIED
--- squid-3.1.0.4/errors/ar/ERR_CACHE_ACCESS_DENIED 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_CACHE_ACCESS_DENIED 2009-02-03 14:17:42.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: Cache Access Denied
ERROR
Cache Access Denied.
The following error was encountered while trying to retrieve the URL: %U
Cache Access Denied.
Sorry, you are not currently allowed to request %U from this cache until you have authenticated yourself.
Please contact the cache administrator if you have difficulties authenticating yourself or change your default password.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED squid-3.1.0.5/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED
--- squid-3.1.0.4/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_CACHE_MGR_ACCESS_DENIED 2009-02-03 14:17:42.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: Cache Manager Access Denied
ERROR
Cache Manager Access Denied.
The following error was encountered while trying to retrieve the URL: %U
Cache Manager Access Denied.
Sorry, you are not currently allowed to request %U from this cache manager until you have authenticated yourself.
Please contact the cache administrator if you have difficulties authenticating yourself or, if you are the administrator, read Squid documentation on cache manager interface and check cache log for more detailed error messages.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_CANNOT_FORWARD squid-3.1.0.5/errors/ar/ERR_CANNOT_FORWARD
--- squid-3.1.0.4/errors/ar/ERR_CANNOT_FORWARD 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_CANNOT_FORWARD 2009-02-03 14:17:42.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Unable to forward this request at this time.
This request could not be forwarded to the origin server or to any parent caches. The most likely cause for this error is that the cache administrator does not allow this cache to make direct connections to origin servers, and all configured parent caches are currently unreachable.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_CONNECT_FAIL squid-3.1.0.5/errors/ar/ERR_CONNECT_FAIL
--- squid-3.1.0.4/errors/ar/ERR_CONNECT_FAIL 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_CONNECT_FAIL 2009-02-03 14:17:42.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Connection to %I failed.
The system returned: %E
The remote host or network may be down. Please try the request again.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_DNS_FAIL squid-3.1.0.5/errors/ar/ERR_DNS_FAIL
--- squid-3.1.0.4/errors/ar/ERR_DNS_FAIL 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_DNS_FAIL 2009-02-03 14:17:42.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Unable to determine IP address from host name %H
The DNS server returned:
%z
This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_ESI squid-3.1.0.5/errors/ar/ERR_ESI
--- squid-3.1.0.4/errors/ar/ERR_ESI 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_ESI 2009-02-03 14:17:43.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
ESI Processing failed.
The ESI processor returned:
%Z
This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.
Your webmaster is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_FORWARDING_DENIED squid-3.1.0.5/errors/ar/ERR_FORWARDING_DENIED
--- squid-3.1.0.4/errors/ar/ERR_FORWARDING_DENIED 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_FORWARDING_DENIED 2009-02-03 14:17:43.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Forwarding Denied.
This cache will not forward your request because it is trying to enforce a sibling relationship. Perhaps the client at %i is a cache which has been misconfigured.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_FTP_DISABLED squid-3.1.0.5/errors/ar/ERR_FTP_DISABLED
--- squid-3.1.0.4/errors/ar/ERR_FTP_DISABLED 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_FTP_DISABLED 2009-02-03 14:17:43.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
FTP is Disabled
This cache does not support FTP.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_FTP_FAILURE squid-3.1.0.5/errors/ar/ERR_FTP_FAILURE
--- squid-3.1.0.4/errors/ar/ERR_FTP_FAILURE 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_FTP_FAILURE 2009-02-03 14:17:43.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
An FTP protocol error occurred while trying to retrieve the URL: %U
Squid sent the following FTP command:
%f
The server responded with:
%F
%g
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_FTP_FORBIDDEN squid-3.1.0.5/errors/ar/ERR_FTP_FORBIDDEN
--- squid-3.1.0.4/errors/ar/ERR_FTP_FORBIDDEN 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_FTP_FORBIDDEN 2009-02-03 14:17:43.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
An FTP authentication failure occurred while trying to retrieve the URL: %U
Squid sent the following FTP command:
%f
The server responded with:
%F
%g
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_FTP_LISTING squid-3.1.0.5/errors/ar/ERR_FTP_LISTING
--- squid-3.1.0.4/errors/ar/ERR_FTP_LISTING 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_FTP_LISTING 2009-02-03 14:17:43.000000000 +1300
@@ -0,0 +1 @@
+ FTP Directory: %U
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_FTP_NOT_FOUND squid-3.1.0.5/errors/ar/ERR_FTP_NOT_FOUND
--- squid-3.1.0.4/errors/ar/ERR_FTP_NOT_FOUND 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_FTP_NOT_FOUND 2009-02-03 14:17:43.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following URL could not be retrieved: %U
Squid sent the following FTP command:
%f
The server responded with:
%F
%g
This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at %B.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_FTP_PUT_CREATED squid-3.1.0.5/errors/ar/ERR_FTP_PUT_CREATED
--- squid-3.1.0.4/errors/ar/ERR_FTP_PUT_CREATED 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_FTP_PUT_CREATED 2009-02-03 14:17:43.000000000 +1300
@@ -0,0 +1 @@
+ FTP PUT Successful: File Created
Operation successful
File created
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_FTP_PUT_ERROR squid-3.1.0.5/errors/ar/ERR_FTP_PUT_ERROR
--- squid-3.1.0.4/errors/ar/ERR_FTP_PUT_ERROR 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_FTP_PUT_ERROR 2009-02-03 14:17:44.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: FTP upload failed
ERROR
FTP PUT/upload failed
While trying to PUT the following URL: %U
Squid sent the following FTP command:
%f
The server responded with:
%F
This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_FTP_PUT_MODIFIED squid-3.1.0.5/errors/ar/ERR_FTP_PUT_MODIFIED
--- squid-3.1.0.4/errors/ar/ERR_FTP_PUT_MODIFIED 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_FTP_PUT_MODIFIED 2009-02-03 14:17:44.000000000 +1300
@@ -0,0 +1 @@
+ FTP PUT Successful: File Updated
Operation successful
File updated
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_FTP_UNAVAILABLE squid-3.1.0.5/errors/ar/ERR_FTP_UNAVAILABLE
--- squid-3.1.0.4/errors/ar/ERR_FTP_UNAVAILABLE 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_FTP_UNAVAILABLE 2009-02-03 14:17:44.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The FTP server was too busy to retrieve the URL: %U
Squid sent the following FTP command:
%f
The server responded with:
%F
%g
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_ICAP_FAILURE squid-3.1.0.5/errors/ar/ERR_ICAP_FAILURE
--- squid-3.1.0.4/errors/ar/ERR_ICAP_FAILURE 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_ICAP_FAILURE 2009-02-03 14:17:44.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
ICAP protocol error.
The system returned: %E
This means that some aspect of the ICAP communication failed.
Some possible problems are:
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_INVALID_REQ squid-3.1.0.5/errors/ar/ERR_INVALID_REQ
--- squid-3.1.0.4/errors/ar/ERR_INVALID_REQ 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_INVALID_REQ 2009-02-03 14:17:44.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
Invalid Request error was encountered while trying to process the request:
%R
Some possible problems are:
Missing or unknown request method.
Missing URL.
Missing HTTP Identifier (HTTP/1.0).
Request is too large.
Content-Length missing for POST or PUT requests.
Illegal character in hostname; underscores are not allowed.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_INVALID_RESP squid-3.1.0.5/errors/ar/ERR_INVALID_RESP
--- squid-3.1.0.4/errors/ar/ERR_INVALID_RESP 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_INVALID_RESP 2009-02-03 14:17:44.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
Invalid Response error was encountered while trying to process the request:
%R
The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator.
Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_INVALID_URL squid-3.1.0.5/errors/ar/ERR_INVALID_URL
--- squid-3.1.0.4/errors/ar/ERR_INVALID_URL 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_INVALID_URL 2009-02-03 14:17:44.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
مسار غير صØÙŠØ
Some aspect of the requested URL is incorrect.
Some possible problems are:
Missing or incorrect access protocol (should be http://
or similar)
Missing hostname
Illegal double-escape in the URL-Path
Illegal character in hostname; underscores are not allowed.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_LIFETIME_EXP squid-3.1.0.5/errors/ar/ERR_LIFETIME_EXP
--- squid-3.1.0.4/errors/ar/ERR_LIFETIME_EXP 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_LIFETIME_EXP 2009-02-03 14:17:45.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Connection Lifetime Expired
Squid has terminated the request because it has exceeded the maximum connection lifetime.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_NO_RELAY squid-3.1.0.5/errors/ar/ERR_NO_RELAY
--- squid-3.1.0.4/errors/ar/ERR_NO_RELAY 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_NO_RELAY 2009-02-03 14:17:45.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
No Wais Relay
There is no WAIS Relay host defined for this Cache! Yell at the administrator.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_ONLY_IF_CACHED_MISS squid-3.1.0.5/errors/ar/ERR_ONLY_IF_CACHED_MISS
--- squid-3.1.0.4/errors/ar/ERR_ONLY_IF_CACHED_MISS 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_ONLY_IF_CACHED_MISS 2009-02-03 14:17:45.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Valid document was not found in the cache and only-if-cached
directive was specified.
You have issued a request with a only-if-cached
cache control directive. The document was not found in the cache, or it required revalidation prohibited by the only-if-cached
directive.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_READ_ERROR squid-3.1.0.5/errors/ar/ERR_READ_ERROR
--- squid-3.1.0.4/errors/ar/ERR_READ_ERROR 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_READ_ERROR 2009-02-03 14:17:45.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
خطأ قراءة
The system returned: %E
An error condition occurred while reading data from the network. Please retry your request.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_READ_TIMEOUT squid-3.1.0.5/errors/ar/ERR_READ_TIMEOUT
--- squid-3.1.0.4/errors/ar/ERR_READ_TIMEOUT 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_READ_TIMEOUT 2009-02-03 14:17:45.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Read Timeout
The system returned: %E
A Timeout occurred while waiting to read data from the network. The network or server may be down or congested. Please retry your request.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_SECURE_CONNECT_FAIL squid-3.1.0.5/errors/ar/ERR_SECURE_CONNECT_FAIL
--- squid-3.1.0.4/errors/ar/ERR_SECURE_CONNECT_FAIL 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_SECURE_CONNECT_FAIL 2009-02-03 14:17:45.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Failed to establish a secure connection to %I
The system returned: %E
This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_SHUTTING_DOWN squid-3.1.0.5/errors/ar/ERR_SHUTTING_DOWN
--- squid-3.1.0.4/errors/ar/ERR_SHUTTING_DOWN 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_SHUTTING_DOWN 2009-02-03 14:17:45.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
This cache is in the process of shutting down and can not service your request at this time. Please retry your request again soon.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_SOCKET_FAILURE squid-3.1.0.5/errors/ar/ERR_SOCKET_FAILURE
--- squid-3.1.0.4/errors/ar/ERR_SOCKET_FAILURE 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_SOCKET_FAILURE 2009-02-03 14:17:45.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Socket Failure
The system returned: %E
Squid is unable to create a TCP socket, presumably due to excessive load. Please retry your request.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_TOO_BIG squid-3.1.0.5/errors/ar/ERR_TOO_BIG
--- squid-3.1.0.4/errors/ar/ERR_TOO_BIG 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_TOO_BIG 2009-02-03 14:17:45.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
The request or reply is too large.
If you are making a POST or PUT request, then the item you are trying to upload is too large.
If you are making a GET request, then the item you are trying to download is too large.
These limits have been established by the Internet Service Provider who operates this cache. Please contact them directly if you feel this is an error.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_UNSUP_REQ squid-3.1.0.5/errors/ar/ERR_UNSUP_REQ
--- squid-3.1.0.4/errors/ar/ERR_UNSUP_REQ 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_UNSUP_REQ 2009-02-03 14:17:46.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Unsupported Request Method and Protocol
Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_URN_RESOLVE squid-3.1.0.5/errors/ar/ERR_URN_RESOLVE
--- squid-3.1.0.4/errors/ar/ERR_URN_RESOLVE 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_URN_RESOLVE 2009-02-03 14:17:46.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URN not be retrieved
ERROR
A URL for the requested URN could not be retrieved
The following error was encountered while trying to retrieve the URN: %U
Cannot Resolve URN
Hey, don't expect too much from URNs on %T :)
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_WRITE_ERROR squid-3.1.0.5/errors/ar/ERR_WRITE_ERROR
--- squid-3.1.0.4/errors/ar/ERR_WRITE_ERROR 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_WRITE_ERROR 2009-02-03 14:17:46.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
خطأ كتابة
The system returned: %E
An error condition occurred while writing to the network. Please retry your request.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/ar/ERR_ZERO_SIZE_OBJECT squid-3.1.0.5/errors/ar/ERR_ZERO_SIZE_OBJECT
--- squid-3.1.0.4/errors/ar/ERR_ZERO_SIZE_OBJECT 1970-01-01 12:00:00.000000000 +1200
+++ squid-3.1.0.5/errors/ar/ERR_ZERO_SIZE_OBJECT 2009-02-03 14:17:46.000000000 +1300
@@ -0,0 +1 @@
+ خطأ: The requested URL could not be retrieved
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: %U
Zero Sized Reply
Squid did not receive any data for this request.
Your cache administrator is %w.
\ No newline at end of file
diff -u -r -N squid-3.1.0.4/errors/Makefile.am squid-3.1.0.5/errors/Makefile.am
--- squid-3.1.0.4/errors/Makefile.am 2009-01-23 18:37:27.000000000 +1300
+++ squid-3.1.0.5/errors/Makefile.am 2009-02-03 14:15:28.000000000 +1300
@@ -14,6 +14,7 @@
# List of automated translations possible:
TRANSLATIONS = \
+ ar \
az \
bg \
ca \
@@ -142,7 +143,7 @@
cp -p $(srcdir)/errorpage.css $(distdir)/errorpage.css
translate:
- @ if test "$(PO2HTML)" != "" && test "$(PO2HTML)" != "no"; then \
+ @ if test "$(PO2HTML)" != "" && test "$(PO2HTML)" != "no" && test "$(PO2HTML)" != "off"; then \
for lang in $(TRANSLATIONS); do \
test -d $$lang && rm -r $$lang; \
mkdir $$lang; \
@@ -155,7 +156,11 @@
cd ..; \
done; \
else \
- echo "WARNING: Translation toolkit was not detected."; \
+ if test "$(PO2HTML)" = "off" ; then \
+ echo "WARNING: Translation is disabled."; \
+ else \
+ echo "WARNING: Translation toolkit was not detected."; \
+ fi; \
echo "A drop-in bundle of pre-translated files is available from"; \
echo "http://www.squid-cache.org/Versions/langpack/"; \
fi
diff -u -r -N squid-3.1.0.4/errors/Makefile.in squid-3.1.0.5/errors/Makefile.in
--- squid-3.1.0.4/errors/Makefile.in 2009-01-23 18:37:50.000000000 +1300
+++ squid-3.1.0.5/errors/Makefile.in 2009-02-03 14:15:51.000000000 +1300
@@ -288,6 +288,7 @@
# List of automated translations possible:
TRANSLATIONS = \
+ ar \
az \
bg \
ca \
@@ -581,7 +582,7 @@
cp -p $(srcdir)/errorpage.css $(distdir)/errorpage.css
translate:
- @ if test "$(PO2HTML)" != "" && test "$(PO2HTML)" != "no"; then \
+ @ if test "$(PO2HTML)" != "" && test "$(PO2HTML)" != "no" && test "$(PO2HTML)" != "off"; then \
for lang in $(TRANSLATIONS); do \
test -d $$lang && rm -r $$lang; \
mkdir $$lang; \
@@ -594,7 +595,11 @@
cd ..; \
done; \
else \
- echo "WARNING: Translation toolkit was not detected."; \
+ if test "$(PO2HTML)" = "off" ; then \
+ echo "WARNING: Translation is disabled."; \
+ else \
+ echo "WARNING: Translation toolkit was not detected."; \
+ fi; \
echo "A drop-in bundle of pre-translated files is available from"; \
echo "http://www.squid-cache.org/Versions/langpack/"; \
fi
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/DB/Makefile.am squid-3.1.0.5/helpers/basic_auth/DB/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/DB/Makefile.am 2009-01-23 18:37:28.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/DB/Makefile.am 2009-02-03 14:15:29.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.3 2007/07/19 02:54:21 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/DB/Makefile.in squid-3.1.0.5/helpers/basic_auth/DB/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/DB/Makefile.in 2009-01-23 18:37:50.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/DB/Makefile.in 2009-02-03 14:15:51.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.3 2007/07/19 02:54:21 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/getpwnam/Makefile.am squid-3.1.0.5/helpers/basic_auth/getpwnam/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/getpwnam/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/getpwnam/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.3 2003/01/23 00:35:47 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/getpwnam/Makefile.in squid-3.1.0.5/helpers/basic_auth/getpwnam/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/getpwnam/Makefile.in 2009-01-23 18:37:52.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/getpwnam/Makefile.in 2009-02-03 14:15:53.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.3 2003/01/23 00:35:47 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/LDAP/Makefile.am squid-3.1.0.5/helpers/basic_auth/LDAP/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/LDAP/Makefile.am 2009-01-23 18:37:28.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/LDAP/Makefile.am 2009-02-03 14:15:29.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.6 2005/03/19 15:24:07 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/LDAP/Makefile.in squid-3.1.0.5/helpers/basic_auth/LDAP/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/LDAP/Makefile.in 2009-01-23 18:37:50.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/LDAP/Makefile.in 2009-02-03 14:15:51.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.6 2005/03/19 15:24:07 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/Makefile.am squid-3.1.0.5/helpers/basic_auth/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,6 +1,6 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.9 2007/06/25 11:02:35 hno Exp $
+# $Id$
#
DIST_SUBDIRS = getpwnam LDAP MSNT multi-domain-NTLM NCSA PAM SMB YP SASL mswin_sspi POP3 DB squid_radius_auth
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/Makefile.in squid-3.1.0.5/helpers/basic_auth/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/Makefile.in 2009-01-23 18:37:50.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/Makefile.in 2009-02-03 14:15:52.000000000 +1300
@@ -16,7 +16,7 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.9 2007/06/25 11:02:35 hno Exp $
+# $Id$
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/MSNT/Makefile.am squid-3.1.0.5/helpers/basic_auth/MSNT/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/MSNT/Makefile.am 2009-01-23 18:37:28.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/MSNT/Makefile.am 2009-02-03 14:15:29.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.10 2003/01/23 00:35:26 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/MSNT/Makefile.in squid-3.1.0.5/helpers/basic_auth/MSNT/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/MSNT/Makefile.in 2009-01-23 18:37:50.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/MSNT/Makefile.in 2009-02-03 14:15:52.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.10 2003/01/23 00:35:26 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/mswin_sspi/Makefile.am squid-3.1.0.5/helpers/basic_auth/mswin_sspi/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/mswin_sspi/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/mswin_sspi/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.2 2005/11/22 19:45:04 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/mswin_sspi/Makefile.in squid-3.1.0.5/helpers/basic_auth/mswin_sspi/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/mswin_sspi/Makefile.in 2009-01-23 18:37:52.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/mswin_sspi/Makefile.in 2009-02-03 14:15:53.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.2 2005/11/22 19:45:04 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/multi-domain-NTLM/Makefile.am squid-3.1.0.5/helpers/basic_auth/multi-domain-NTLM/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/multi-domain-NTLM/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/multi-domain-NTLM/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.4 2003/01/23 00:35:49 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/multi-domain-NTLM/Makefile.in squid-3.1.0.5/helpers/basic_auth/multi-domain-NTLM/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/multi-domain-NTLM/Makefile.in 2009-01-23 18:37:52.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/multi-domain-NTLM/Makefile.in 2009-02-03 14:15:54.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.4 2003/01/23 00:35:49 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl squid-3.1.0.5/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl
--- squid-3.1.0.4/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/multi-domain-NTLM/smb_auth.pl 2009-02-03 14:15:30.000000000 +1300
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: smb_auth.pl,v 1.5 2003/05/17 17:13:05 hno Exp $
+# $Id$
#if you define this, debugging output will be printed to STDERR.
#$debug=1;
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/NCSA/Makefile.am squid-3.1.0.5/helpers/basic_auth/NCSA/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/NCSA/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/NCSA/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.6 2007/06/25 11:27:03 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/NCSA/Makefile.in squid-3.1.0.5/helpers/basic_auth/NCSA/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/NCSA/Makefile.in 2009-01-23 18:37:51.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/NCSA/Makefile.in 2009-02-03 14:15:52.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.6 2007/06/25 11:27:03 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/PAM/Makefile.am squid-3.1.0.5/helpers/basic_auth/PAM/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/PAM/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/PAM/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid PAM authentication helper
#
-# $Id: Makefile.am,v 1.7 2003/08/03 20:38:02 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/PAM/Makefile.in squid-3.1.0.5/helpers/basic_auth/PAM/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/PAM/Makefile.in 2009-01-23 18:37:51.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/PAM/Makefile.in 2009-02-03 14:15:52.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid PAM authentication helper
#
-# $Id: Makefile.am,v 1.7 2003/08/03 20:38:02 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/PAM/pam_auth.c squid-3.1.0.5/helpers/basic_auth/PAM/pam_auth.c
--- squid-3.1.0.4/helpers/basic_auth/PAM/pam_auth.c 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/PAM/pam_auth.c 2009-02-03 14:15:30.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: pam_auth.c,v 1.17 2007/07/19 03:36:05 hno Exp $
+ * $Id$
*
* PAM authenticator module for Squid.
* Copyright (C) 1999,2002,2003 Henrik Nordstrom
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/POP3/Makefile.am squid-3.1.0.5/helpers/basic_auth/POP3/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/POP3/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/POP3/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2006/12/09 23:28:23 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/POP3/Makefile.in squid-3.1.0.5/helpers/basic_auth/POP3/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/POP3/Makefile.in 2009-01-23 18:37:51.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/POP3/Makefile.in 2009-02-03 14:15:52.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2006/12/09 23:28:23 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/SASL/Makefile.am squid-3.1.0.5/helpers/basic_auth/SASL/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/SASL/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/SASL/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid SASL authentication helper
#
-# $Id: Makefile.am,v 1.7 2004/12/20 16:30:15 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/SASL/Makefile.in squid-3.1.0.5/helpers/basic_auth/SASL/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/SASL/Makefile.in 2009-01-23 18:37:51.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/SASL/Makefile.in 2009-02-03 14:15:53.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid SASL authentication helper
#
-# $Id: Makefile.am,v 1.7 2004/12/20 16:30:15 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/SASL/sasl_auth.c squid-3.1.0.5/helpers/basic_auth/SASL/sasl_auth.c
--- squid-3.1.0.4/helpers/basic_auth/SASL/sasl_auth.c 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/SASL/sasl_auth.c 2009-02-03 14:15:30.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: sasl_auth.c,v 1.9 2007/07/19 03:36:05 hno Exp $
+ * $Id$
*
* SASL authenticator module for Squid.
* Copyright (C) 2002 Ian Castle
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/SMB/Makefile.am squid-3.1.0.5/helpers/basic_auth/SMB/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/SMB/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/SMB/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.5 2003/01/23 00:35:40 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/SMB/Makefile.in squid-3.1.0.5/helpers/basic_auth/SMB/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/SMB/Makefile.in 2009-01-23 18:37:51.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/SMB/Makefile.in 2009-02-03 14:15:53.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.5 2003/01/23 00:35:40 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/squid_radius_auth/Makefile.am squid-3.1.0.5/helpers/basic_auth/squid_radius_auth/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/squid_radius_auth/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/squid_radius_auth/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.2 2007/11/20 14:34:17 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/squid_radius_auth/Makefile.in squid-3.1.0.5/helpers/basic_auth/squid_radius_auth/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/squid_radius_auth/Makefile.in 2009-01-23 18:37:52.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/squid_radius_auth/Makefile.in 2009-02-03 14:15:54.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.2 2007/11/20 14:34:17 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/YP/Makefile.am squid-3.1.0.5/helpers/basic_auth/YP/Makefile.am
--- squid-3.1.0.4/helpers/basic_auth/YP/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/YP/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.5 2003/01/23 00:35:44 robertc Exp $
+# $Id$
#
#
diff -u -r -N squid-3.1.0.4/helpers/basic_auth/YP/Makefile.in squid-3.1.0.5/helpers/basic_auth/YP/Makefile.in
--- squid-3.1.0.4/helpers/basic_auth/YP/Makefile.in 2009-01-23 18:37:52.000000000 +1300
+++ squid-3.1.0.5/helpers/basic_auth/YP/Makefile.in 2009-02-03 14:15:53.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.5 2003/01/23 00:35:44 robertc Exp $
+# $Id$
#
#
diff -u -r -N squid-3.1.0.4/helpers/digest_auth/eDirectory/Makefile.am squid-3.1.0.5/helpers/digest_auth/eDirectory/Makefile.am
--- squid-3.1.0.4/helpers/digest_auth/eDirectory/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/digest_auth/eDirectory/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2007/06/23 20:50:10 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/digest_auth/eDirectory/Makefile.in squid-3.1.0.5/helpers/digest_auth/eDirectory/Makefile.in
--- squid-3.1.0.4/helpers/digest_auth/eDirectory/Makefile.in 2009-01-23 18:37:53.000000000 +1300
+++ squid-3.1.0.5/helpers/digest_auth/eDirectory/Makefile.in 2009-02-03 14:15:54.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2007/06/23 20:50:10 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/digest_auth/ldap/Makefile.am squid-3.1.0.5/helpers/digest_auth/ldap/Makefile.am
--- squid-3.1.0.4/helpers/digest_auth/ldap/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/digest_auth/ldap/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.2 2005/12/29 02:43:02 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/digest_auth/ldap/Makefile.in squid-3.1.0.5/helpers/digest_auth/ldap/Makefile.in
--- squid-3.1.0.4/helpers/digest_auth/ldap/Makefile.in 2009-01-23 18:37:53.000000000 +1300
+++ squid-3.1.0.5/helpers/digest_auth/ldap/Makefile.in 2009-02-03 14:15:54.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.2 2005/12/29 02:43:02 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/digest_auth/Makefile.am squid-3.1.0.5/helpers/digest_auth/Makefile.am
--- squid-3.1.0.4/helpers/digest_auth/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/digest_auth/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,6 +1,6 @@
# Makefile for digest auth helpers in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.4 2007/06/25 11:01:48 hno Exp $
+# $Id$
#
DIST_SUBDIRS = password ldap eDirectory
diff -u -r -N squid-3.1.0.4/helpers/digest_auth/Makefile.in squid-3.1.0.5/helpers/digest_auth/Makefile.in
--- squid-3.1.0.4/helpers/digest_auth/Makefile.in 2009-01-23 18:37:52.000000000 +1300
+++ squid-3.1.0.5/helpers/digest_auth/Makefile.in 2009-02-03 14:15:54.000000000 +1300
@@ -16,7 +16,7 @@
# Makefile for digest auth helpers in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.4 2007/06/25 11:01:48 hno Exp $
+# $Id$
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff -u -r -N squid-3.1.0.4/helpers/digest_auth/password/Makefile.am squid-3.1.0.5/helpers/digest_auth/password/Makefile.am
--- squid-3.1.0.4/helpers/digest_auth/password/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/digest_auth/password/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.6 2005/12/30 23:21:46 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/digest_auth/password/Makefile.in squid-3.1.0.5/helpers/digest_auth/password/Makefile.in
--- squid-3.1.0.4/helpers/digest_auth/password/Makefile.in 2009-01-23 18:37:53.000000000 +1300
+++ squid-3.1.0.5/helpers/digest_auth/password/Makefile.in 2009-02-03 14:15:55.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.6 2005/12/30 23:21:46 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/ip_user/dict.c squid-3.1.0.5/helpers/external_acl/ip_user/dict.c
--- squid-3.1.0.4/helpers/external_acl/ip_user/dict.c 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/ip_user/dict.c 2009-02-03 14:15:30.000000000 +1300
@@ -1,4 +1,4 @@
-/* $Id: dict.c,v 1.2 2003/01/23 00:36:01 robertc Exp $
+/* $Id$
* Copyright (C) 2002 Rodrigo Campos
*
* This program is free software; you can redistribute it and/or modify
diff -u -r -N squid-3.1.0.4/helpers/external_acl/ip_user/example.conf squid-3.1.0.5/helpers/external_acl/ip_user/example.conf
--- squid-3.1.0.4/helpers/external_acl/ip_user/example.conf 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/ip_user/example.conf 2009-02-03 14:15:30.000000000 +1300
@@ -1,4 +1,4 @@
-# $Id: example.conf,v 1.2 2003/01/23 00:36:01 robertc Exp $
+# $Id$
# Lines that begin with a # are ignored
# The main format is:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/ip_user/ip_user.h squid-3.1.0.5/helpers/external_acl/ip_user/ip_user.h
--- squid-3.1.0.4/helpers/external_acl/ip_user/ip_user.h 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/ip_user/ip_user.h 2009-02-03 14:15:30.000000000 +1300
@@ -1,4 +1,4 @@
-/* $Id: ip_user.h,v 1.2 2003/01/23 00:36:01 robertc Exp $
+/* $Id$
* Copyright (C) 2002 Rodrigo Campos
*
* This program is free software; you can redistribute it and/or modify
diff -u -r -N squid-3.1.0.4/helpers/external_acl/ip_user/main.c squid-3.1.0.5/helpers/external_acl/ip_user/main.c
--- squid-3.1.0.4/helpers/external_acl/ip_user/main.c 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/ip_user/main.c 2009-02-03 14:15:30.000000000 +1300
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.6 2007/07/19 03:36:12 hno Exp $
+/* $Id$
* Copyright (C) 2002 Rodrigo Campos
*
* This program is free software; you can redistribute it and/or modify
diff -u -r -N squid-3.1.0.4/helpers/external_acl/ip_user/Makefile.am squid-3.1.0.5/helpers/external_acl/ip_user/Makefile.am
--- squid-3.1.0.4/helpers/external_acl/ip_user/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/ip_user/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the ip_user external_acl helper by Rodrigo Campos
#
-# $Id: Makefile.am,v 1.4 2004/08/14 22:54:52 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/ip_user/Makefile.in squid-3.1.0.5/helpers/external_acl/ip_user/Makefile.in
--- squid-3.1.0.4/helpers/external_acl/ip_user/Makefile.in 2009-01-23 18:37:53.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/ip_user/Makefile.in 2009-02-03 14:15:55.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the ip_user external_acl helper by Rodrigo Campos
#
-# $Id: Makefile.am,v 1.4 2004/08/14 22:54:52 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/ip_user/match.c squid-3.1.0.5/helpers/external_acl/ip_user/match.c
--- squid-3.1.0.4/helpers/external_acl/ip_user/match.c 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/ip_user/match.c 2009-02-03 14:15:30.000000000 +1300
@@ -1,4 +1,4 @@
-/* $Id: match.c,v 1.3 2007/07/19 03:36:12 hno Exp $
+/* $Id$
* Copyright (C) 2002 Rodrigo Campos
*
* This program is free software; you can redistribute it and/or modify
diff -u -r -N squid-3.1.0.4/helpers/external_acl/ip_user/README squid-3.1.0.5/helpers/external_acl/ip_user/README
--- squid-3.1.0.4/helpers/external_acl/ip_user/README 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/ip_user/README 2009-02-03 14:15:30.000000000 +1300
@@ -1,4 +1,4 @@
-$Id: README,v 1.2 2003/01/23 00:36:01 robertc Exp $
+$Id$
README file for ip_user_check, an external helper for the
Squid external acl scheme.
diff -u -r -N squid-3.1.0.4/helpers/external_acl/ldap_group/Makefile.am squid-3.1.0.5/helpers/external_acl/ldap_group/Makefile.am
--- squid-3.1.0.4/helpers/external_acl/ldap_group/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/ldap_group/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.6 2005/03/19 15:24:07 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/ldap_group/Makefile.in squid-3.1.0.5/helpers/external_acl/ldap_group/Makefile.in
--- squid-3.1.0.4/helpers/external_acl/ldap_group/Makefile.in 2009-01-23 18:37:54.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/ldap_group/Makefile.in 2009-02-03 14:15:55.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.6 2005/03/19 15:24:07 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/Makefile.am squid-3.1.0.5/helpers/external_acl/Makefile.am
--- squid-3.1.0.4/helpers/external_acl/Makefile.am 2009-01-23 18:37:29.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,6 +1,6 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.6 2006/03/19 01:30:30 hno Exp $
+# $Id$
#
DIST_SUBDIRS = ip_user ldap_group mswin_ad_group mswin_lm_group session unix_group wbinfo_group
diff -u -r -N squid-3.1.0.4/helpers/external_acl/Makefile.in squid-3.1.0.5/helpers/external_acl/Makefile.in
--- squid-3.1.0.4/helpers/external_acl/Makefile.in 2009-01-23 18:37:53.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/Makefile.in 2009-02-03 14:15:55.000000000 +1300
@@ -16,7 +16,7 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.6 2006/03/19 01:30:30 hno Exp $
+# $Id$
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff -u -r -N squid-3.1.0.4/helpers/external_acl/mswin_ad_group/Makefile.am squid-3.1.0.5/helpers/external_acl/mswin_ad_group/Makefile.am
--- squid-3.1.0.4/helpers/external_acl/mswin_ad_group/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/mswin_ad_group/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2008/05/17 10:23:13 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/mswin_ad_group/Makefile.in squid-3.1.0.5/helpers/external_acl/mswin_ad_group/Makefile.in
--- squid-3.1.0.4/helpers/external_acl/mswin_ad_group/Makefile.in 2009-01-23 18:37:54.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/mswin_ad_group/Makefile.in 2009-02-03 14:15:55.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2008/05/17 10:23:13 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/mswin_lm_group/Makefile.am squid-3.1.0.5/helpers/external_acl/mswin_lm_group/Makefile.am
--- squid-3.1.0.4/helpers/external_acl/mswin_lm_group/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/mswin_lm_group/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2005/10/31 16:29:45 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/mswin_lm_group/Makefile.in squid-3.1.0.5/helpers/external_acl/mswin_lm_group/Makefile.in
--- squid-3.1.0.4/helpers/external_acl/mswin_lm_group/Makefile.in 2009-01-23 18:37:54.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/mswin_lm_group/Makefile.in 2009-02-03 14:15:56.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2005/10/31 16:29:45 serassio Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/session/Makefile.am squid-3.1.0.5/helpers/external_acl/session/Makefile.am
--- squid-3.1.0.4/helpers/external_acl/session/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/session/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.3 2006/03/20 23:38:23 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
@@ -11,6 +11,6 @@
EXTRA_DIST = squid_session.8
squid_session_SOURCES = squid_session.c
-LDADD = $(LIB_DB)
+LDADD = @LIB_DB@
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include
diff -u -r -N squid-3.1.0.4/helpers/external_acl/session/Makefile.in squid-3.1.0.5/helpers/external_acl/session/Makefile.in
--- squid-3.1.0.4/helpers/external_acl/session/Makefile.in 2009-01-23 18:37:54.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/session/Makefile.in 2009-02-03 14:15:56.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.3 2006/03/20 23:38:23 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
@@ -61,8 +61,7 @@
am_squid_session_OBJECTS = squid_session.$(OBJEXT)
squid_session_OBJECTS = $(am_squid_session_OBJECTS)
squid_session_LDADD = $(LDADD)
-am__DEPENDENCIES_1 =
-squid_session_DEPENDENCIES = $(am__DEPENDENCIES_1)
+squid_session_DEPENDENCIES =
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
am__depfiles_maybe = depfiles
@@ -315,7 +314,7 @@
man_MANS = squid_session.8
EXTRA_DIST = squid_session.8
squid_session_SOURCES = squid_session.c
-LDADD = $(LIB_DB)
+LDADD = @LIB_DB@
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include
all: all-am
diff -u -r -N squid-3.1.0.4/helpers/external_acl/unix_group/check_group.c squid-3.1.0.5/helpers/external_acl/unix_group/check_group.c
--- squid-3.1.0.4/helpers/external_acl/unix_group/check_group.c 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/unix_group/check_group.c 2009-02-03 14:15:30.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: check_group.c,v 1.7 2007/04/06 12:15:45 serassio Exp $
+ * $Id$
*
* This is a helper for the external ACL interface for Squid Cache
* Copyright (C) 2002 Rodrigo Albani de Campos (rodrigo@geekbunker.org)
diff -u -r -N squid-3.1.0.4/helpers/external_acl/unix_group/Makefile.am squid-3.1.0.5/helpers/external_acl/unix_group/Makefile.am
--- squid-3.1.0.4/helpers/external_acl/unix_group/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/unix_group/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.4 2004/08/14 22:54:53 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/unix_group/Makefile.in squid-3.1.0.5/helpers/external_acl/unix_group/Makefile.in
--- squid-3.1.0.4/helpers/external_acl/unix_group/Makefile.in 2009-01-23 18:37:54.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/unix_group/Makefile.in 2009-02-03 14:15:56.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.4 2004/08/14 22:54:53 hno Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/unix_group/README squid-3.1.0.5/helpers/external_acl/unix_group/README
--- squid-3.1.0.4/helpers/external_acl/unix_group/README 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/unix_group/README 2009-02-03 14:15:30.000000000 +1300
@@ -1,4 +1,4 @@
-$Id: README,v 1.3 2003/01/23 00:36:13 robertc Exp $
+$Id$
This is the README file for check_group, an external
helper fo the External ACL Scheme for Squid.
diff -u -r -N squid-3.1.0.4/helpers/external_acl/wbinfo_group/Makefile.am squid-3.1.0.5/helpers/external_acl/wbinfo_group/Makefile.am
--- squid-3.1.0.4/helpers/external_acl/wbinfo_group/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/wbinfo_group/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.2 2003/01/23 00:36:16 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/external_acl/wbinfo_group/Makefile.in squid-3.1.0.5/helpers/external_acl/wbinfo_group/Makefile.in
--- squid-3.1.0.4/helpers/external_acl/wbinfo_group/Makefile.in 2009-01-23 18:37:55.000000000 +1300
+++ squid-3.1.0.5/helpers/external_acl/wbinfo_group/Makefile.in 2009-02-03 14:15:56.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.am,v 1.2 2003/01/23 00:36:16 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/negotiate_auth/Makefile.am squid-3.1.0.5/helpers/negotiate_auth/Makefile.am
--- squid-3.1.0.4/helpers/negotiate_auth/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/negotiate_auth/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,6 +1,6 @@
# Makefile for negotiate authentication helpers in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.2 2007/06/24 22:34:15 hno Exp $
+# $Id$
#
DIST_SUBDIRS = mswin_sspi squid_kerb_auth
diff -u -r -N squid-3.1.0.4/helpers/negotiate_auth/Makefile.in squid-3.1.0.5/helpers/negotiate_auth/Makefile.in
--- squid-3.1.0.4/helpers/negotiate_auth/Makefile.in 2009-01-23 18:37:55.000000000 +1300
+++ squid-3.1.0.5/helpers/negotiate_auth/Makefile.in 2009-02-03 14:15:56.000000000 +1300
@@ -16,7 +16,7 @@
# Makefile for negotiate authentication helpers in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.2 2007/06/24 22:34:15 hno Exp $
+# $Id$
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff -u -r -N squid-3.1.0.4/helpers/negotiate_auth/mswin_sspi/Makefile.am squid-3.1.0.5/helpers/negotiate_auth/mswin_sspi/Makefile.am
--- squid-3.1.0.4/helpers/negotiate_auth/mswin_sspi/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/negotiate_auth/mswin_sspi/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.2 2005/11/01 08:57:13 serassio Exp $
+# $Id$
#
libexec_PROGRAMS = mswin_negotiate_auth
diff -u -r -N squid-3.1.0.4/helpers/negotiate_auth/mswin_sspi/Makefile.in squid-3.1.0.5/helpers/negotiate_auth/mswin_sspi/Makefile.in
--- squid-3.1.0.4/helpers/negotiate_auth/mswin_sspi/Makefile.in 2009-01-23 18:37:55.000000000 +1300
+++ squid-3.1.0.5/helpers/negotiate_auth/mswin_sspi/Makefile.in 2009-02-03 14:15:56.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.2 2005/11/01 08:57:13 serassio Exp $
+# $Id$
#
srcdir = @srcdir@
diff -u -r -N squid-3.1.0.4/helpers/ntlm_auth/fakeauth/Makefile.am squid-3.1.0.5/helpers/ntlm_auth/fakeauth/Makefile.am
--- squid-3.1.0.4/helpers/ntlm_auth/fakeauth/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/ntlm_auth/fakeauth/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.2 2003/01/23 00:36:34 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/ntlm_auth/fakeauth/Makefile.in squid-3.1.0.5/helpers/ntlm_auth/fakeauth/Makefile.in
--- squid-3.1.0.4/helpers/ntlm_auth/fakeauth/Makefile.in 2009-01-23 18:37:55.000000000 +1300
+++ squid-3.1.0.5/helpers/ntlm_auth/fakeauth/Makefile.in 2009-02-03 14:15:57.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.2 2003/01/23 00:36:34 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/ntlm_auth/fakeauth/ntlm.h squid-3.1.0.5/helpers/ntlm_auth/fakeauth/ntlm.h
--- squid-3.1.0.4/helpers/ntlm_auth/fakeauth/ntlm.h 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/ntlm_auth/fakeauth/ntlm.h 2009-02-03 14:15:30.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ntlm.h,v 1.9 2006/08/28 09:06:41 serassio Exp $
+ * $Id$
*
* AUTHOR: Andrew Doran
*
diff -u -r -N squid-3.1.0.4/helpers/ntlm_auth/Makefile.am squid-3.1.0.5/helpers/ntlm_auth/Makefile.am
--- squid-3.1.0.4/helpers/ntlm_auth/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/ntlm_auth/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,6 +1,6 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.8 2005/10/30 21:48:22 serassio Exp $
+# $Id$
#
DIST_SUBDIRS = fakeauth no_check smb_lm mswin_sspi
diff -u -r -N squid-3.1.0.4/helpers/ntlm_auth/Makefile.in squid-3.1.0.5/helpers/ntlm_auth/Makefile.in
--- squid-3.1.0.4/helpers/ntlm_auth/Makefile.in 2009-01-23 18:37:55.000000000 +1300
+++ squid-3.1.0.5/helpers/ntlm_auth/Makefile.in 2009-02-03 14:15:57.000000000 +1300
@@ -16,7 +16,7 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.8 2005/10/30 21:48:22 serassio Exp $
+# $Id$
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff -u -r -N squid-3.1.0.4/helpers/ntlm_auth/mswin_sspi/Makefile.am squid-3.1.0.5/helpers/ntlm_auth/mswin_sspi/Makefile.am
--- squid-3.1.0.4/helpers/ntlm_auth/mswin_sspi/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/ntlm_auth/mswin_sspi/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2005/10/30 21:48:22 serassio Exp $
+# $Id$
#
libexec_PROGRAMS = mswin_ntlm_auth
diff -u -r -N squid-3.1.0.4/helpers/ntlm_auth/mswin_sspi/Makefile.in squid-3.1.0.5/helpers/ntlm_auth/mswin_sspi/Makefile.in
--- squid-3.1.0.4/helpers/ntlm_auth/mswin_sspi/Makefile.in 2009-01-23 18:37:55.000000000 +1300
+++ squid-3.1.0.5/helpers/ntlm_auth/mswin_sspi/Makefile.in 2009-02-03 14:15:57.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.1 2005/10/30 21:48:22 serassio Exp $
+# $Id$
#
srcdir = @srcdir@
diff -u -r -N squid-3.1.0.4/helpers/ntlm_auth/no_check/Makefile.am squid-3.1.0.5/helpers/ntlm_auth/no_check/Makefile.am
--- squid-3.1.0.4/helpers/ntlm_auth/no_check/Makefile.am 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/helpers/ntlm_auth/no_check/Makefile.am 2009-02-03 14:15:30.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.4 2003/01/23 00:36:38 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/helpers/ntlm_auth/no_check/Makefile.in squid-3.1.0.5/helpers/ntlm_auth/no_check/Makefile.in
--- squid-3.1.0.4/helpers/ntlm_auth/no_check/Makefile.in 2009-01-23 18:37:56.000000000 +1300
+++ squid-3.1.0.5/helpers/ntlm_auth/no_check/Makefile.in 2009-02-03 14:15:57.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.4 2003/01/23 00:36:38 robertc Exp $
+# $Id$
#
# Uncomment and customize the following to suit your needs:
#
diff -u -r -N squid-3.1.0.4/include/Array.h squid-3.1.0.5/include/Array.h
--- squid-3.1.0.4/include/Array.h 2009-01-23 18:37:30.000000000 +1300
+++ squid-3.1.0.5/include/Array.h 2009-02-03 14:15:31.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: Array.h,v 1.25 2007/11/26 13:09:54 hno Exp $
+ * $Id$
*
* AUTHOR: Alex Rousskov
*
diff -u -r -N squid-3.1.0.4/include/asn1.h squid-3.1.0.5/include/asn1.h
--- squid-3.1.0.4/include/asn1.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/asn1.h 2009-02-03 14:15:31.000000000 +1300
@@ -30,7 +30,7 @@
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
- * $Id: asn1.h,v 1.13 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*
**********************************************************************/
diff -u -r -N squid-3.1.0.4/include/assert.h squid-3.1.0.5/include/assert.h
--- squid-3.1.0.4/include/assert.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/assert.h 2009-02-03 14:15:31.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: assert.h,v 1.3 2006/05/12 21:52:24 hno Exp $
+ * $Id$
*
* AUTHOR: Duane Wessels
*
diff -u -r -N squid-3.1.0.4/include/autoconf.h.in squid-3.1.0.5/include/autoconf.h.in
--- squid-3.1.0.4/include/autoconf.h.in 2009-01-23 18:37:48.000000000 +1300
+++ squid-3.1.0.5/include/autoconf.h.in 2009-02-03 14:15:49.000000000 +1300
@@ -806,9 +806,6 @@
redirection. This provides "masquerading" support for non Linux system. */
#undef IPF_TRANSPARENT
-/* Convert IPv4-localhost requests to IPv6. Default: Keep seperate. */
-#undef IPV6_SPECIAL_LOCALHOST
-
/* Enable support for IPv6 on split-stack implementations */
#undef IPV6_SPECIAL_SPLITSTACK
diff -u -r -N squid-3.1.0.4/include/cache_snmp.h squid-3.1.0.5/include/cache_snmp.h
--- squid-3.1.0.4/include/cache_snmp.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/cache_snmp.h 2009-02-03 14:15:31.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: cache_snmp.h,v 1.30 2007/12/14 23:11:44 amosjeffries Exp $
+ * $Id$
*/
#ifndef SQUID_CACHE_SNMP_H
#define SQUID_CACHE_SNMP_H
diff -u -r -N squid-3.1.0.4/include/config.h squid-3.1.0.5/include/config.h
--- squid-3.1.0.4/include/config.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/config.h 2009-02-03 14:15:31.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: config.h,v 1.27 2008/01/07 15:47:08 hno Exp $
+ * $Id$
*
* AUTHOR: Duane Wessels
*
diff -u -r -N squid-3.1.0.4/include/getaddrinfo.h squid-3.1.0.5/include/getaddrinfo.h
--- squid-3.1.0.4/include/getaddrinfo.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/getaddrinfo.h 2009-02-03 14:15:31.000000000 +1300
@@ -13,7 +13,7 @@
* 16-Aug-2007 : Altered configure checks
* Un-hacked slightly to use system gethostbyname()
*
- * Squid CVS $Id: getaddrinfo.h,v 1.1 2007/12/14 05:03:25 amosjeffries Exp $
+ * Squid CVS $Id$
*
* Original License and code follows.
*/
diff -u -r -N squid-3.1.0.4/include/getnameinfo.h squid-3.1.0.5/include/getnameinfo.h
--- squid-3.1.0.4/include/getnameinfo.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/getnameinfo.h 2009-02-03 14:15:31.000000000 +1300
@@ -3,7 +3,7 @@
/*
* Reconstructed from KAME getnameinfo.c (in lib/)
*
- * $Id: getnameinfo.h,v 1.1 2007/12/14 05:03:25 amosjeffries Exp $
+ * $Id$
*/
#include "config.h"
diff -u -r -N squid-3.1.0.4/include/GNUregex.h squid-3.1.0.5/include/GNUregex.h
--- squid-3.1.0.4/include/GNUregex.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/GNUregex.h 2009-02-03 14:15:31.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: GNUregex.h,v 1.9 2003/08/03 22:53:47 hno Exp $
+ * $Id$
*/
#ifndef SQUID_REGEXP_LIBRARY_H
#define SQUID_REGEXP_LIBRARY_H
diff -u -r -N squid-3.1.0.4/include/hash.h squid-3.1.0.5/include/hash.h
--- squid-3.1.0.4/include/hash.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/hash.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: hash.h,v 1.8 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*/
#ifndef SQUID_HASH_H
#define SQUID_HASH_H
diff -u -r -N squid-3.1.0.4/include/heap.h squid-3.1.0.5/include/heap.h
--- squid-3.1.0.4/include/heap.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/heap.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: heap.h,v 1.6 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*
* AUTHOR: John Dilley, Hewlett Packard
*
@@ -53,7 +53,7 @@
* the current aging factor for the heap.
*/
typedef unsigned long heap_mutex_t;
-typedef void *heap_t;
+typedef void * heap_t;
typedef double heap_key;
typedef heap_key heap_key_func(heap_t, heap_key);
@@ -105,7 +105,7 @@
* should be done with this data structure (especially modifying it!) The
* heap does not assume ownership of the data passed to it.
*/
-SQUIDCEXTERN heap_node *heap_insert(heap *, heap_t dat);
+SQUIDCEXTERN heap_node *heap_insert(heap *hp, heap_t dat);
/*
* Delete a node out of a heap. Returns the heap data from the deleted
diff -u -r -N squid-3.1.0.4/include/initgroups.h squid-3.1.0.5/include/initgroups.h
--- squid-3.1.0.4/include/initgroups.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/initgroups.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: initgroups.h,v 1.2 2004/11/06 22:09:19 hno Exp $
+ * $Id$
*/
#ifndef SQUID_INITGROUPS_H
#define SQUID_INITGROUPS_H
diff -u -r -N squid-3.1.0.4/include/ntlmauth.h squid-3.1.0.5/include/ntlmauth.h
--- squid-3.1.0.4/include/ntlmauth.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/ntlmauth.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ntlmauth.h,v 1.12 2003/08/05 21:40:04 robertc Exp $
+ * $Id$
*
* * * * * * * * Legal stuff * * * * * * *
*
diff -u -r -N squid-3.1.0.4/include/parse.h squid-3.1.0.5/include/parse.h
--- squid-3.1.0.4/include/parse.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/parse.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: parse.h,v 1.12 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*/
#ifndef SQUID_PARSE_H
#define SQUID_PARSE_H
diff -u -r -N squid-3.1.0.4/include/radix.h squid-3.1.0.5/include/radix.h
--- squid-3.1.0.4/include/radix.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/radix.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: radix.h,v 1.18 2003/10/20 12:33:03 robertc Exp $
+ * $Id$
*/
#ifndef SQUID_RADIX_H
#define SQUID_RADIX_H
diff -u -r -N squid-3.1.0.4/include/Range.h squid-3.1.0.5/include/Range.h
--- squid-3.1.0.4/include/Range.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/Range.h 2009-02-03 14:15:31.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: Range.h,v 1.8 2007/08/13 17:20:50 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/include/RefCount.h squid-3.1.0.5/include/RefCount.h
--- squid-3.1.0.4/include/RefCount.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/RefCount.h 2009-02-03 14:15:31.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: RefCount.h,v 1.11 2007/04/25 11:30:15 adrian Exp $
+ * $Id$
*
* DEBUG: none Refcount allocator
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/include/rfc1035.h squid-3.1.0.5/include/rfc1035.h
--- squid-3.1.0.4/include/rfc1035.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/rfc1035.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: rfc1035.h,v 1.20 2008/01/11 03:49:20 amosjeffries Exp $
+ * $Id$
*
* AUTHOR: Duane Wessels
*
diff -u -r -N squid-3.1.0.4/include/rfc2617.h squid-3.1.0.5/include/rfc2617.h
--- squid-3.1.0.4/include/rfc2617.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/rfc2617.h 2009-02-03 14:15:32.000000000 +1300
@@ -14,7 +14,7 @@
/*
- * $Id: rfc2617.h,v 1.5 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*
* DEBUG:
* AUTHOR: RFC 2617 & Robert Collins
diff -u -r -N squid-3.1.0.4/include/rfc3596.h squid-3.1.0.5/include/rfc3596.h
--- squid-3.1.0.4/include/rfc3596.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/rfc3596.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: rfc3596.h,v 1.1 2007/12/14 04:42:23 amosjeffries Exp $
+ * $Id$
*
* AUTHOR: Amos Jeffries, Rafael Martinez Torres
*
diff -u -r -N squid-3.1.0.4/include/snmp_api_error.h squid-3.1.0.5/include/snmp_api_error.h
--- squid-3.1.0.4/include/snmp_api_error.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_api_error.h 2009-02-03 14:15:32.000000000 +1300
@@ -26,7 +26,7 @@
*
* Author: Ryan Troll
*
- * $Id: snmp_api_error.h,v 1.5 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*
***************************************************************************/
diff -u -r -N squid-3.1.0.4/include/snmp_api.h squid-3.1.0.5/include/snmp_api.h
--- squid-3.1.0.4/include/snmp_api.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_api.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: snmp_api.h,v 1.13 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*/
#ifndef SQUID_SNMP_API_H
diff -u -r -N squid-3.1.0.4/include/snmp_api_util.h squid-3.1.0.5/include/snmp_api_util.h
--- squid-3.1.0.4/include/snmp_api_util.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_api_util.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: snmp_api_util.h,v 1.5 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*/
#ifndef SQUID_SNMP_API_UTIL_H
#define SQUID_SNMP_API_UTIL_H
diff -u -r -N squid-3.1.0.4/include/snmp_client.h squid-3.1.0.5/include/snmp_client.h
--- squid-3.1.0.4/include/snmp_client.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_client.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: snmp_client.h,v 1.9 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*/
#ifndef SQUID_SNMP_CLIENT_H
diff -u -r -N squid-3.1.0.4/include/snmp_coexist.h squid-3.1.0.5/include/snmp_coexist.h
--- squid-3.1.0.4/include/snmp_coexist.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_coexist.h 2009-02-03 14:15:32.000000000 +1300
@@ -26,7 +26,7 @@
*
* Author: Ryan Troll
*
- * $Id: snmp_coexist.h,v 1.4 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*
**********************************************************************/
diff -u -r -N squid-3.1.0.4/include/snmp_debug.h squid-3.1.0.5/include/snmp_debug.h
--- squid-3.1.0.4/include/snmp_debug.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_debug.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: snmp_debug.h,v 1.13 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*/
#ifndef SQUID_SNMP_DEBUG_H
#define SQUID_SNMP_DEBUG_H
diff -u -r -N squid-3.1.0.4/include/snmp_error.h squid-3.1.0.5/include/snmp_error.h
--- squid-3.1.0.4/include/snmp_error.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_error.h 2009-02-03 14:15:32.000000000 +1300
@@ -24,7 +24,7 @@
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
- * $Id: snmp_error.h,v 1.5 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*
**********************************************************************/
diff -u -r -N squid-3.1.0.4/include/snmp.h squid-3.1.0.5/include/snmp.h
--- squid-3.1.0.4/include/snmp.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp.h 2009-02-03 14:15:32.000000000 +1300
@@ -27,7 +27,7 @@
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
- * $Id: snmp.h,v 1.16 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*
**********************************************************************/
diff -u -r -N squid-3.1.0.4/include/snmp_impl.h squid-3.1.0.5/include/snmp_impl.h
--- squid-3.1.0.4/include/snmp_impl.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_impl.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: snmp_impl.h,v 1.15 2003/01/23 00:36:48 robertc Exp $
+ * $Id$
*/
#ifndef SQUID_SNMP_IMPL_H
#define SQUID_SNMP_IMPL_H
diff -u -r -N squid-3.1.0.4/include/snmp-internal.h squid-3.1.0.5/include/snmp-internal.h
--- squid-3.1.0.4/include/snmp-internal.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp-internal.h 2009-02-03 14:15:32.000000000 +1300
@@ -24,7 +24,7 @@
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
- * $Id: snmp-internal.h,v 1.4 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*
**********************************************************************/
diff -u -r -N squid-3.1.0.4/include/snmp-mib.h squid-3.1.0.5/include/snmp-mib.h
--- squid-3.1.0.4/include/snmp-mib.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp-mib.h 2009-02-03 14:15:32.000000000 +1300
@@ -26,7 +26,7 @@
*
* Author: Ryan Troll
*
- * $Id: snmp-mib.h,v 1.4 2003/01/23 00:36:47 robertc Exp $
+ * $Id$
*
***************************************************************************/
diff -u -r -N squid-3.1.0.4/include/snmp_msg.h squid-3.1.0.5/include/snmp_msg.h
--- squid-3.1.0.4/include/snmp_msg.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_msg.h 2009-02-03 14:15:32.000000000 +1300
@@ -28,7 +28,7 @@
*
* Author: Ryan Troll
*
- * $Id: snmp_msg.h,v 1.4 2003/01/23 00:36:48 robertc Exp $
+ * $Id$
*
**********************************************************************/
diff -u -r -N squid-3.1.0.4/include/snmp_pdu.h squid-3.1.0.5/include/snmp_pdu.h
--- squid-3.1.0.4/include/snmp_pdu.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_pdu.h 2009-02-03 14:15:32.000000000 +1300
@@ -34,7 +34,7 @@
*
* Author: Ryan Troll
*
- * $Id: snmp_pdu.h,v 1.11 2003/01/23 00:36:48 robertc Exp $
+ * $Id$
*
**********************************************************************/
diff -u -r -N squid-3.1.0.4/include/snmp_session.h squid-3.1.0.5/include/snmp_session.h
--- squid-3.1.0.4/include/snmp_session.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_session.h 2009-02-03 14:15:32.000000000 +1300
@@ -26,7 +26,7 @@
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
- * $Id: snmp_session.h,v 1.5 2003/01/23 00:36:48 robertc Exp $
+ * $Id$
*
**********************************************************************/
diff -u -r -N squid-3.1.0.4/include/snmp_util.h squid-3.1.0.5/include/snmp_util.h
--- squid-3.1.0.4/include/snmp_util.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_util.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: snmp_util.h,v 1.10 2003/01/23 00:36:48 robertc Exp $
+ * $Id$
*/
#ifndef SQUID_SNMP_UTIL_H
#define SQUID_SNMP_UTIL_H
diff -u -r -N squid-3.1.0.4/include/snmp_vars.h squid-3.1.0.5/include/snmp_vars.h
--- squid-3.1.0.4/include/snmp_vars.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/snmp_vars.h 2009-02-03 14:15:32.000000000 +1300
@@ -25,7 +25,7 @@
*
* Author: Ryan Troll
*
- * $Id: snmp_vars.h,v 1.14 2007/12/14 23:11:44 amosjeffries Exp $
+ * $Id$
*
**********************************************************************/
diff -u -r -N squid-3.1.0.4/include/splay.h squid-3.1.0.5/include/splay.h
--- squid-3.1.0.4/include/splay.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/splay.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: splay.h,v 1.29 2005/05/08 22:35:03 hno Exp $
+ * $Id$
*/
#ifndef SQUID_SPLAY_H
diff -u -r -N squid-3.1.0.4/include/squid_endian.h squid-3.1.0.5/include/squid_endian.h
--- squid-3.1.0.4/include/squid_endian.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/squid_endian.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: squid_endian.h,v 1.4 2004/12/21 16:17:58 hno Exp $
+ * $Id$
*
* AUTHOR: Alan Barrett
*
diff -u -r -N squid-3.1.0.4/include/squid_mswin.h squid-3.1.0.5/include/squid_mswin.h
--- squid-3.1.0.4/include/squid_mswin.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/squid_mswin.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: squid_mswin.h,v 1.10 2008/02/26 21:49:33 amosjeffries Exp $
+ * $Id$
*
* AUTHOR: Andrey Shorin
* AUTHOR: Guido Serassio
diff -u -r -N squid-3.1.0.4/include/SquidNew.h squid-3.1.0.5/include/SquidNew.h
--- squid-3.1.0.4/include/SquidNew.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/SquidNew.h 2009-02-03 14:15:31.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: SquidNew.h,v 1.1 2003/07/07 22:44:28 robertc Exp $
+ * $Id$
*
* AUTHOR: Harvest Derived
*
diff -u -r -N squid-3.1.0.4/include/squid_types.h squid-3.1.0.5/include/squid_types.h
--- squid-3.1.0.4/include/squid_types.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/squid_types.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: squid_types.h,v 1.9 2007/08/14 19:17:43 serassio Exp $
+ * $Id$
*
* * * * * * * * Legal stuff * * * * * * *
*
diff -u -r -N squid-3.1.0.4/include/squid_windows.h squid-3.1.0.5/include/squid_windows.h
--- squid-3.1.0.4/include/squid_windows.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/squid_windows.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: squid_windows.h,v 1.2 2006/09/09 15:29:59 serassio Exp $
+ * $Id$
*
* AUTHOR: Guido Serassio
*
diff -u -r -N squid-3.1.0.4/include/sspwin32.h squid-3.1.0.5/include/sspwin32.h
--- squid-3.1.0.4/include/sspwin32.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/sspwin32.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: sspwin32.h,v 1.2 2006/09/09 15:29:59 serassio Exp $
+ * $Id$
*
* AUTHOR: Guido Serassio
* Based on previous work of Francesco Chemolli, Robert Collins and Andrew Doran
diff -u -r -N squid-3.1.0.4/include/Stack.h squid-3.1.0.5/include/Stack.h
--- squid-3.1.0.4/include/Stack.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/Stack.h 2009-02-03 14:15:31.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: Stack.h,v 1.18 2004/12/20 16:30:29 robertc Exp $
+ * $Id$
*
* AUTHOR: Alex Rousskov
*
diff -u -r -N squid-3.1.0.4/include/tempnam.h squid-3.1.0.5/include/tempnam.h
--- squid-3.1.0.4/include/tempnam.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/tempnam.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: tempnam.h,v 1.12 2003/01/23 00:36:48 robertc Exp $
+ * $Id$
*/
diff -u -r -N squid-3.1.0.4/include/util.h squid-3.1.0.5/include/util.h
--- squid-3.1.0.4/include/util.h 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/include/util.h 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: util.h,v 1.79 2007/12/14 23:11:44 amosjeffries Exp $
+ * $Id$
*
* AUTHOR: Harvest Derived
*
diff -u -r -N squid-3.1.0.4/include/version.h squid-3.1.0.5/include/version.h
--- squid-3.1.0.4/include/version.h 2009-01-23 18:38:15.000000000 +1300
+++ squid-3.1.0.5/include/version.h 2009-02-03 14:16:21.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: version.h,v 1.134 2003/01/23 00:36:48 robertc Exp $
+ * $Id$
*
* SQUID_VERSION - String for version id of this distribution
*/
@@ -9,7 +9,7 @@
*/
#ifndef SQUID_RELEASE_TIME
-#define SQUID_RELEASE_TIME 1232689045
+#define SQUID_RELEASE_TIME 1233623726
#endif
#ifndef APP_SHORTNAME
diff -u -r -N squid-3.1.0.4/lib/assert.c squid-3.1.0.5/lib/assert.c
--- squid-3.1.0.4/lib/assert.c 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/lib/assert.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: assert.c,v 1.2 2006/05/11 19:59:07 hno Exp $
+ * $Id$
*
* AUTHOR: Henrik Nordstrom
*
diff -u -r -N squid-3.1.0.4/lib/base64.c squid-3.1.0.5/lib/base64.c
--- squid-3.1.0.4/lib/base64.c 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/lib/base64.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: base64.c,v 1.21 2003/01/23 00:37:01 robertc Exp $
+ * $Id$
*/
#include "config.h"
diff -u -r -N squid-3.1.0.4/lib/charset.c squid-3.1.0.5/lib/charset.c
--- squid-3.1.0.4/lib/charset.c 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/lib/charset.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: charset.c,v 1.1 2008/07/07 11:04:47 hno Exp $
+ * $Id$
*
* DEBUG:
* AUTHOR: Henrik Nordstrom
diff -u -r -N squid-3.1.0.4/lib/getaddrinfo.c squid-3.1.0.5/lib/getaddrinfo.c
--- squid-3.1.0.4/lib/getaddrinfo.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/getaddrinfo.c 2009-02-03 14:15:32.000000000 +1300
@@ -12,7 +12,7 @@
*
* 06-Oct-2007 : Various fixes to allow the build on MinGW
*
- * Squid CVS $Id: getaddrinfo.c,v 1.1 2007/12/14 05:03:26 amosjeffries Exp $
+ * Squid CVS $Id$
*
* Original License and code follows.
*/
diff -u -r -N squid-3.1.0.4/lib/getfullhostname.c squid-3.1.0.5/lib/getfullhostname.c
--- squid-3.1.0.4/lib/getfullhostname.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/getfullhostname.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: getfullhostname.c,v 1.20 2003/01/23 00:37:01 robertc Exp $
+ * $Id$
*
* DEBUG:
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/lib/getnameinfo.c squid-3.1.0.5/lib/getnameinfo.c
--- squid-3.1.0.4/lib/getnameinfo.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/getnameinfo.c 2009-02-03 14:15:32.000000000 +1300
@@ -14,7 +14,7 @@
* - use xinet_ntop instead of inet_ntop
* - use SQUIDHOSTNAMELEN instead of MAXHOSTNAMELEN
*
- * Squid CVS $Id: getnameinfo.c,v 1.1 2007/12/14 05:03:26 amosjeffries Exp $
+ * Squid CVS $Id$
*
* Original License and code follows.
*/
diff -u -r -N squid-3.1.0.4/lib/GNUregex.c squid-3.1.0.5/lib/GNUregex.c
--- squid-3.1.0.4/lib/GNUregex.c 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/lib/GNUregex.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: GNUregex.c,v 1.22 2007/12/14 23:11:44 amosjeffries Exp $
+ * $Id$
*/
/* Extended regular expression matching and search library,
diff -u -r -N squid-3.1.0.4/lib/hash.c squid-3.1.0.5/lib/hash.c
--- squid-3.1.0.4/lib/hash.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/hash.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: hash.c,v 1.18 2005/07/03 15:25:07 serassio Exp $
+ * $Id$
*
* DEBUG: section 0 Hash Tables
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/lib/heap.c squid-3.1.0.5/lib/heap.c
--- squid-3.1.0.4/lib/heap.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/heap.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: heap.c,v 1.10 2005/07/03 15:25:07 serassio Exp $
+ * $Id$
*
* AUTHOR: John Dilley, Hewlett Packard
*
@@ -53,7 +53,6 @@
#include
#endif
-#include "heap.h"
#include "util.h"
/*
diff -u -r -N squid-3.1.0.4/lib/html_quote.c squid-3.1.0.5/lib/html_quote.c
--- squid-3.1.0.4/lib/html_quote.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/html_quote.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: html_quote.c,v 1.6 2007/12/06 02:37:15 amosjeffries Exp $
+ * $Id$
*
* DEBUG:
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/lib/inet_ntop.c squid-3.1.0.5/lib/inet_ntop.c
--- squid-3.1.0.4/lib/inet_ntop.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/inet_ntop.c 2009-02-03 14:15:32.000000000 +1300
@@ -14,7 +14,7 @@
*
* 28-Oct-2007: drop some dead code. now tested working without.
*
- * Squid CVS $Id: inet_ntop.c,v 1.1 2007/12/14 05:03:26 amosjeffries Exp $
+ * Squid CVS $Id$
*
* Original License and code follows.
*/
diff -u -r -N squid-3.1.0.4/lib/inet_pton.c squid-3.1.0.5/lib/inet_pton.c
--- squid-3.1.0.4/lib/inet_pton.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/inet_pton.c 2009-02-03 14:15:32.000000000 +1300
@@ -13,7 +13,7 @@
*
* 28-Oct-2007: drop some dead code. now tested working without.
*
- * Squid CVS $Id: inet_pton.c,v 1.1 2007/12/14 05:03:26 amosjeffries Exp $
+ * Squid CVS $Id$
*
* Original License and code follows.
*/
diff -u -r -N squid-3.1.0.4/lib/iso3307.c squid-3.1.0.5/lib/iso3307.c
--- squid-3.1.0.4/lib/iso3307.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/iso3307.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: iso3307.c,v 1.6 2003/01/23 00:37:01 robertc Exp $
+ * $Id$
*/
#include "config.h"
diff -u -r -N squid-3.1.0.4/lib/libTrie/configure squid-3.1.0.5/lib/libTrie/configure
--- squid-3.1.0.4/lib/libTrie/configure 2009-01-23 18:38:10.000000000 +1300
+++ squid-3.1.0.5/lib/libTrie/configure 2009-02-03 14:16:16.000000000 +1300
@@ -731,6 +731,7 @@
ac_subst_files=''
ac_user_opts='
enable_option_checking
+enable_optimizations
enable_inline
enable_dependency_tracking
enable_maintainer_mode
@@ -1373,14 +1374,21 @@
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --disable-inline Don't compile trivial methods as inline. Squid
- is coded with much of the code able to be inlined.< Inlining is good for production builds, but not
- good for development. During development, use
- --disable-inline to reduce compilation times and
- allow incremental builds to be quick. For
- production builds, or load tests, use
- --enable-inline to have squid make all trivial
- methods inlinable by the compiler.
+ --disable-optimizations Don't compile Squid with compiler optimizations
+ enabled. Optimization is good for production builds,
+ but not good for debugging. During development, use
+ --disable-optimizations to reduce compilation times
+ and allow easier debugging. This option implicitly
+ also enabled --disable-inline
+ --disable-inline Don't compile trivial methods as inline. Squid is
+ coded with much of the code able to be inlined.
+ Inlining is good for production builds, but not good
+ for development. During development, use
+ --disable-inline to reduce compilation times and
+ allow incremental builds to be quick. For production
+ builds, or load tests, use --enable-inline to have
+ squid make all trivial methods inlinable by the
+ compiler.
--disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors
--enable-maintainer-mode enable make rules and dependencies not useful
@@ -1880,11 +1888,25 @@
SquidInline="yes"
+
+# Check whether --enable-optimizations was given.
+if test "${enable_optimizations+set}" = set; then
+ enableval=$enable_optimizations; if test "$enableval" = "no" ; then
+ { $as_echo "$as_me:$LINENO: Disabling compiler optimizations (-O flag)" >&5
+$as_echo "$as_me: Disabling compiler optimizations (-O flag)" >&6;}
+ CFLAGS="`echo $CFLAGS | sed -e 's/-O[0-9]*//'`"
+ CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-O[0-9]*//'`"
+ SquidInline="no"
+ fi
+
+fi
+
+
# Check whether --enable-inline was given.
if test "${enable_inline+set}" = set; then
enableval=$enable_inline; if test "$enableval" = "no" ; then
- SquidInline="no"
- fi
+ SquidInline="no"
+ fi
fi
@@ -1901,6 +1923,8 @@
_ACEOF
else
+ { $as_echo "$as_me:$LINENO: Inlining optimization disabled" >&5
+$as_echo "$as_me: Inlining optimization disabled" >&6;}
cat >>confdefs.h <<\_ACEOF
#define _SQUID_INLINE_ /**/
@@ -1908,6 +1932,7 @@
fi
+
# Checks for programs.
ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
diff -u -r -N squid-3.1.0.4/lib/libTrie/configure.in squid-3.1.0.5/lib/libTrie/configure.in
--- squid-3.1.0.4/lib/libTrie/configure.in 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/libTrie/configure.in 2009-02-03 14:15:32.000000000 +1300
@@ -5,27 +5,48 @@
AC_CONFIG_AUX_DIR(cfgaux)
SquidInline="yes"
+
+AC_ARG_ENABLE(optimizations,
+ AC_HELP_STRING([--disable-optimizations],
+ [Don't compile Squid with compiler optimizations enabled.
+ Optimization is good for production builds, but not
+ good for debugging. During development, use
+ --disable-optimizations to reduce compilation times
+ and allow easier debugging. This option implicitly
+ also enabled --disable-inline]),
+[ if test "$enableval" = "no" ; then
+ AC_MSG_NOTICE([Disabling compiler optimizations (-O flag)])
+ CFLAGS="`echo $CFLAGS | sed -e 's/-O[[0-9]]*//'`"
+ CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-O[[0-9]]*//'`"
+ SquidInline="no"
+ fi
+])
+
AC_ARG_ENABLE(inline,
- [ --disable-inline Don't compile trivial methods as inline. Squid
- is coded with much of the code able to be inlined.< Inlining is good for production builds, but not
- good for development. During development, use
- --disable-inline to reduce compilation times and
- allow incremental builds to be quick. For
- production builds, or load tests, use
- --enable-inline to have squid make all trivial
- methods inlinable by the compiler.],
- [ if test "$enableval" = "no" ; then
- SquidInline="no"
- fi
- ])
+ AC_HELP_STRING([--disable-inline],
+ [Don't compile trivial methods as inline. Squid
+ is coded with much of the code able to be inlined.
+ Inlining is good for production builds, but not
+ good for development. During development, use
+ --disable-inline to reduce compilation times and
+ allow incremental builds to be quick. For
+ production builds, or load tests, use
+ --enable-inline to have squid make all trivial
+ methods inlinable by the compiler.]),
+[ if test "$enableval" = "no" ; then
+ SquidInline="no"
+ fi
+])
if test "$SquidInline" = "yes" ; then
- AC_DEFINE(_SQUID_INLINE_, inline, [Keyword used by squid for inlining methods])
- AC_DEFINE(_USE_INLINE_,, [Include inline methods into header file])
+ AC_DEFINE(_SQUID_INLINE_, inline, [Keyword used by squid for inlining methods])
+ AC_DEFINE(_USE_INLINE_,, [Include inline methods into header file])
else
- AC_DEFINE(_SQUID_INLINE_,, [Keyword used by squid for inlining methods])
+ AC_MSG_NOTICE([Inlining optimization disabled])
+ AC_DEFINE(_SQUID_INLINE_,, [Keyword used by squid for inlining methods])
fi
+
# Checks for programs.
AC_PROG_CXX
AC_PROG_CC
diff -u -r -N squid-3.1.0.4/lib/libTrie/include/Trie.h squid-3.1.0.5/lib/libTrie/include/Trie.h
--- squid-3.1.0.4/lib/libTrie/include/Trie.h 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/libTrie/include/Trie.h 2009-02-03 14:15:32.000000000 +1300
@@ -82,8 +82,7 @@
* present or cannot be added.
*/
- bool add
- (char const *, size_t, void *);
+ bool add(char const *, size_t, void *);
private:
TrieNode *head;
diff -u -r -N squid-3.1.0.4/lib/libTrie/Makefile.am squid-3.1.0.5/lib/libTrie/Makefile.am
--- squid-3.1.0.4/lib/libTrie/Makefile.am 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/libTrie/Makefile.am 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
#
-# $Id: Makefile.am,v 1.1 2003/03/10 04:56:24 robertc Exp $
+# $Id$
#
AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5
diff -u -r -N squid-3.1.0.4/lib/libTrie/Makefile.in squid-3.1.0.5/lib/libTrie/Makefile.in
--- squid-3.1.0.4/lib/libTrie/Makefile.in 2009-01-23 18:38:10.000000000 +1300
+++ squid-3.1.0.5/lib/libTrie/Makefile.in 2009-02-03 14:16:14.000000000 +1300
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# $Id: Makefile.am,v 1.1 2003/03/10 04:56:24 robertc Exp $
+# $Id$
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff -u -r -N squid-3.1.0.4/lib/libTrie/src/Trie.cc squid-3.1.0.5/lib/libTrie/src/Trie.cc
--- squid-3.1.0.4/lib/libTrie/src/Trie.cc 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/libTrie/src/Trie.cc 2009-02-03 14:15:32.000000000 +1300
@@ -24,6 +24,10 @@
#include "TrieNode.h"
#include "TrieCharTransform.h"
+#ifndef _USE_INLINE_
+#include "Trie.cci"
+#endif
+
Trie::Trie (TrieCharTransform *aTransform) : head (0) , transform (aTransform)
{}
@@ -76,7 +80,3 @@
return ((Trie *)aTrie)->add
(aString, theLength, privatedata);
}
-
-#ifndef _USE_INLINE_
-#include "Trie.cci"
-#endif
diff -u -r -N squid-3.1.0.4/lib/Makefile.am squid-3.1.0.5/lib/Makefile.am
--- squid-3.1.0.4/lib/Makefile.am 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/lib/Makefile.am 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
#
-# $Id: Makefile.am,v 1.33 2007/12/14 23:11:44 amosjeffries Exp $
+# $Id$
#
if USE_LOADABLE_MODULES
diff -u -r -N squid-3.1.0.4/lib/Makefile.in squid-3.1.0.5/lib/Makefile.in
--- squid-3.1.0.4/lib/Makefile.in 2009-01-23 18:37:57.000000000 +1300
+++ squid-3.1.0.5/lib/Makefile.in 2009-02-03 14:15:58.000000000 +1300
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# $Id: Makefile.am,v 1.33 2007/12/14 23:11:44 amosjeffries Exp $
+# $Id$
#
srcdir = @srcdir@
diff -u -r -N squid-3.1.0.4/lib/MemPool.cc squid-3.1.0.5/lib/MemPool.cc
--- squid-3.1.0.4/lib/MemPool.cc 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/lib/MemPool.cc 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: MemPool.cc,v 1.12 2008/02/07 02:51:13 adrian Exp $
+ * $Id$
*
* DEBUG: section 63 Low Level Memory Pool Management
* AUTHOR: Alex Rousskov, Andres Kroonmaa, Robert Collins
diff -u -r -N squid-3.1.0.4/lib/ntlmauth.c squid-3.1.0.5/lib/ntlmauth.c
--- squid-3.1.0.4/lib/ntlmauth.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/ntlmauth.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ntlmauth.c,v 1.9 2003/08/05 21:40:09 robertc Exp $
+ * $Id$
*
* * * * * * * * Legal stuff * * * * * * *
*
diff -u -r -N squid-3.1.0.4/lib/Profiler.c squid-3.1.0.5/lib/Profiler.c
--- squid-3.1.0.4/lib/Profiler.c 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/lib/Profiler.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: Profiler.c,v 1.7 2007/04/25 11:30:16 adrian Exp $
+ * $Id$
*
* DEBUG: section 81 CPU Profiling Routines
* AUTHOR: Andres Kroonmaa, Sep.2000
diff -u -r -N squid-3.1.0.4/lib/radix.c squid-3.1.0.5/lib/radix.c
--- squid-3.1.0.4/lib/radix.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/radix.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: radix.c,v 1.23 2007/04/25 11:30:16 adrian Exp $
+ * $Id$
*
* DEBUG: section 53 Radix Tree data structure implementation
* AUTHOR: NetBSD Derived
diff -u -r -N squid-3.1.0.4/lib/rfc1035.c squid-3.1.0.5/lib/rfc1035.c
--- squid-3.1.0.4/lib/rfc1035.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/rfc1035.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: rfc1035.c,v 1.54 2008/01/19 07:11:34 amosjeffries Exp $
+ * $Id$
*
* Low level DNS protocol routines
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/lib/rfc1123.c squid-3.1.0.5/lib/rfc1123.c
--- squid-3.1.0.4/lib/rfc1123.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/rfc1123.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: rfc1123.c,v 1.41 2007/12/06 02:37:15 amosjeffries Exp $
+ * $Id$
*
* DEBUG:
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/lib/rfc1738.c squid-3.1.0.5/lib/rfc1738.c
--- squid-3.1.0.4/lib/rfc1738.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/rfc1738.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: rfc1738.c,v 1.28 2007/12/06 02:37:15 amosjeffries Exp $
+ * $Id$
*
* DEBUG:
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/lib/rfc2617.c squid-3.1.0.5/lib/rfc2617.c
--- squid-3.1.0.4/lib/rfc2617.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/rfc2617.c 2009-02-03 14:15:32.000000000 +1300
@@ -13,7 +13,7 @@
/*
- * $Id: rfc2617.c,v 1.13 2007/12/30 01:54:02 hno Exp $
+ * $Id$
*
* DEBUG:
* AUTHOR: RFC 2617 & Robert Collins
diff -u -r -N squid-3.1.0.4/lib/rfc3596.c squid-3.1.0.5/lib/rfc3596.c
--- squid-3.1.0.4/lib/rfc3596.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/rfc3596.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: rfc3596.c,v 1.1 2007/12/14 04:42:24 amosjeffries Exp $
+ * $Id$
*
* Low level DNS protocol routines
* AUTHOR: Amos Jeffries, Rafael Martinez Torres
diff -u -r -N squid-3.1.0.4/lib/Splay.cc squid-3.1.0.5/lib/Splay.cc
--- squid-3.1.0.4/lib/Splay.cc 2009-01-23 18:37:31.000000000 +1300
+++ squid-3.1.0.5/lib/Splay.cc 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: Splay.cc,v 1.3 2004/08/30 05:12:30 robertc Exp $
+ * $Id$
*
* based on ftp://ftp.cs.cmu.edu/user/sleator/splaying/top-down-splay.c
* http://bobo.link.cs.cmu.edu/cgi-bin/splay/splay-cgi.pl
diff -u -r -N squid-3.1.0.4/lib/sspwin32.c squid-3.1.0.5/lib/sspwin32.c
--- squid-3.1.0.4/lib/sspwin32.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/sspwin32.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: sspwin32.c,v 1.2 2006/09/09 15:29:59 serassio Exp $
+ * $Id$
*
* AUTHOR: Guido Serassio
* inspired by previous work by Robert Collins, Francesco Chemolli.
diff -u -r -N squid-3.1.0.4/lib/strerror.c squid-3.1.0.5/lib/strerror.c
--- squid-3.1.0.4/lib/strerror.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/strerror.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: strerror.c,v 1.7 2003/01/23 00:37:02 robertc Exp $
+ * $Id$
*
* DEBUG:
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/lib/strsep.c squid-3.1.0.5/lib/strsep.c
--- squid-3.1.0.4/lib/strsep.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/strsep.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: strsep.c,v 1.1 2006/07/02 19:27:17 serassio Exp $
+ * $Id$
*/
/* Copyright (C) 2004 Free Software Foundation, Inc.
diff -u -r -N squid-3.1.0.4/lib/stub_memaccount.c squid-3.1.0.5/lib/stub_memaccount.c
--- squid-3.1.0.4/lib/stub_memaccount.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/stub_memaccount.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_memaccount.c,v 1.6 2003/01/23 00:37:02 robertc Exp $
+ * $Id$
*/
/* Stub function for programs not implementing statMemoryAccounted */
diff -u -r -N squid-3.1.0.4/lib/tempnam.c squid-3.1.0.5/lib/tempnam.c
--- squid-3.1.0.4/lib/tempnam.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/tempnam.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: tempnam.c,v 1.11 2003/01/23 00:37:02 robertc Exp $
+ * $Id$
*/
/* A reasonably functional tmpnam. */
diff -u -r -N squid-3.1.0.4/lib/util.c squid-3.1.0.5/lib/util.c
--- squid-3.1.0.4/lib/util.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/util.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: util.c,v 1.98 2007/12/06 02:37:15 amosjeffries Exp $
+ * $Id$
*
* DEBUG:
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/lib/uudecode.c squid-3.1.0.5/lib/uudecode.c
--- squid-3.1.0.4/lib/uudecode.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/uudecode.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: uudecode.c,v 1.11 2004/08/30 05:12:30 robertc Exp $
+ * $Id$
*/
#include "config.h"
diff -u -r -N squid-3.1.0.4/lib/win32lib.c squid-3.1.0.5/lib/win32lib.c
--- squid-3.1.0.4/lib/win32lib.c 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/lib/win32lib.c 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: win32lib.c,v 1.5 2007/08/17 18:56:26 serassio Exp $
+ * $Id$
*
* Windows support
* AUTHOR: Guido Serassio
diff -u -r -N squid-3.1.0.4/QUICKSTART squid-3.1.0.5/QUICKSTART
--- squid-3.1.0.4/QUICKSTART 2009-01-23 18:37:26.000000000 +1300
+++ squid-3.1.0.5/QUICKSTART 2009-02-03 14:15:27.000000000 +1300
@@ -1,7 +1,7 @@
Squid QUICKSTART
-$Id: QUICKSTART,v 1.9 2007/12/18 12:15:34 amosjeffries Exp $
+$Id$
This document is intended only for people who want to get Squid running
quickly It is not a substitute for the real documentation. Squid has
diff -u -r -N squid-3.1.0.4/scripts/check_cache.pl squid-3.1.0.5/scripts/check_cache.pl
--- squid-3.1.0.4/scripts/check_cache.pl 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/scripts/check_cache.pl 2009-02-03 14:15:32.000000000 +1300
@@ -8,7 +8,7 @@
# Check the Squid-1.1.x cache directory for stale objects - i.e. those
# which exist on disk but aren't listed in cached's log file.
-# $Id: check_cache.pl,v 1.5 2003/01/23 00:37:06 robertc Exp $
+# $Id$
require "getopts.pl";
&Getopts("c:drt:vh");
diff -u -r -N squid-3.1.0.4/scripts/fileno-to-pathname.pl squid-3.1.0.5/scripts/fileno-to-pathname.pl
--- squid-3.1.0.4/scripts/fileno-to-pathname.pl 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/scripts/fileno-to-pathname.pl 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-# $Id: fileno-to-pathname.pl,v 1.4 2003/01/23 00:37:06 robertc Exp $
+# $Id$
# Convert hexadecimal cache file numbers (from swap log) into full pathnames.
# Duane Wessels 6/30/97
diff -u -r -N squid-3.1.0.4/scripts/flag_truncs.pl squid-3.1.0.5/scripts/flag_truncs.pl
--- squid-3.1.0.4/scripts/flag_truncs.pl 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/scripts/flag_truncs.pl 2009-02-03 14:15:32.000000000 +1300
@@ -6,7 +6,7 @@
# - i.e. those for which there is a "Content-length:" HTTP header,
# and this does not match the size of the cached object
-# $Id: flag_truncs.pl,v 1.2 2003/01/23 00:37:06 robertc Exp $
+# $Id$
require "getopts.pl";
require "stat.pl";
diff -u -r -N squid-3.1.0.4/scripts/RunAccel.in squid-3.1.0.5/scripts/RunAccel.in
--- squid-3.1.0.4/scripts/RunAccel.in 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/scripts/RunAccel.in 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: RunAccel.in,v 1.7 2003/01/23 00:37:06 robertc Exp $
+# $Id$
# enable HTTP requests on port 80
port="-a 80"
diff -u -r -N squid-3.1.0.4/scripts/RunCache.in squid-3.1.0.5/scripts/RunCache.in
--- squid-3.1.0.4/scripts/RunCache.in 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/scripts/RunCache.in 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: RunCache.in,v 1.11 2003/01/23 00:37:06 robertc Exp $
+# $Id$
prefix=@prefix@
exec_prefix=@exec_prefix@
diff -u -r -N squid-3.1.0.4/scripts/upgrade-1.0-store.pl squid-3.1.0.5/scripts/upgrade-1.0-store.pl
--- squid-3.1.0.4/scripts/upgrade-1.0-store.pl 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/scripts/upgrade-1.0-store.pl 2009-02-03 14:15:32.000000000 +1300
@@ -1,6 +1,6 @@
#!/usr/local/bin/perl
-# $Id: upgrade-1.0-store.pl,v 1.3 2003/01/23 00:37:06 robertc Exp $
+# $Id$
select(STDERR); $|=1;
select(STDOUT); $|=1;
diff -u -r -N squid-3.1.0.4/src/access_log.cc squid-3.1.0.5/src/access_log.cc
--- squid-3.1.0.4/src/access_log.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/access_log.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: access_log.cc,v 1.130 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 46 Access Log
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLARP.h squid-3.1.0.5/src/ACLARP.h
--- squid-3.1.0.4/src/ACLARP.h 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/src/ACLARP.h 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLARP.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLASN.cc squid-3.1.0.5/src/ACLASN.cc
--- squid-3.1.0.4/src/ACLASN.cc 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/src/ACLASN.cc 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLASN.cc,v 1.2 2003/02/25 12:16:55 robertc Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ACLBrowser.cc squid-3.1.0.5/src/ACLBrowser.cc
--- squid-3.1.0.4/src/ACLBrowser.cc 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/src/ACLBrowser.cc 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLBrowser.cc,v 1.5 2004/12/20 16:30:32 robertc Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLBrowser.h squid-3.1.0.5/src/ACLBrowser.h
--- squid-3.1.0.4/src/ACLBrowser.h 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/src/ACLBrowser.h 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLBrowser.h,v 1.3 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/acl.cc squid-3.1.0.5/src/acl.cc
--- squid-3.1.0.4/src/acl.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/acl.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: acl.cc,v 1.325 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLCertificate.cc squid-3.1.0.5/src/ACLCertificate.cc
--- squid-3.1.0.4/src/ACLCertificate.cc 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/src/ACLCertificate.cc 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLCertificate.cc,v 1.4 2008/02/11 22:29:28 rousskov Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLCertificateData.cc squid-3.1.0.5/src/ACLCertificateData.cc
--- squid-3.1.0.4/src/ACLCertificateData.cc 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/src/ACLCertificateData.cc 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLCertificateData.cc,v 1.9 2006/04/23 14:28:06 serassio Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLCertificateData.h squid-3.1.0.5/src/ACLCertificateData.h
--- squid-3.1.0.4/src/ACLCertificateData.h 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/src/ACLCertificateData.h 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLCertificateData.h,v 1.8 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLCertificate.h squid-3.1.0.5/src/ACLCertificate.h
--- squid-3.1.0.4/src/ACLCertificate.h 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/src/ACLCertificate.h 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLCertificate.h,v 1.4 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLChecklist.cc squid-3.1.0.5/src/ACLChecklist.cc
--- squid-3.1.0.4/src/ACLChecklist.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLChecklist.cc 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLChecklist.cc,v 1.46 2008/02/12 23:29:25 rousskov Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLChecklist.cci squid-3.1.0.5/src/ACLChecklist.cci
--- squid-3.1.0.4/src/ACLChecklist.cci 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLChecklist.cci 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLChecklist.cci,v 1.6 2007/09/01 05:56:37 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Henrik Nordstrom
diff -u -r -N squid-3.1.0.4/src/ACLChecklist.h squid-3.1.0.5/src/ACLChecklist.h
--- squid-3.1.0.4/src/ACLChecklist.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLChecklist.h 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLChecklist.h,v 1.32 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLData.h squid-3.1.0.5/src/ACLData.h
--- squid-3.1.0.4/src/ACLData.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLData.h 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLData.h,v 1.7 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLDestinationDomain.cc squid-3.1.0.5/src/ACLDestinationDomain.cc
--- squid-3.1.0.4/src/ACLDestinationDomain.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLDestinationDomain.cc 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLDestinationDomain.cc,v 1.17 2008/01/22 20:34:43 rousskov Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLDestinationDomain.h squid-3.1.0.5/src/ACLDestinationDomain.h
--- squid-3.1.0.4/src/ACLDestinationDomain.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLDestinationDomain.h 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLDestinationDomain.h,v 1.9 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLDomainData.cc squid-3.1.0.5/src/ACLDomainData.cc
--- squid-3.1.0.4/src/ACLDomainData.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLDomainData.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLDomainData.cc,v 1.13 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLDomainData.h squid-3.1.0.5/src/ACLDomainData.h
--- squid-3.1.0.4/src/ACLDomainData.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLDomainData.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLDomainData.h,v 1.7 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLExtUser.cc squid-3.1.0.5/src/ACLExtUser.cc
--- squid-3.1.0.4/src/ACLExtUser.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLExtUser.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLExtUser.cc,v 1.11 2007/05/29 13:31:36 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLExtUser.h squid-3.1.0.5/src/ACLExtUser.h
--- squid-3.1.0.4/src/ACLExtUser.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLExtUser.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLExtUser.h,v 1.6 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACL.h squid-3.1.0.5/src/ACL.h
--- squid-3.1.0.4/src/ACL.h 2009-01-23 18:37:32.000000000 +1300
+++ squid-3.1.0.5/src/ACL.h 2009-02-03 14:15:33.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACL.h,v 1.20 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLHTTPHeaderData.cc squid-3.1.0.5/src/ACLHTTPHeaderData.cc
--- squid-3.1.0.4/src/ACLHTTPHeaderData.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLHTTPHeaderData.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLHTTPHeaderData.cc,v 1.5 2007/05/29 13:31:36 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLHTTPHeaderData.h squid-3.1.0.5/src/ACLHTTPHeaderData.h
--- squid-3.1.0.4/src/ACLHTTPHeaderData.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLHTTPHeaderData.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLHTTPHeaderData.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLHTTPRepHeader.cc squid-3.1.0.5/src/ACLHTTPRepHeader.cc
--- squid-3.1.0.4/src/ACLHTTPRepHeader.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLHTTPRepHeader.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLHTTPRepHeader.cc,v 1.2 2008/02/06 04:05:38 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLHTTPRepHeader.h squid-3.1.0.5/src/ACLHTTPRepHeader.h
--- squid-3.1.0.4/src/ACLHTTPRepHeader.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLHTTPRepHeader.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLHTTPRepHeader.h,v 1.3 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLHTTPReqHeader.cc squid-3.1.0.5/src/ACLHTTPReqHeader.cc
--- squid-3.1.0.4/src/ACLHTTPReqHeader.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLHTTPReqHeader.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLHTTPReqHeader.cc,v 1.2 2008/02/06 04:05:38 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLHTTPReqHeader.h squid-3.1.0.5/src/ACLHTTPReqHeader.h
--- squid-3.1.0.4/src/ACLHTTPReqHeader.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLHTTPReqHeader.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLHTTPReqHeader.h,v 1.3 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLHTTPStatus.cc squid-3.1.0.5/src/ACLHTTPStatus.cc
--- squid-3.1.0.4/src/ACLHTTPStatus.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLHTTPStatus.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLHTTPStatus.cc,v 1.3 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLHTTPStatus.h squid-3.1.0.5/src/ACLHTTPStatus.h
--- squid-3.1.0.4/src/ACLHTTPStatus.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLHTTPStatus.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLHTTPStatus.h,v 1.3 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLIntRange.cc squid-3.1.0.5/src/ACLIntRange.cc
--- squid-3.1.0.4/src/ACLIntRange.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLIntRange.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLIntRange.cc,v 1.11 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ACLIntRange.h squid-3.1.0.5/src/ACLIntRange.h
--- squid-3.1.0.4/src/ACLIntRange.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLIntRange.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLIntRange.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLMaxConnection.cc squid-3.1.0.5/src/ACLMaxConnection.cc
--- squid-3.1.0.4/src/ACLMaxConnection.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMaxConnection.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLMaxConnection.cc,v 1.7 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLMaxConnection.h squid-3.1.0.5/src/ACLMaxConnection.h
--- squid-3.1.0.4/src/ACLMaxConnection.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMaxConnection.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLMaxConnection.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLMaxUserIP.cc squid-3.1.0.5/src/ACLMaxUserIP.cc
--- squid-3.1.0.4/src/ACLMaxUserIP.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMaxUserIP.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLMaxUserIP.cc,v 1.15 2007/12/14 23:11:45 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLMaxUserIP.h squid-3.1.0.5/src/ACLMaxUserIP.h
--- squid-3.1.0.4/src/ACLMaxUserIP.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMaxUserIP.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLMaxUserIP.h,v 1.11 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLMethod.cc squid-3.1.0.5/src/ACLMethod.cc
--- squid-3.1.0.4/src/ACLMethod.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMethod.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLMethod.cc,v 1.4 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLMethodData.cc squid-3.1.0.5/src/ACLMethodData.cc
--- squid-3.1.0.4/src/ACLMethodData.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMethodData.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLMethodData.cc,v 1.12 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLMethodData.h squid-3.1.0.5/src/ACLMethodData.h
--- squid-3.1.0.4/src/ACLMethodData.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMethodData.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLMethodData.h,v 1.6 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLMethod.h squid-3.1.0.5/src/ACLMethod.h
--- squid-3.1.0.4/src/ACLMethod.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMethod.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLMethod.h,v 1.3 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLMyPort.cc squid-3.1.0.5/src/ACLMyPort.cc
--- squid-3.1.0.4/src/ACLMyPort.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMyPort.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLMyPort.cc,v 1.3 2007/12/14 23:11:45 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLMyPort.h squid-3.1.0.5/src/ACLMyPort.h
--- squid-3.1.0.4/src/ACLMyPort.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMyPort.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLMyPort.h,v 1.2 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLMyPortName.cc squid-3.1.0.5/src/ACLMyPortName.cc
--- squid-3.1.0.4/src/ACLMyPortName.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMyPortName.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLMyPortName.cc,v 1.2 2008/02/11 22:44:50 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLMyPortName.h squid-3.1.0.5/src/ACLMyPortName.h
--- squid-3.1.0.4/src/ACLMyPortName.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLMyPortName.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLMyPortName.h,v 1.1 2008/01/14 13:19:48 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/acl_noncore.cc squid-3.1.0.5/src/acl_noncore.cc
--- squid-3.1.0.4/src/acl_noncore.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/acl_noncore.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: acl_noncore.cc,v 1.6 2007/09/01 05:56:37 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLProtocol.cc squid-3.1.0.5/src/ACLProtocol.cc
--- squid-3.1.0.4/src/ACLProtocol.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLProtocol.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLProtocol.cc,v 1.3 2003/10/20 12:33:01 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLProtocolData.cc squid-3.1.0.5/src/ACLProtocolData.cc
--- squid-3.1.0.4/src/ACLProtocolData.cc 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLProtocolData.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLProtocolData.cc,v 1.9 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLProtocolData.h squid-3.1.0.5/src/ACLProtocolData.h
--- squid-3.1.0.4/src/ACLProtocolData.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLProtocolData.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLProtocolData.h,v 1.4 2005/05/08 06:36:45 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLProtocol.h squid-3.1.0.5/src/ACLProtocol.h
--- squid-3.1.0.4/src/ACLProtocol.h 2009-01-23 18:37:34.000000000 +1300
+++ squid-3.1.0.5/src/ACLProtocol.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLProtocol.h,v 1.1 2003/02/25 12:22:34 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLReferer.cc squid-3.1.0.5/src/ACLReferer.cc
--- squid-3.1.0.4/src/ACLReferer.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLReferer.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLReferer.cc,v 1.2 2003/10/20 12:33:01 robertc Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLReferer.h squid-3.1.0.5/src/ACLReferer.h
--- squid-3.1.0.4/src/ACLReferer.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLReferer.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLReferer.h,v 1.2 2003/02/21 22:50:04 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLRegexData.cc squid-3.1.0.5/src/ACLRegexData.cc
--- squid-3.1.0.4/src/ACLRegexData.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLRegexData.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLRegexData.cc,v 1.11 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLRegexData.h squid-3.1.0.5/src/ACLRegexData.h
--- squid-3.1.0.4/src/ACLRegexData.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLRegexData.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLRegexData.h,v 1.7 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLReplyHeaderStrategy.h squid-3.1.0.5/src/ACLReplyHeaderStrategy.h
--- squid-3.1.0.4/src/ACLReplyHeaderStrategy.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLReplyHeaderStrategy.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLReplyHeaderStrategy.h,v 1.9 2006/05/06 22:13:18 wessels Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLReplyMIMEType.cc squid-3.1.0.5/src/ACLReplyMIMEType.cc
--- squid-3.1.0.4/src/ACLReplyMIMEType.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLReplyMIMEType.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLReplyMIMEType.cc,v 1.2 2003/10/20 12:33:01 robertc Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLReplyMIMEType.h squid-3.1.0.5/src/ACLReplyMIMEType.h
--- squid-3.1.0.4/src/ACLReplyMIMEType.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLReplyMIMEType.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLReplyMIMEType.h,v 1.8 2006/05/06 22:13:18 wessels Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLRequestHeaderStrategy.h squid-3.1.0.5/src/ACLRequestHeaderStrategy.h
--- squid-3.1.0.4/src/ACLRequestHeaderStrategy.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLRequestHeaderStrategy.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLRequestHeaderStrategy.h,v 1.11 2006/05/06 22:13:18 wessels Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLRequestMIMEType.cc squid-3.1.0.5/src/ACLRequestMIMEType.cc
--- squid-3.1.0.4/src/ACLRequestMIMEType.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLRequestMIMEType.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLRequestMIMEType.cc,v 1.2 2003/10/20 12:33:01 robertc Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLRequestMIMEType.h squid-3.1.0.5/src/ACLRequestMIMEType.h
--- squid-3.1.0.4/src/ACLRequestMIMEType.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLRequestMIMEType.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLRequestMIMEType.h,v 1.4 2006/05/06 22:13:18 wessels Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLSourceDomain.cc squid-3.1.0.5/src/ACLSourceDomain.cc
--- squid-3.1.0.4/src/ACLSourceDomain.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLSourceDomain.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLSourceDomain.cc,v 1.7 2007/12/14 23:11:45 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLSourceDomain.h squid-3.1.0.5/src/ACLSourceDomain.h
--- squid-3.1.0.4/src/ACLSourceDomain.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLSourceDomain.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLSourceDomain.h,v 1.4 2003/02/25 12:22:34 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLSslError.cc squid-3.1.0.5/src/ACLSslError.cc
--- squid-3.1.0.4/src/ACLSslError.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLSslError.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLSslError.cc,v 1.1 2008/02/11 22:24:39 rousskov Exp $
+ * $Id$
*/
#include "squid.h"
diff -u -r -N squid-3.1.0.4/src/ACLSslErrorData.cc squid-3.1.0.5/src/ACLSslErrorData.cc
--- squid-3.1.0.4/src/ACLSslErrorData.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLSslErrorData.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLSslErrorData.cc,v 1.1 2008/02/11 22:24:39 rousskov Exp $
+ * $Id$
*/
#include "squid.h"
diff -u -r -N squid-3.1.0.4/src/ACLSslErrorData.h squid-3.1.0.5/src/ACLSslErrorData.h
--- squid-3.1.0.4/src/ACLSslErrorData.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLSslErrorData.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLSslErrorData.h,v 1.1 2008/02/11 22:24:39 rousskov Exp $
+ * $Id$
*/
#ifndef SQUID_ACLSSL_ERRORDATA_H
diff -u -r -N squid-3.1.0.4/src/ACLSslError.h squid-3.1.0.5/src/ACLSslError.h
--- squid-3.1.0.4/src/ACLSslError.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLSslError.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLSslError.h,v 1.1 2008/02/11 22:24:39 rousskov Exp $
+ * $Id$
*/
#ifndef SQUID_ACLSSL_ERROR_H
diff -u -r -N squid-3.1.0.4/src/ACLStrategised.cc squid-3.1.0.5/src/ACLStrategised.cc
--- squid-3.1.0.4/src/ACLStrategised.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLStrategised.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLStrategised.cc,v 1.2 2008/02/06 04:05:38 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLStrategised.h squid-3.1.0.5/src/ACLStrategised.h
--- squid-3.1.0.4/src/ACLStrategised.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLStrategised.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLStrategised.h,v 1.11 2006/09/03 21:05:20 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLStrategy.h squid-3.1.0.5/src/ACLStrategy.h
--- squid-3.1.0.4/src/ACLStrategy.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLStrategy.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLStrategy.h,v 1.3 2005/05/08 06:36:45 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLStringData.cc squid-3.1.0.5/src/ACLStringData.cc
--- squid-3.1.0.4/src/ACLStringData.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLStringData.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLStringData.cc,v 1.9 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLStringData.h squid-3.1.0.5/src/ACLStringData.h
--- squid-3.1.0.4/src/ACLStringData.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLStringData.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLStringData.h,v 1.4 2005/05/08 06:36:45 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLTime.cc squid-3.1.0.5/src/ACLTime.cc
--- squid-3.1.0.4/src/ACLTime.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLTime.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLTime.cc,v 1.2 2006/05/08 23:38:33 robertc Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLTimeData.cc squid-3.1.0.5/src/ACLTimeData.cc
--- squid-3.1.0.4/src/ACLTimeData.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLTimeData.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLTimeData.cc,v 1.15 2007/04/30 16:56:09 wessels Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLTimeData.h squid-3.1.0.5/src/ACLTimeData.h
--- squid-3.1.0.4/src/ACLTimeData.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLTimeData.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLTimeData.h,v 1.6 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLTime.h squid-3.1.0.5/src/ACLTime.h
--- squid-3.1.0.4/src/ACLTime.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLTime.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLTime.h,v 1.3 2003/02/25 12:22:34 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLUrl.cc squid-3.1.0.5/src/ACLUrl.cc
--- squid-3.1.0.4/src/ACLUrl.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLUrl.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLUrl.cc,v 1.1 2003/02/17 07:01:34 robertc Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLUrl.h squid-3.1.0.5/src/ACLUrl.h
--- squid-3.1.0.4/src/ACLUrl.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLUrl.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLUrl.h,v 1.3 2003/02/25 12:22:34 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLUrlPath.cc squid-3.1.0.5/src/ACLUrlPath.cc
--- squid-3.1.0.4/src/ACLUrlPath.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLUrlPath.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ACLUrlPath.cc,v 1.4 2007/05/29 13:31:36 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ACLUrlPath.h squid-3.1.0.5/src/ACLUrlPath.h
--- squid-3.1.0.4/src/ACLUrlPath.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLUrlPath.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLUrlPath.h,v 1.3 2003/02/25 12:22:34 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLUrlPort.cc squid-3.1.0.5/src/ACLUrlPort.cc
--- squid-3.1.0.4/src/ACLUrlPort.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLUrlPort.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLUrlPort.cc,v 1.2 2003/07/11 01:40:34 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ACLUrlPort.h squid-3.1.0.5/src/ACLUrlPort.h
--- squid-3.1.0.4/src/ACLUrlPort.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ACLUrlPort.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ACLUrlPort.h,v 1.1 2003/02/25 12:22:34 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/adaptation/Config.cc squid-3.1.0.5/src/adaptation/Config.cc
--- squid-3.1.0.4/src/adaptation/Config.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/adaptation/Config.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ICAPConfig.cc,v 1.21 2008/02/12 23:12:45 rousskov Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/adaptation/Initiator.cc squid-3.1.0.5/src/adaptation/Initiator.cc
--- squid-3.1.0.4/src/adaptation/Initiator.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/adaptation/Initiator.cc 2009-02-03 14:15:37.000000000 +1300
@@ -24,7 +24,7 @@
void
Adaptation::Initiator::announceInitiatorAbort(Initiate *&x)
{
- if (x) {
+ if (x && cbdataReferenceValid(x)) {
CallJobHere(93, 5, x, Initiate::noteInitiatorAborted);
clearAdaptation(x);
}
diff -u -r -N squid-3.1.0.4/src/asn.cc squid-3.1.0.5/src/asn.cc
--- squid-3.1.0.4/src/asn.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/asn.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: asn.cc,v 1.120 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 53 AS Number handling
* AUTHOR: Duane Wessels, Kostas Anagnostakis
diff -u -r -N squid-3.1.0.4/src/AsyncCall.cc squid-3.1.0.5/src/AsyncCall.cc
--- squid-3.1.0.4/src/AsyncCall.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AsyncCall.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: AsyncCall.cc,v 1.4 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*/
#include "squid.h"
diff -u -r -N squid-3.1.0.4/src/AsyncCall.h squid-3.1.0.5/src/AsyncCall.h
--- squid-3.1.0.4/src/AsyncCall.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AsyncCall.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: AsyncCall.h,v 1.4 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*/
#ifndef SQUID_ASYNCCALL_H
diff -u -r -N squid-3.1.0.4/src/AsyncCallQueue.cc squid-3.1.0.5/src/AsyncCallQueue.cc
--- squid-3.1.0.4/src/AsyncCallQueue.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AsyncCallQueue.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AsyncCallQueue.cc,v 1.1 2008/02/13 06:01:39 rousskov Exp $
+ * $Id$
*
* DEBUG: section 41 Event Processing
*
diff -u -r -N squid-3.1.0.4/src/AsyncCallQueue.h squid-3.1.0.5/src/AsyncCallQueue.h
--- squid-3.1.0.4/src/AsyncCallQueue.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AsyncCallQueue.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AsyncCallQueue.h,v 1.1 2008/02/13 06:01:39 rousskov Exp $
+ * $Id$
*
*/
diff -u -r -N squid-3.1.0.4/src/AsyncEngine.cc squid-3.1.0.5/src/AsyncEngine.cc
--- squid-3.1.0.4/src/AsyncEngine.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AsyncEngine.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AsyncEngine.cc,v 1.1 2006/08/12 01:43:10 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/AsyncEngine.h squid-3.1.0.5/src/AsyncEngine.h
--- squid-3.1.0.4/src/AsyncEngine.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AsyncEngine.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AsyncEngine.h,v 1.1 2006/08/12 01:43:10 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/AsyncJobCalls.h squid-3.1.0.5/src/AsyncJobCalls.h
--- squid-3.1.0.4/src/AsyncJobCalls.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AsyncJobCalls.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AsyncJobCalls.h,v 1.1 2008/02/13 05:51:55 rousskov Exp $
+ * $Id$
*/
#ifndef SQUID_ASYNCJOBCALLS_H
diff -u -r -N squid-3.1.0.4/src/auth/basic/auth_basic.cc squid-3.1.0.5/src/auth/basic/auth_basic.cc
--- squid-3.1.0.4/src/auth/basic/auth_basic.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/basic/auth_basic.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: auth_basic.cc,v 1.53 2008/02/12 23:17:50 rousskov Exp $
+ * $Id$
*
* DEBUG: section 29 Authenticator
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/auth/basic/basicScheme.cc squid-3.1.0.5/src/auth/basic/basicScheme.cc
--- squid-3.1.0.4/src/auth/basic/basicScheme.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/basic/basicScheme.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: basicScheme.cc,v 1.1 2004/08/30 03:29:00 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/auth/basic/basicScheme.h squid-3.1.0.5/src/auth/basic/basicScheme.h
--- squid-3.1.0.4/src/auth/basic/basicScheme.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/basic/basicScheme.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: basicScheme.h,v 1.2 2008/02/26 21:49:41 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/auth/digest/auth_digest.cc squid-3.1.0.5/src/auth/digest/auth_digest.cc
--- squid-3.1.0.4/src/auth/digest/auth_digest.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/digest/auth_digest.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: auth_digest.cc,v 1.63 2008/02/12 23:17:51 rousskov Exp $
+ * $Id$
*
* DEBUG: section 29 Authenticator
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/auth/digest/digestScheme.cc squid-3.1.0.5/src/auth/digest/digestScheme.cc
--- squid-3.1.0.4/src/auth/digest/digestScheme.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/digest/digestScheme.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: digestScheme.cc,v 1.1 2004/08/30 03:29:00 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/auth/digest/digestScheme.h squid-3.1.0.5/src/auth/digest/digestScheme.h
--- squid-3.1.0.4/src/auth/digest/digestScheme.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/digest/digestScheme.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: digestScheme.h,v 1.2 2008/02/26 21:49:42 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/auth/Makefile.am squid-3.1.0.5/src/auth/Makefile.am
--- squid-3.1.0.4/src/auth/Makefile.am 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/Makefile.am 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
# Makefile for authentication modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.6 2005/10/23 11:55:38 hno Exp $
+# $Id$
#
AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS = @SQUID_CFLAGS@
diff -u -r -N squid-3.1.0.4/src/auth/Makefile.in squid-3.1.0.5/src/auth/Makefile.in
--- squid-3.1.0.4/src/auth/Makefile.in 2009-01-23 18:37:59.000000000 +1300
+++ squid-3.1.0.5/src/auth/Makefile.in 2009-02-03 14:16:01.000000000 +1300
@@ -329,7 +329,7 @@
# Makefile for authentication modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.6 2005/10/23 11:55:38 hno Exp $
+# $Id$
#
AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS = @SQUID_CFLAGS@
diff -u -r -N squid-3.1.0.4/src/auth/negotiate/auth_negotiate.cc squid-3.1.0.5/src/auth/negotiate/auth_negotiate.cc
--- squid-3.1.0.4/src/auth/negotiate/auth_negotiate.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/negotiate/auth_negotiate.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: auth_negotiate.cc,v 1.30 2008/02/26 21:49:43 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 29 Negotiate Authenticator
* AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli
diff -u -r -N squid-3.1.0.4/src/auth/negotiate/negotiateScheme.cc squid-3.1.0.5/src/auth/negotiate/negotiateScheme.cc
--- squid-3.1.0.4/src/auth/negotiate/negotiateScheme.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/negotiate/negotiateScheme.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: negotiateScheme.cc,v 1.1 2005/10/23 11:55:38 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/auth/negotiate/negotiateScheme.h squid-3.1.0.5/src/auth/negotiate/negotiateScheme.h
--- squid-3.1.0.4/src/auth/negotiate/negotiateScheme.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/negotiate/negotiateScheme.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: negotiateScheme.h,v 1.2 2008/02/26 21:49:43 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/auth/ntlm/auth_ntlm.cc squid-3.1.0.5/src/auth/ntlm/auth_ntlm.cc
--- squid-3.1.0.4/src/auth/ntlm/auth_ntlm.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/ntlm/auth_ntlm.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: auth_ntlm.cc,v 1.79 2008/02/12 23:17:53 rousskov Exp $
+ * $Id$
*
* DEBUG: section 29 NTLM Authenticator
* AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli
diff -u -r -N squid-3.1.0.4/src/auth/ntlm/ntlmScheme.cc squid-3.1.0.5/src/auth/ntlm/ntlmScheme.cc
--- squid-3.1.0.4/src/auth/ntlm/ntlmScheme.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/ntlm/ntlmScheme.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ntlmScheme.cc,v 1.1 2004/08/30 03:29:02 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/auth/ntlm/ntlmScheme.h squid-3.1.0.5/src/auth/ntlm/ntlmScheme.h
--- squid-3.1.0.4/src/auth/ntlm/ntlmScheme.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/auth/ntlm/ntlmScheme.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ntlmScheme.h,v 1.2 2008/02/26 21:49:43 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/AuthConfig.cc squid-3.1.0.5/src/AuthConfig.cc
--- squid-3.1.0.4/src/AuthConfig.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AuthConfig.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AuthConfig.cc,v 1.4 2007/05/09 09:07:38 wessels Exp $
+ * $Id$
*
* DEBUG: section 29 Authenticator
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/AuthConfig.h squid-3.1.0.5/src/AuthConfig.h
--- squid-3.1.0.4/src/AuthConfig.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AuthConfig.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: AuthConfig.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/authenticate.cc squid-3.1.0.5/src/authenticate.cc
--- squid-3.1.0.4/src/authenticate.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/authenticate.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: authenticate.cc,v 1.69 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 29 Authenticator
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/authenticate.h squid-3.1.0.5/src/authenticate.h
--- squid-3.1.0.4/src/authenticate.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/authenticate.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: authenticate.h,v 1.17 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/AuthScheme.cc squid-3.1.0.5/src/AuthScheme.cc
--- squid-3.1.0.4/src/AuthScheme.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AuthScheme.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AuthScheme.cc,v 1.2 2007/04/25 11:30:18 adrian Exp $
+ * $Id$
*
* DEBUG: section 29 Authenticator
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/AuthScheme.h squid-3.1.0.5/src/AuthScheme.h
--- squid-3.1.0.4/src/AuthScheme.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AuthScheme.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AuthScheme.h,v 1.2 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/AuthUser.cc squid-3.1.0.5/src/AuthUser.cc
--- squid-3.1.0.4/src/AuthUser.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AuthUser.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: AuthUser.cc,v 1.10 2007/12/14 23:11:45 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 29 Authenticator
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/AuthUser.cci squid-3.1.0.5/src/AuthUser.cci
--- squid-3.1.0.4/src/AuthUser.cci 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AuthUser.cci 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: AuthUser.cci,v 1.3 2007/05/09 15:26:12 wessels Exp $
+ * $Id$
*
* DEBUG: section 29 Authenticator
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/AuthUser.h squid-3.1.0.5/src/AuthUser.h
--- squid-3.1.0.4/src/AuthUser.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AuthUser.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: AuthUser.h,v 1.7 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/AuthUserRequest.cc squid-3.1.0.5/src/AuthUserRequest.cc
--- squid-3.1.0.4/src/AuthUserRequest.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AuthUserRequest.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AuthUserRequest.cc,v 1.19 2008/02/12 23:29:25 rousskov Exp $
+ * $Id$
*
* DO NOT MODIFY NEXT 2 LINES:
* arch-tag: 6803fde1-d5a2-4c29-9034-1c0c9f650eb4
diff -u -r -N squid-3.1.0.4/src/AuthUserRequest.h squid-3.1.0.5/src/AuthUserRequest.h
--- squid-3.1.0.4/src/AuthUserRequest.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/AuthUserRequest.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AuthUserRequest.h,v 1.9 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DO NOT MODIFY NEXT 2 LINES:
* arch-tag: 674533af-8b21-4641-b71a-74c4639072a0
diff -u -r -N squid-3.1.0.4/src/cache_cf.cc squid-3.1.0.5/src/cache_cf.cc
--- squid-3.1.0.4/src/cache_cf.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/cache_cf.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: cache_cf.cc,v 1.544 2008/03/04 12:00:36 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
@@ -2845,7 +2845,7 @@
* be used by icp_port and htcp_port
*/
static int
-check_null_IpAddress_list(const IPAdress_list * s)
+check_null_IpAddress_list(const IpAddress_list * s)
{
return NULL == s;
}
@@ -3463,6 +3463,7 @@
while (*definitions) {
logformat *format = *definitions;
*definitions = format->next;
+ safe_free(format->name);
accessLogFreeLogFormat(&format->format);
xfree(format);
}
diff -u -r -N squid-3.1.0.4/src/CacheDigest.cc squid-3.1.0.5/src/CacheDigest.cc
--- squid-3.1.0.4/src/CacheDigest.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/CacheDigest.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: CacheDigest.cc,v 1.40 2007/11/15 16:47:35 wessels Exp $
+ * $Id$
*
* DEBUG: section 70 Cache Digest
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/cache_manager.cc squid-3.1.0.5/src/cache_manager.cc
--- squid-3.1.0.4/src/cache_manager.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/cache_manager.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: cache_manager.cc,v 1.49 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 16 Cache Manager Objects
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/CacheManager.h squid-3.1.0.5/src/CacheManager.h
--- squid-3.1.0.4/src/CacheManager.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/CacheManager.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: CacheManager.h,v 1.2 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/carp.cc squid-3.1.0.5/src/carp.cc
--- squid-3.1.0.4/src/carp.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/carp.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: carp.cc,v 1.27 2008/01/14 12:13:49 hno Exp $
+ * $Id$
*
* DEBUG: section 39 Cache Array Routing Protocol
* AUTHOR: Henrik Nordstrom
diff -u -r -N squid-3.1.0.4/src/cbdata.cc squid-3.1.0.5/src/cbdata.cc
--- squid-3.1.0.4/src/cbdata.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/cbdata.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: cbdata.cc,v 1.77 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 45 Callback Data Registry
* ORIGINAL AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/cbdata.h squid-3.1.0.5/src/cbdata.h
--- squid-3.1.0.4/src/cbdata.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/cbdata.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: cbdata.h,v 1.3 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/cf.data.pre squid-3.1.0.5/src/cf.data.pre
--- squid-3.1.0.4/src/cf.data.pre 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/cf.data.pre 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
#
-# $Id: cf.data.pre,v 1.502 2008/02/12 00:05:11 amosjeffries Exp $
+# $Id$
#
# SQUID Web Proxy Cache http://www.squid-cache.org/
# ----------------------------------------------------------
@@ -3552,7 +3552,7 @@
By default, Squid will immediately close client connections when
read(2) returns "no more data to read."
- Change this option to 'off' and Squid will keep open connections
+ Change this option to 'on' and Squid will keep open connections
until a read(2) or write(2) on the socket returns an error.
This may show some benefits for reverse proxies. But if not
it is recommended to leave OFF.
diff -u -r -N squid-3.1.0.4/src/ChunkedCodingParser.h squid-3.1.0.5/src/ChunkedCodingParser.h
--- squid-3.1.0.4/src/ChunkedCodingParser.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ChunkedCodingParser.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ChunkedCodingParser.h,v 1.1 2007/12/26 22:33:32 hno Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/client_db.cc squid-3.1.0.5/src/client_db.cc
--- squid-3.1.0.4/src/client_db.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/client_db.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: client_db.cc,v 1.72 2007/12/14 23:11:46 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 0 Client Database
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/client_side.cc squid-3.1.0.5/src/client_side.cc
--- squid-3.1.0.4/src/client_side.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/client_side.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: client_side.cc,v 1.779 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
@@ -1551,8 +1551,12 @@
// did we get at least what we expected, based on range specs?
- if (bytesSent == bytesExpected) // got everything
- return STREAM_COMPLETE;
+ if (bytesSent == bytesExpected) { // got everything
+ if (http->request->flags.proxy_keepalive)
+ return STREAM_COMPLETE;
+ else
+ return STREAM_UNPLANNED_COMPLETE;
+ }
// The logic below is not clear: If we got more than we
// expected why would persistency matter? Should not this
diff -u -r -N squid-3.1.0.4/src/client_side.h squid-3.1.0.5/src/client_side.h
--- squid-3.1.0.4/src/client_side.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/client_side.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: client_side.h,v 1.31 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/client_side_reply.cc squid-3.1.0.5/src/client_side_reply.cc
--- squid-3.1.0.4/src/client_side_reply.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/client_side_reply.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: client_side_reply.cc,v 1.154 2008/02/16 17:42:27 rousskov Exp $
+ * $Id$
*
* DEBUG: section 88 Client-side Reply Routines
* AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
diff -u -r -N squid-3.1.0.4/src/client_side_request.cc squid-3.1.0.5/src/client_side_request.cc
--- squid-3.1.0.4/src/client_side_request.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/client_side_request.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: client_side_request.cc,v 1.105 2008/02/12 23:07:52 rousskov Exp $
+ * $Id$
*
* DEBUG: section 85 Client-side Request Routines
* AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
diff -u -r -N squid-3.1.0.4/src/client_side_request.cci squid-3.1.0.5/src/client_side_request.cci
--- squid-3.1.0.4/src/client_side_request.cci 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/client_side_request.cci 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: client_side_request.cci,v 1.6 2008/02/13 00:00:57 rousskov Exp $
+ * $Id$
*
* DEBUG: section 85 Client-side Request Routines
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/client_side_request.h squid-3.1.0.5/src/client_side_request.h
--- squid-3.1.0.4/src/client_side_request.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/client_side_request.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: client_side_request.h,v 1.37 2008/02/12 23:07:52 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/clientStream.cc squid-3.1.0.5/src/clientStream.cc
--- squid-3.1.0.4/src/clientStream.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/clientStream.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: clientStream.cc,v 1.14 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 87 Client-side Stream routines.
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/clientStream.h squid-3.1.0.5/src/clientStream.h
--- squid-3.1.0.4/src/clientStream.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/clientStream.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: clientStream.h,v 1.7 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/CommCalls.h squid-3.1.0.5/src/CommCalls.h
--- squid-3.1.0.4/src/CommCalls.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/CommCalls.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: CommCalls.h,v 1.1 2008/02/12 22:58:29 rousskov Exp $
+ * $Id$
*/
#ifndef SQUID_COMMCALLS_H
diff -u -r -N squid-3.1.0.4/src/comm.cc squid-3.1.0.5/src/comm.cc
--- squid-3.1.0.4/src/comm.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/comm.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1690,8 +1690,11 @@
if (call->dialer.handler == handler && params.data == data)
break; /* This is our handler */
}
- assert(p != NULL);
- p->cancel("comm_remove_close_handler");
+
+ // comm_close removes all close handlers so our handler may be gone
+ if (p != NULL)
+ p->cancel("comm_remove_close_handler");
+ // TODO: should we remove the handler from the close handlers list?
}
// remove method-based close handler
@@ -1699,14 +1702,17 @@
comm_remove_close_handler(int fd, AsyncCall::Pointer &call)
{
assert (isOpen(fd));
- /* Find handler in list */
debugs(5, 5, "comm_remove_close_handler: FD " << fd << ", AsyncCall=" << call);
+ // comm_close removes all close handlers so our handler may be gone
+ // TODO: should we remove the handler from the close handlers list?
+#if 0
// Check to see if really exist the given AsyncCall in comm_close handlers
// TODO: optimize: this slow code is only needed for the assert() below
AsyncCall::Pointer p;
for (p = fd_table[fd].closeHandler; p != NULL && p != call; p = p->Next());
assert(p == call);
+#endif
call->cancel("comm_remove_close_handler");
}
@@ -2558,6 +2564,9 @@
if (aRead.cancelled)
return;
+ if(aRead.theRead.fd>=0 && fd_table[aRead.theRead.fd].closing())
+ return;
+
debugs(5, 3, "Kicking deferred read on FD " << aRead.theRead.fd);
aRead.theReader(aRead.theContext, aRead.theRead);
diff -u -r -N squid-3.1.0.4/src/comm_epoll.cc squid-3.1.0.5/src/comm_epoll.cc
--- squid-3.1.0.4/src/comm_epoll.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/comm_epoll.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: comm_epoll.cc,v 1.18 2008/01/07 16:22:06 hno Exp $
+ * $Id$
*
* DEBUG: section 5 Socket Functions
*
diff -u -r -N squid-3.1.0.4/src/comm_epoll.h squid-3.1.0.5/src/comm_epoll.h
--- squid-3.1.0.4/src/comm_epoll.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/comm_epoll.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: comm_epoll.h,v 1.1 2006/05/29 00:15:02 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/comm_kqueue.cc squid-3.1.0.5/src/comm_kqueue.cc
--- squid-3.1.0.4/src/comm_kqueue.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/comm_kqueue.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: comm_kqueue.cc,v 1.18 2008/01/07 16:22:06 hno Exp $
+ * $Id$
*
* DEBUG: section 5 Socket Functions
*
diff -u -r -N squid-3.1.0.4/src/comm_kqueue.h squid-3.1.0.5/src/comm_kqueue.h
--- squid-3.1.0.4/src/comm_kqueue.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/comm_kqueue.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: comm_kqueue.h,v 1.1 2006/05/29 00:15:02 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/CommonPool.h squid-3.1.0.5/src/CommonPool.h
--- squid-3.1.0.4/src/CommonPool.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/CommonPool.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: CommonPool.h,v 1.6 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/comm_poll.cc squid-3.1.0.5/src/comm_poll.cc
--- squid-3.1.0.4/src/comm_poll.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/comm_poll.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: comm_poll.cc,v 1.26 2008/02/12 23:02:13 rousskov Exp $
+ * $Id$
*
* DEBUG: section 5 Socket Functions
*
diff -u -r -N squid-3.1.0.4/src/comm_poll.h squid-3.1.0.5/src/comm_poll.h
--- squid-3.1.0.4/src/comm_poll.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/comm_poll.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: comm_poll.h,v 1.1 2006/05/29 00:15:02 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/CommRead.h squid-3.1.0.5/src/CommRead.h
--- squid-3.1.0.4/src/CommRead.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/CommRead.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: CommRead.h,v 1.9 2008/02/12 23:51:37 rousskov Exp $
+ * $Id$
*
* DEBUG: section 5 Comms
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/comm_select.cc squid-3.1.0.5/src/comm_select.cc
--- squid-3.1.0.4/src/comm_select.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/comm_select.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: comm_select.cc,v 1.85 2008/02/17 10:15:55 serassio Exp $
+ * $Id$
*
* DEBUG: section 5 Socket Functions
*
diff -u -r -N squid-3.1.0.4/src/comm_select.h squid-3.1.0.5/src/comm_select.h
--- squid-3.1.0.4/src/comm_select.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/comm_select.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: comm_select.h,v 1.1 2006/05/29 00:15:02 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/comm_select_win32.cc squid-3.1.0.5/src/comm_select_win32.cc
--- squid-3.1.0.4/src/comm_select_win32.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/comm_select_win32.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: comm_select_win32.cc,v 1.8 2008/02/24 12:59:08 serassio Exp $
+ * $Id$
*
* DEBUG: section 5 Socket Functions
*
diff -u -r -N squid-3.1.0.4/src/CompletionDispatcher.cc squid-3.1.0.5/src/CompletionDispatcher.cc
--- squid-3.1.0.4/src/CompletionDispatcher.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/CompletionDispatcher.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: CompletionDispatcher.cc,v 1.1 2006/08/07 02:28:22 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/CompletionDispatcher.h squid-3.1.0.5/src/CompletionDispatcher.h
--- squid-3.1.0.4/src/CompletionDispatcher.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/CompletionDispatcher.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: CompletionDispatcher.h,v 1.2 2006/08/12 01:43:10 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ConfigOption.cc squid-3.1.0.5/src/ConfigOption.cc
--- squid-3.1.0.4/src/ConfigOption.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ConfigOption.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ConfigOption.cc,v 1.2 2007/04/25 11:30:18 adrian Exp $
+ * $Id$
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ConfigOption.h squid-3.1.0.5/src/ConfigOption.h
--- squid-3.1.0.4/src/ConfigOption.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ConfigOption.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ConfigOption.h,v 1.1 2004/12/20 16:30:32 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ConfigParser.cc squid-3.1.0.5/src/ConfigParser.cc
--- squid-3.1.0.4/src/ConfigParser.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ConfigParser.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ConfigParser.cc,v 1.3 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ConfigParser.h squid-3.1.0.5/src/ConfigParser.h
--- squid-3.1.0.4/src/ConfigParser.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ConfigParser.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ConfigParser.h,v 1.8 2007/05/29 13:31:36 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/debug.cc squid-3.1.0.5/src/debug.cc
--- squid-3.1.0.4/src/debug.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/debug.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: debug.cc,v 1.109 2008/02/26 18:43:30 rousskov Exp $
+ * $Id$
*
* DEBUG: section 0 Debug Routines
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/Debug.h squid-3.1.0.5/src/Debug.h
--- squid-3.1.0.4/src/Debug.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/Debug.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: Debug.h,v 1.13 2008/02/26 18:43:30 rousskov Exp $
+ * $Id$
*
* DEBUG: section 0 Debug Routines
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/defines.h squid-3.1.0.5/src/defines.h
--- squid-3.1.0.4/src/defines.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/defines.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: defines.h,v 1.123 2007/12/14 23:11:46 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/DelayBucket.cc squid-3.1.0.5/src/DelayBucket.cc
--- squid-3.1.0.4/src/DelayBucket.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayBucket.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DelayBucket.cc,v 1.8 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayBucket.h squid-3.1.0.5/src/DelayBucket.h
--- squid-3.1.0.4/src/DelayBucket.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayBucket.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DelayBucket.h,v 1.3 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/DelayConfig.cc squid-3.1.0.5/src/DelayConfig.cc
--- squid-3.1.0.4/src/DelayConfig.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayConfig.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DelayConfig.cc,v 1.8 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayConfig.h squid-3.1.0.5/src/DelayConfig.h
--- squid-3.1.0.4/src/DelayConfig.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayConfig.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DelayConfig.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 3 Configuration Settings
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayId.cc squid-3.1.0.5/src/DelayId.cc
--- squid-3.1.0.4/src/DelayId.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayId.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DelayId.cc,v 1.25 2008/01/20 19:46:35 serassio Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayIdComposite.h squid-3.1.0.5/src/DelayIdComposite.h
--- squid-3.1.0.4/src/DelayIdComposite.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayIdComposite.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DelayIdComposite.h,v 1.4 2003/08/04 22:14:40 robertc Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayId.h squid-3.1.0.5/src/DelayId.h
--- squid-3.1.0.4/src/DelayId.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayId.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DelayId.h,v 1.4 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/DelayPool.cc squid-3.1.0.5/src/DelayPool.cc
--- squid-3.1.0.4/src/DelayPool.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayPool.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DelayPool.cc,v 1.8 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayPool.h squid-3.1.0.5/src/DelayPool.h
--- squid-3.1.0.4/src/DelayPool.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayPool.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DelayPool.h,v 1.3 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayPools.h squid-3.1.0.5/src/DelayPools.h
--- squid-3.1.0.4/src/DelayPools.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayPools.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DelayPools.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/DelaySpec.cc squid-3.1.0.5/src/DelaySpec.cc
--- squid-3.1.0.4/src/DelaySpec.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelaySpec.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DelaySpec.cc,v 1.4 2006/04/18 12:46:10 robertc Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelaySpec.h squid-3.1.0.5/src/DelaySpec.h
--- squid-3.1.0.4/src/DelaySpec.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelaySpec.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DelaySpec.h,v 1.3 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/DelayTagged.cc squid-3.1.0.5/src/DelayTagged.cc
--- squid-3.1.0.4/src/DelayTagged.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayTagged.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DelayTagged.cc,v 1.7 2007/05/29 13:31:36 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayTagged.h squid-3.1.0.5/src/DelayTagged.h
--- squid-3.1.0.4/src/DelayTagged.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayTagged.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DelayTagged.h,v 1.7 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayUser.cc squid-3.1.0.5/src/DelayUser.cc
--- squid-3.1.0.4/src/DelayUser.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayUser.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DelayUser.cc,v 1.8 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayUser.h squid-3.1.0.5/src/DelayUser.h
--- squid-3.1.0.4/src/DelayUser.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayUser.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DelayUser.h,v 1.8 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayVector.cc squid-3.1.0.5/src/DelayVector.cc
--- squid-3.1.0.4/src/DelayVector.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayVector.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DelayVector.cc,v 1.10 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DelayVector.h squid-3.1.0.5/src/DelayVector.h
--- squid-3.1.0.4/src/DelayVector.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DelayVector.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DelayVector.h,v 1.10 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/disk.cc squid-3.1.0.5/src/disk.cc
--- squid-3.1.0.4/src/disk.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/disk.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: disk.cc,v 1.173 2007/04/30 16:56:09 wessels Exp $
+ * $Id$
*
* DEBUG: section 6 Disk I/O Routines
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/DiskIO/AIO/AIODiskFile.cc squid-3.1.0.5/src/DiskIO/AIO/AIODiskFile.cc
--- squid-3.1.0.4/src/DiskIO/AIO/AIODiskFile.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/AIO/AIODiskFile.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: AIODiskFile.cc,v 1.7 2008/02/26 21:49:40 amosjeffries Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/AIO/AIODiskFile.h squid-3.1.0.5/src/DiskIO/AIO/AIODiskFile.h
--- squid-3.1.0.4/src/DiskIO/AIO/AIODiskFile.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/AIO/AIODiskFile.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: AIODiskFile.h,v 1.5 2008/02/26 21:49:40 amosjeffries Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/AIO/AIODiskIOModule.cc squid-3.1.0.5/src/DiskIO/AIO/AIODiskIOModule.cc
--- squid-3.1.0.4/src/DiskIO/AIO/AIODiskIOModule.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/AIO/AIODiskIOModule.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AIODiskIOModule.cc,v 1.1 2004/12/20 16:30:38 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/AIO/AIODiskIOModule.h squid-3.1.0.5/src/DiskIO/AIO/AIODiskIOModule.h
--- squid-3.1.0.4/src/DiskIO/AIO/AIODiskIOModule.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/AIO/AIODiskIOModule.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AIODiskIOModule.h,v 1.1 2004/12/20 16:30:38 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/AIO/AIODiskIOStrategy.cc squid-3.1.0.5/src/DiskIO/AIO/AIODiskIOStrategy.cc
--- squid-3.1.0.4/src/DiskIO/AIO/AIODiskIOStrategy.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/AIO/AIODiskIOStrategy.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AIODiskIOStrategy.cc,v 1.3 2005/12/26 11:35:22 serassio Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/AIO/AIODiskIOStrategy.h squid-3.1.0.5/src/DiskIO/AIO/AIODiskIOStrategy.h
--- squid-3.1.0.4/src/DiskIO/AIO/AIODiskIOStrategy.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/AIO/AIODiskIOStrategy.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: AIODiskIOStrategy.h,v 1.1 2004/12/20 16:30:38 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/AIO/aio_win32.cc squid-3.1.0.5/src/DiskIO/AIO/aio_win32.cc
--- squid-3.1.0.4/src/DiskIO/AIO/aio_win32.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/AIO/aio_win32.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: aio_win32.cc,v 1.3 2007/04/28 22:26:40 hno Exp $
+ * $Id$
*
* DEBUG: section 81 aio_xxx() POSIX emulation on Windows
* AUTHOR: Guido Serassio
diff -u -r -N squid-3.1.0.4/src/DiskIO/AIO/aio_win32.h squid-3.1.0.5/src/DiskIO/AIO/aio_win32.h
--- squid-3.1.0.4/src/DiskIO/AIO/aio_win32.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/AIO/aio_win32.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: aio_win32.h,v 1.2 2006/09/09 15:29:59 serassio Exp $
+ * $Id$
*
* AUTHOR: Guido Serassio
*
diff -u -r -N squid-3.1.0.4/src/DiskIO/Blocking/BlockingDiskIOModule.cc squid-3.1.0.5/src/DiskIO/Blocking/BlockingDiskIOModule.cc
--- squid-3.1.0.4/src/DiskIO/Blocking/BlockingDiskIOModule.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/Blocking/BlockingDiskIOModule.cc 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: BlockingDiskIOModule.cc,v 1.1 2004/12/20 16:30:38 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/Blocking/BlockingDiskIOModule.h squid-3.1.0.5/src/DiskIO/Blocking/BlockingDiskIOModule.h
--- squid-3.1.0.4/src/DiskIO/Blocking/BlockingDiskIOModule.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/Blocking/BlockingDiskIOModule.h 2009-02-03 14:15:35.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: BlockingDiskIOModule.h,v 1.1 2004/12/20 16:30:38 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/Blocking/BlockingFile.cc squid-3.1.0.5/src/DiskIO/Blocking/BlockingFile.cc
--- squid-3.1.0.4/src/DiskIO/Blocking/BlockingFile.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/Blocking/BlockingFile.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: BlockingFile.cc,v 1.5 2008/02/26 21:49:40 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DiskIO/Blocking/BlockingFile.h squid-3.1.0.5/src/DiskIO/Blocking/BlockingFile.h
--- squid-3.1.0.4/src/DiskIO/Blocking/BlockingFile.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/Blocking/BlockingFile.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: BlockingFile.h,v 1.3 2008/02/26 21:49:40 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DiskIO/Blocking/BlockingIOStrategy.cc squid-3.1.0.5/src/DiskIO/Blocking/BlockingIOStrategy.cc
--- squid-3.1.0.4/src/DiskIO/Blocking/BlockingIOStrategy.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/Blocking/BlockingIOStrategy.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: BlockingIOStrategy.cc,v 1.2 2007/04/12 23:51:56 wessels Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DiskIO/Blocking/BlockingIOStrategy.h squid-3.1.0.5/src/DiskIO/Blocking/BlockingIOStrategy.h
--- squid-3.1.0.4/src/DiskIO/Blocking/BlockingIOStrategy.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/Blocking/BlockingIOStrategy.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: BlockingIOStrategy.h,v 1.1 2004/12/20 16:30:38 robertc Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc
--- squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DiskDaemonDiskIOModule.cc,v 1.4 2007/04/12 19:37:24 wessels Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h
--- squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DiskDaemonDiskIOModule.h,v 1.2 2006/05/29 00:15:03 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskDaemon/diskd.cc squid-3.1.0.5/src/DiskIO/DiskDaemon/diskd.cc
--- squid-3.1.0.4/src/DiskIO/DiskDaemon/diskd.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskDaemon/diskd.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: diskd.cc,v 1.8 2007/08/16 23:32:28 hno Exp $
+ * $Id$
*
* DEBUG: section -- External DISKD process implementation.
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskdFile.cc squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskdFile.cc
--- squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskdFile.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskdFile.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DiskdFile.cc,v 1.5 2008/02/26 21:49:40 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 79 Squid-side DISKD I/O functions.
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskdFile.h squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskdFile.h
--- squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskdFile.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskdFile.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DiskdFile.h,v 1.3 2008/02/26 21:49:40 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 79 Squid-side DISKD I/O functions.
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc
--- squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DiskdIOStrategy.cc,v 1.13 2008/02/26 21:49:40 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 79 Squid-side DISKD I/O functions.
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskdIOStrategy.h squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskdIOStrategy.h
--- squid-3.1.0.4/src/DiskIO/DiskDaemon/DiskdIOStrategy.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskDaemon/DiskdIOStrategy.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DiskdIOStrategy.h,v 1.5 2008/02/26 21:49:40 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 79 Squid-side DISKD I/O functions.
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskFile.h squid-3.1.0.5/src/DiskIO/DiskFile.h
--- squid-3.1.0.4/src/DiskIO/DiskFile.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskFile.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DiskFile.h,v 1.2 2008/02/26 21:49:38 amosjeffries Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskIOModule.h squid-3.1.0.5/src/DiskIO/DiskIOModule.h
--- squid-3.1.0.4/src/DiskIO/DiskIOModule.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskIOModule.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DiskIOModule.h,v 1.3 2006/09/14 00:51:10 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskIOStrategy.h squid-3.1.0.5/src/DiskIO/DiskIOStrategy.h
--- squid-3.1.0.4/src/DiskIO/DiskIOStrategy.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskIOStrategy.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DiskIOStrategy.h,v 1.2 2008/02/26 21:49:38 amosjeffries Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskThreads/aiops.cc squid-3.1.0.5/src/DiskIO/DiskThreads/aiops.cc
--- squid-3.1.0.4/src/DiskIO/DiskThreads/aiops.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskThreads/aiops.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: aiops.cc,v 1.15 2007/08/16 23:32:28 hno Exp $
+ * $Id$
*
* DEBUG: section 43 AIOPS
* AUTHOR: Stewart Forster
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskThreads/aiops_win32.cc squid-3.1.0.5/src/DiskIO/DiskThreads/aiops_win32.cc
--- squid-3.1.0.4/src/DiskIO/DiskThreads/aiops_win32.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskThreads/aiops_win32.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: aiops_win32.cc,v 1.5 2007/08/16 23:32:28 hno Exp $
+ * $Id$
*
* DEBUG: section 43 Windows AIOPS
* AUTHOR: Stewart Forster
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskThreads/async_io.cc squid-3.1.0.5/src/DiskIO/DiskThreads/async_io.cc
--- squid-3.1.0.4/src/DiskIO/DiskThreads/async_io.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskThreads/async_io.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: async_io.cc,v 1.5 2007/08/16 23:32:28 hno Exp $
+ * $Id$
*
* DEBUG: section 32 Asynchronous Disk I/O
* AUTHOR: Pete Bentley
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc
--- squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DiskThreadsDiskFile.cc,v 1.11 2008/02/26 21:49:41 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 79 Disk IO Routines
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h
--- squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: DiskThreadsDiskFile.h,v 1.3 2008/02/26 21:49:41 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 79 Disk IO Routines
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc
--- squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DiskThreadsDiskIOModule.cc,v 1.2 2006/05/29 00:15:03 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h
--- squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DiskThreadsDiskIOModule.h,v 1.2 2006/05/29 00:15:03 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc
--- squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DiskThreadsIOStrategy.cc,v 1.12 2007/04/28 22:26:47 hno Exp $
+ * $Id$
*
* DEBUG: section 79 Squid-side Disk I/O functions.
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h
--- squid-3.1.0.4/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: DiskThreadsIOStrategy.h,v 1.5 2007/04/12 23:51:57 wessels Exp $
+ * $Id$
*
* DEBUG: section 79 Squid-side Disk I/O functions.
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/DiskIO/IORequestor.h squid-3.1.0.5/src/DiskIO/IORequestor.h
--- squid-3.1.0.4/src/DiskIO/IORequestor.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/IORequestor.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: IORequestor.h,v 1.1 2004/12/20 16:30:38 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/ReadRequest.cc squid-3.1.0.5/src/DiskIO/ReadRequest.cc
--- squid-3.1.0.4/src/DiskIO/ReadRequest.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/ReadRequest.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ReadRequest.cc,v 1.1 2004/12/20 16:30:38 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/ReadRequest.h squid-3.1.0.5/src/DiskIO/ReadRequest.h
--- squid-3.1.0.4/src/DiskIO/ReadRequest.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/ReadRequest.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ReadRequest.h,v 1.2 2006/08/21 00:50:43 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/WriteRequest.cc squid-3.1.0.5/src/DiskIO/WriteRequest.cc
--- squid-3.1.0.4/src/DiskIO/WriteRequest.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/WriteRequest.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: WriteRequest.cc,v 1.1 2004/12/20 16:30:38 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/DiskIO/WriteRequest.h squid-3.1.0.5/src/DiskIO/WriteRequest.h
--- squid-3.1.0.4/src/DiskIO/WriteRequest.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/DiskIO/WriteRequest.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: WriteRequest.h,v 1.2 2006/08/21 00:50:43 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/dlink.h squid-3.1.0.5/src/dlink.h
--- squid-3.1.0.4/src/dlink.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/dlink.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: dlink.h,v 1.1 2006/04/22 13:07:36 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/dns.cc squid-3.1.0.5/src/dns.cc
--- squid-3.1.0.4/src/dns.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/dns.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: dns.cc,v 1.100 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 34 Dnsserver interface
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/dns_internal.cc squid-3.1.0.5/src/dns_internal.cc
--- squid-3.1.0.4/src/dns_internal.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/dns_internal.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: dns_internal.cc,v 1.105 2008/01/20 19:46:35 serassio Exp $
+ * $Id$
*
* DEBUG: section 78 DNS lookups; interacts with lib/rfc1035.c
* AUTHOR: Duane Wessels
@@ -40,6 +40,7 @@
#include "SquidTime.h"
#include "Store.h"
#include "comm.h"
+#include "fde.h"
#include "MemBuf.h"
#include "wordlist.h"
@@ -676,6 +677,9 @@
if (flag == COMM_ERR_CLOSING)
return;
+
+ if (fd_table[fd].closing())
+ return;
if (flag != COMM_OK || size <= 0) {
comm_close(fd);
@@ -1354,6 +1358,19 @@
debugs(78, 2, "idnsInit: attempt open DNS socket to: " << addr);
+#if USE_IPV6
+ if ( DnsSocket < 0 && addr.IsIPv6() && addr.SetIPv4() ) {
+ /* attempt to open this IPv4-only. */
+ DnsSocket = comm_open(SOCK_DGRAM,
+ IPPROTO_UDP,
+ addr,
+ COMM_NONBLOCKING,
+ "DNS Socket");
+
+ debugs(78, 2, "idnsInit: attempt open DNS socket to: " << addr);
+ }
+#endif
+
if (DnsSocket < 0)
fatal("Could not create a DNS socket");
diff -u -r -N squid-3.1.0.4/src/ElementList.h squid-3.1.0.5/src/ElementList.h
--- squid-3.1.0.4/src/ElementList.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ElementList.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ElementList.h,v 1.1 2003/03/10 04:56:36 robertc Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/enums.h squid-3.1.0.5/src/enums.h
--- squid-3.1.0.4/src/enums.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/enums.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: enums.h,v 1.262 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/errorpage.cc squid-3.1.0.5/src/errorpage.cc
--- squid-3.1.0.4/src/errorpage.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/errorpage.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: errorpage.cc,v 1.230 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 4 Error Generation
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ESIAssign.cc squid-3.1.0.5/src/ESIAssign.cc
--- squid-3.1.0.4/src/ESIAssign.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIAssign.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ESIAssign.cc,v 1.8 2008/01/20 20:20:21 serassio Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIAssign.h squid-3.1.0.5/src/ESIAssign.h
--- squid-3.1.0.4/src/ESIAssign.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIAssign.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESIAssign.h,v 1.6 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIAttempt.h squid-3.1.0.5/src/ESIAttempt.h
--- squid-3.1.0.4/src/ESIAttempt.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIAttempt.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESIAttempt.h,v 1.2 2003/08/04 22:14:40 robertc Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIContext.cc squid-3.1.0.5/src/ESIContext.cc
--- squid-3.1.0.4/src/ESIContext.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIContext.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ESIContext.cc,v 1.4 2008/01/20 19:46:35 serassio Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIContext.h squid-3.1.0.5/src/ESIContext.h
--- squid-3.1.0.4/src/ESIContext.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIContext.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESIContext.h,v 1.5 2008/01/07 17:10:22 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ESICustomParser.cc squid-3.1.0.5/src/ESICustomParser.cc
--- squid-3.1.0.4/src/ESICustomParser.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESICustomParser.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ESICustomParser.cc,v 1.10 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESICustomParser.h squid-3.1.0.5/src/ESICustomParser.h
--- squid-3.1.0.4/src/ESICustomParser.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESICustomParser.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESICustomParser.h,v 1.8 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ESIElement.h squid-3.1.0.5/src/ESIElement.h
--- squid-3.1.0.4/src/ESIElement.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIElement.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESIElement.h,v 1.4 2003/08/04 22:14:40 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ESIExcept.h squid-3.1.0.5/src/ESIExcept.h
--- squid-3.1.0.4/src/ESIExcept.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIExcept.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESIExcept.h,v 1.3 2003/08/04 22:14:40 robertc Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIExpatParser.cc squid-3.1.0.5/src/ESIExpatParser.cc
--- squid-3.1.0.4/src/ESIExpatParser.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIExpatParser.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ESIExpatParser.cc,v 1.4 2005/07/03 15:25:08 serassio Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIExpatParser.h squid-3.1.0.5/src/ESIExpatParser.h
--- squid-3.1.0.4/src/ESIExpatParser.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIExpatParser.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESIExpatParser.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ESIExpression.cc squid-3.1.0.5/src/ESIExpression.cc
--- squid-3.1.0.4/src/ESIExpression.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIExpression.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ESIExpression.cc,v 1.5 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIExpression.h squid-3.1.0.5/src/ESIExpression.h
--- squid-3.1.0.4/src/ESIExpression.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIExpression.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESIExpression.h,v 1.1 2003/07/14 14:15:55 robertc Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESI.h squid-3.1.0.5/src/ESI.h
--- squid-3.1.0.4/src/ESI.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESI.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ESI.h,v 1.1 2003/03/10 04:56:35 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ESIInclude.cc squid-3.1.0.5/src/ESIInclude.cc
--- squid-3.1.0.4/src/ESIInclude.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIInclude.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ESIInclude.cc,v 1.17 2008/02/12 23:52:28 rousskov Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIInclude.h squid-3.1.0.5/src/ESIInclude.h
--- squid-3.1.0.4/src/ESIInclude.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIInclude.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESIInclude.h,v 1.4 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESILibxml2Parser.cc squid-3.1.0.5/src/ESILibxml2Parser.cc
--- squid-3.1.0.4/src/ESILibxml2Parser.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESILibxml2Parser.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESILibxml2Parser.cc,v 1.3 2005/07/03 15:25:08 serassio Exp $
+ * $Id$
*
* AUTHOR: Joachim Bauch (mail@joachim-bauch.de)
*
diff -u -r -N squid-3.1.0.4/src/ESILibxml2Parser.h squid-3.1.0.5/src/ESILibxml2Parser.h
--- squid-3.1.0.4/src/ESILibxml2Parser.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESILibxml2Parser.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESILibxml2Parser.h,v 1.3 2005/07/03 15:25:08 serassio Exp $
+ * $Id$
*
* AUTHOR: Joachim Bauch (mail@joachim-bauch.de)
*
diff -u -r -N squid-3.1.0.4/src/ESILiteral.h squid-3.1.0.5/src/ESILiteral.h
--- squid-3.1.0.4/src/ESILiteral.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESILiteral.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESILiteral.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIParser.cc squid-3.1.0.5/src/ESIParser.cc
--- squid-3.1.0.4/src/ESIParser.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIParser.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESIParser.cc,v 1.8 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIParser.h squid-3.1.0.5/src/ESIParser.h
--- squid-3.1.0.4/src/ESIParser.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIParser.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESIParser.h,v 1.6 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ESISegment.cc squid-3.1.0.5/src/ESISegment.cc
--- squid-3.1.0.4/src/ESISegment.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESISegment.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ESISegment.cc,v 1.6 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESISegment.h squid-3.1.0.5/src/ESISegment.h
--- squid-3.1.0.4/src/ESISegment.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESISegment.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESISegment.h,v 1.4 2006/08/21 00:50:40 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ESISequence.cc squid-3.1.0.5/src/ESISequence.cc
--- squid-3.1.0.4/src/ESISequence.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESISequence.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESISequence.cc,v 1.7 2008/01/20 19:46:35 serassio Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESISequence.h squid-3.1.0.5/src/ESISequence.h
--- squid-3.1.0.4/src/ESISequence.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESISequence.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESISequence.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIVar.h squid-3.1.0.5/src/ESIVar.h
--- squid-3.1.0.4/src/ESIVar.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIVar.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ESIVar.h,v 1.2 2003/08/04 22:14:40 robertc Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIVarState.cc squid-3.1.0.5/src/ESIVarState.cc
--- squid-3.1.0.4/src/ESIVarState.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIVarState.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ESIVarState.cc,v 1.10 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/ESIVarState.h squid-3.1.0.5/src/ESIVarState.h
--- squid-3.1.0.4/src/ESIVarState.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ESIVarState.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ESIVarState.h,v 1.4 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ETag.cc squid-3.1.0.5/src/ETag.cc
--- squid-3.1.0.4/src/ETag.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ETag.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ETag.cc,v 1.10 2003/02/21 22:50:05 robertc Exp $
+ * $Id$
*
* DEBUG: none ETag parsing support
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/event.cc squid-3.1.0.5/src/event.cc
--- squid-3.1.0.4/src/event.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/event.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: event.cc,v 1.52 2008/02/13 06:09:15 rousskov Exp $
+ * $Id$
*
* DEBUG: section 41 Event Processing
* AUTHOR: Henrik Nordstrom
diff -u -r -N squid-3.1.0.4/src/event.h squid-3.1.0.5/src/event.h
--- squid-3.1.0.4/src/event.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/event.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: event.h,v 1.4 2008/02/12 23:27:42 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/EventLoop.cc squid-3.1.0.5/src/EventLoop.cc
--- squid-3.1.0.4/src/EventLoop.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/EventLoop.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: EventLoop.cc,v 1.6 2008/02/12 23:49:44 rousskov Exp $
+ * $Id$
*
* DEBUG: section 1 Main Loop
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/EventLoop.h squid-3.1.0.5/src/EventLoop.h
--- squid-3.1.0.4/src/EventLoop.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/EventLoop.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: EventLoop.h,v 1.4 2008/02/12 23:49:44 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/external_acl.cc squid-3.1.0.5/src/external_acl.cc
--- squid-3.1.0.4/src/external_acl.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/external_acl.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: external_acl.cc,v 1.82 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 82 External ACL
* AUTHOR: Henrik Nordstrom, MARA Systems AB
@@ -329,9 +329,6 @@
/* INET6: allow admin to configure some helpers explicitly to
bind to IPv4/v6 localhost port. */
} else if (strcmp(token, "ipv4") == 0) {
-#if IPV6_SPECIAL_LOCALHOST
- debugs(3, 0, "WARNING: --with-localhost-ipv6 conflicts with external ACL helper to using IPv4: " << a->name );
-#endif
if ( !a->local_addr.SetIPv4() ) {
debugs(3, 0, "WARNING: Error converting " << a->local_addr << " to IPv4 in " << a->name );
}
diff -u -r -N squid-3.1.0.4/src/ExternalACLEntry.cc squid-3.1.0.5/src/ExternalACLEntry.cc
--- squid-3.1.0.4/src/ExternalACLEntry.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ExternalACLEntry.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ExternalACLEntry.cc,v 1.6 2006/05/08 23:38:33 robertc Exp $
+ * $Id$
*
* DEBUG: section 82 External ACL
* AUTHOR: Henrik Nordstrom, MARA Systems AB
diff -u -r -N squid-3.1.0.4/src/ExternalACLEntry.h squid-3.1.0.5/src/ExternalACLEntry.h
--- squid-3.1.0.4/src/ExternalACLEntry.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ExternalACLEntry.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ExternalACLEntry.h,v 1.8 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 82 External ACL
* AUTHOR: Henrik Nordstrom, MARA Systems AB
diff -u -r -N squid-3.1.0.4/src/ExternalACL.h squid-3.1.0.5/src/ExternalACL.h
--- squid-3.1.0.4/src/ExternalACL.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ExternalACL.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ExternalACL.h,v 1.10 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/fd.cc squid-3.1.0.5/src/fd.cc
--- squid-3.1.0.4/src/fd.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fd.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: fd.cc,v 1.61 2008/03/02 13:32:24 serassio Exp $
+ * $Id$
*
* DEBUG: section 51 Filedescriptor Functions
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/fde.cc squid-3.1.0.5/src/fde.cc
--- squid-3.1.0.4/src/fde.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fde.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: fde.cc,v 1.8 2008/02/12 23:22:13 rousskov Exp $
+ * $Id$
*
* DEBUG: none FDE
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/filemap.cc squid-3.1.0.5/src/filemap.cc
--- squid-3.1.0.4/src/filemap.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/filemap.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: filemap.cc,v 1.44 2007/04/30 16:56:09 wessels Exp $
+ * $Id$
*
* DEBUG: section 8 Swap File Bitmap
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/forward.cc squid-3.1.0.5/src/forward.cc
--- squid-3.1.0.4/src/forward.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/forward.cc 2009-02-03 14:15:38.000000000 +1300
@@ -527,6 +527,10 @@
}
}
+ /* Ditch error page if it was created before.
+ * A new one will be created if there's another problem */
+ err = NULL;
+
/* use eventAdd to break potential call sequence loops and to slow things down a little */
eventAdd("fwdConnectStart", fwdConnectStartWrapper, this, originserver ? 0.05 : 0.005, 0);
diff -u -r -N squid-3.1.0.4/src/fqdncache.cc squid-3.1.0.5/src/fqdncache.cc
--- squid-3.1.0.4/src/fqdncache.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fqdncache.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: fqdncache.cc,v 1.178 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 35 FQDN Cache
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/fs/aufs/StoreFSaufs.cc squid-3.1.0.5/src/fs/aufs/StoreFSaufs.cc
--- squid-3.1.0.4/src/fs/aufs/StoreFSaufs.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/aufs/StoreFSaufs.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreFSaufs.cc,v 1.3 2008/02/26 21:49:43 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/fs/coss/coss-notes.txt squid-3.1.0.5/src/fs/coss/coss-notes.txt
--- squid-3.1.0.4/src/fs/coss/coss-notes.txt 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/coss/coss-notes.txt 2009-02-03 14:15:38.000000000 +1300
@@ -10,7 +10,7 @@
Adrian Chadd
-$Id: coss-notes.txt,v 1.3 2003/08/27 21:19:38 wessels Exp $
+$Id$
COSS is a Cyclic Object storage system originally designed by
diff -u -r -N squid-3.1.0.4/src/fs/coss/store_dir_coss.cc squid-3.1.0.5/src/fs/coss/store_dir_coss.cc
--- squid-3.1.0.4/src/fs/coss/store_dir_coss.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/coss/store_dir_coss.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
#error COSS Support is not stable yet in Squid-3. Please do not use.
/*
- * $Id: store_dir_coss.cc,v 1.77 2007/11/15 16:47:36 wessels Exp $
+ * $Id$
* vim: set et :
*
* DEBUG: section 47 Store COSS Directory Routines
diff -u -r -N squid-3.1.0.4/src/fs/coss/StoreFScoss.cc squid-3.1.0.5/src/fs/coss/StoreFScoss.cc
--- squid-3.1.0.4/src/fs/coss/StoreFScoss.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/coss/StoreFScoss.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
#error COSS Support is not stable yet in Squid-3. Please do not use.
/*
- * $Id: StoreFScoss.cc,v 1.7 2006/09/03 21:05:21 hno Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/fs/coss/StoreFScoss.h squid-3.1.0.5/src/fs/coss/StoreFScoss.h
--- squid-3.1.0.4/src/fs/coss/StoreFScoss.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/coss/StoreFScoss.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreFScoss.h,v 1.4 2008/02/26 21:49:43 amosjeffries Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/fs/coss/store_io_coss.cc squid-3.1.0.5/src/fs/coss/store_io_coss.cc
--- squid-3.1.0.4/src/fs/coss/store_io_coss.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/coss/store_io_coss.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_io_coss.cc,v 1.33 2007/08/13 17:20:56 hno Exp $
+ * $Id$
*
* DEBUG: section 79 Storage Manager COSS Interface
* AUTHOR: Eric Stern
diff -u -r -N squid-3.1.0.4/src/fs/diskd/StoreFSdiskd.cc squid-3.1.0.5/src/fs/diskd/StoreFSdiskd.cc
--- squid-3.1.0.4/src/fs/diskd/StoreFSdiskd.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/diskd/StoreFSdiskd.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreFSdiskd.cc,v 1.3 2008/02/26 21:49:44 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/fs/Makefile.am squid-3.1.0.5/src/fs/Makefile.am
--- squid-3.1.0.4/src/fs/Makefile.am 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/Makefile.am 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.15 2008/01/08 11:10:48 amosjeffries Exp $
+# $Id$
#
AUTOMAKE_OPTIONS = subdir-objects
diff -u -r -N squid-3.1.0.4/src/fs/Makefile.in squid-3.1.0.5/src/fs/Makefile.in
--- squid-3.1.0.4/src/fs/Makefile.in 2009-01-23 18:38:00.000000000 +1300
+++ squid-3.1.0.5/src/fs/Makefile.in 2009-02-03 14:16:01.000000000 +1300
@@ -16,7 +16,7 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.15 2008/01/08 11:10:48 amosjeffries Exp $
+# $Id$
#
srcdir = @srcdir@
diff -u -r -N squid-3.1.0.4/src/fs/ufs/store_dir_ufs.cc squid-3.1.0.5/src/fs/ufs/store_dir_ufs.cc
--- squid-3.1.0.4/src/fs/ufs/store_dir_ufs.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/ufs/store_dir_ufs.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_dir_ufs.cc,v 1.87 2007/12/02 07:19:58 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/fs/ufs/StoreFSufs.cc squid-3.1.0.5/src/fs/ufs/StoreFSufs.cc
--- squid-3.1.0.4/src/fs/ufs/StoreFSufs.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/ufs/StoreFSufs.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreFSufs.cc,v 1.2 2004/12/20 16:30:45 robertc Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/fs/ufs/StoreFSufs.h squid-3.1.0.5/src/fs/ufs/StoreFSufs.h
--- squid-3.1.0.4/src/fs/ufs/StoreFSufs.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/ufs/StoreFSufs.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreFSufs.h,v 1.6 2008/02/26 21:49:45 amosjeffries Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/fs/ufs/store_io_ufs.cc squid-3.1.0.5/src/fs/ufs/store_io_ufs.cc
--- squid-3.1.0.4/src/fs/ufs/store_io_ufs.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/ufs/store_io_ufs.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_io_ufs.cc,v 1.39 2007/07/24 16:15:32 rousskov Exp $
+ * $Id$
*
* DEBUG: section 79 Storage Manager UFS Interface
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/fs/ufs/ufscommon.cc squid-3.1.0.5/src/fs/ufs/ufscommon.cc
--- squid-3.1.0.4/src/fs/ufs/ufscommon.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/ufs/ufscommon.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ufscommon.cc,v 1.15 2007/11/15 16:47:38 wessels Exp $
+ * $Id$
* vim: set et :
*
* DEBUG: section 47 Store Directory Routines
diff -u -r -N squid-3.1.0.4/src/fs/ufs/ufscommon.cci squid-3.1.0.5/src/fs/ufs/ufscommon.cci
--- squid-3.1.0.4/src/fs/ufs/ufscommon.cci 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/ufs/ufscommon.cci 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ufscommon.cci,v 1.2 2005/01/03 16:08:27 robertc Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/fs/ufs/ufscommon.h squid-3.1.0.5/src/fs/ufs/ufscommon.h
--- squid-3.1.0.4/src/fs/ufs/ufscommon.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/fs/ufs/ufscommon.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ufscommon.h,v 1.13 2008/02/26 21:49:45 amosjeffries Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/ftp.cc squid-3.1.0.5/src/ftp.cc
--- squid-3.1.0.4/src/ftp.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/ftp.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ftp.cc,v 1.446 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 9 File Transfer Protocol (FTP)
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/Generic.h squid-3.1.0.5/src/Generic.h
--- squid-3.1.0.4/src/Generic.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/Generic.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: Generic.h,v 1.7 2004/12/20 16:30:32 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/globals.h squid-3.1.0.5/src/globals.h
--- squid-3.1.0.4/src/globals.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/globals.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: globals.h,v 1.143 2008/02/11 22:36:52 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/gopher.cc squid-3.1.0.5/src/gopher.cc
--- squid-3.1.0.4/src/gopher.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/gopher.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: gopher.cc,v 1.211 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 10 Gopher
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/helper.cc squid-3.1.0.5/src/helper.cc
--- squid-3.1.0.4/src/helper.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/helper.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: helper.cc,v 1.91 2007/12/14 23:11:46 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 84 Helper process maintenance
* AUTHOR: Harvest Derived?
diff -u -r -N squid-3.1.0.4/src/HierarchyLogEntry.h squid-3.1.0.5/src/HierarchyLogEntry.h
--- squid-3.1.0.4/src/HierarchyLogEntry.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HierarchyLogEntry.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: HierarchyLogEntry.h,v 1.1 2003/10/16 21:40:16 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/htcp.cc squid-3.1.0.5/src/htcp.cc
--- squid-3.1.0.4/src/htcp.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/htcp.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: htcp.cc,v 1.81 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 31 Hypertext Caching Protocol
* AUTHOR: Duane Wesssels
diff -u -r -N squid-3.1.0.4/src/HttpBody.cc squid-3.1.0.5/src/HttpBody.cc
--- squid-3.1.0.4/src/HttpBody.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpBody.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpBody.cc,v 1.25 2007/04/20 07:29:47 wessels Exp $
+ * $Id$
*
* DEBUG: section 56 HTTP Message Body
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/http.cc squid-3.1.0.5/src/http.cc
--- squid-3.1.0.4/src/http.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/http.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: http.cc,v 1.547 2008/02/12 23:55:26 rousskov Exp $
+ * $Id$
*
* DEBUG: section 11 Hypertext Transfer Protocol (HTTP)
* AUTHOR: Harvest Derived
@@ -1422,8 +1422,8 @@
String strFwd;
HttpHeaderPos pos = HttpHeaderInitPos;
assert (hdr_out->owner == hoRequest);
- /* append our IMS header */
+ /* append our IMS header */
if (request->lastmod > -1)
hdr_out->putTime(HDR_IF_MODIFIED_SINCE, request->lastmod);
diff -u -r -N squid-3.1.0.4/src/http.h squid-3.1.0.5/src/http.h
--- squid-3.1.0.4/src/http.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/http.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: http.h,v 1.34 2008/02/12 23:55:26 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpHdrCc.cc squid-3.1.0.5/src/HttpHdrCc.cc
--- squid-3.1.0.4/src/HttpHdrCc.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHdrCc.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpHdrCc.cc,v 1.31 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 65 HTTP Cache Control Header
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/HttpHdrContRange.cc squid-3.1.0.5/src/HttpHdrContRange.cc
--- squid-3.1.0.4/src/HttpHdrContRange.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHdrContRange.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpHdrContRange.cc,v 1.22 2007/08/13 18:25:14 hno Exp $
+ * $Id$
*
* DEBUG: section 68 HTTP Content-Range Header
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/HttpHdrContRange.h squid-3.1.0.5/src/HttpHdrContRange.h
--- squid-3.1.0.4/src/HttpHdrContRange.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHdrContRange.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: HttpHdrContRange.h,v 1.4 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpHdrRange.cc squid-3.1.0.5/src/HttpHdrRange.cc
--- squid-3.1.0.4/src/HttpHdrRange.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHdrRange.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpHdrRange.cc,v 1.45 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
* DEBUG: section 64 HTTP Range Header
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/HttpHdrSc.cc squid-3.1.0.5/src/HttpHdrSc.cc
--- squid-3.1.0.4/src/HttpHdrSc.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHdrSc.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpHdrSc.cc,v 1.6 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 90 HTTP Cache Control Header
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/HttpHdrSc.h squid-3.1.0.5/src/HttpHdrSc.h
--- squid-3.1.0.4/src/HttpHdrSc.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHdrSc.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpHdrSc.h,v 1.3 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpHdrScTarget.cc squid-3.1.0.5/src/HttpHdrScTarget.cc
--- squid-3.1.0.4/src/HttpHdrScTarget.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHdrScTarget.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpHdrScTarget.cc,v 1.4 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 90 HTTP Cache Control Header
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/HttpHdrScTarget.h squid-3.1.0.5/src/HttpHdrScTarget.h
--- squid-3.1.0.4/src/HttpHdrScTarget.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHdrScTarget.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: HttpHdrScTarget.h,v 1.3 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpHeader.cc squid-3.1.0.5/src/HttpHeader.cc
--- squid-3.1.0.4/src/HttpHeader.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHeader.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpHeader.cc,v 1.139 2008/01/22 19:53:03 rousskov Exp $
+ * $Id$
*
* DEBUG: section 55 HTTP Header
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/HttpHeader.h squid-3.1.0.5/src/HttpHeader.h
--- squid-3.1.0.4/src/HttpHeader.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHeader.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: HttpHeader.h,v 1.26 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpHeaderMask.h squid-3.1.0.5/src/HttpHeaderMask.h
--- squid-3.1.0.4/src/HttpHeaderMask.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHeaderMask.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: HttpHeaderMask.h,v 1.1 2006/04/22 13:08:39 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpHeaderRange.h squid-3.1.0.5/src/HttpHeaderRange.h
--- squid-3.1.0.4/src/HttpHeaderRange.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHeaderRange.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpHeaderRange.h,v 1.12 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpHeaderTools.cc squid-3.1.0.5/src/HttpHeaderTools.cc
--- squid-3.1.0.4/src/HttpHeaderTools.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpHeaderTools.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpHeaderTools.cc,v 1.63 2007/09/28 00:22:37 hno Exp $
+ * $Id$
*
* DEBUG: section 66 HTTP Header Tools
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/HttpMsg.cc squid-3.1.0.5/src/HttpMsg.cc
--- squid-3.1.0.4/src/HttpMsg.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpMsg.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpMsg.cc,v 1.44 2007/12/21 23:50:24 hno Exp $
+ * $Id$
*
* DEBUG: section 74 HTTP Message
* AUTHOR: Alex Rousskov
@@ -445,14 +445,16 @@
}
#endif
-/*
+/**
* Attempt to parse the request line.
*
* This will set the values in hmsg that it determines. One may end up
* with a partially-parsed buffer; the return value tells you whether
* the values are valid or not.
*
- * @return 1 if parsed correctly, 0 if more is needed, -1 if error
+ * \retval 1 if parsed correctly
+ * \retval 0 if more is needed
+ * \retval -1 if error
*
* TODO:
* * have it indicate "error" and "not enough" as two separate conditions!
@@ -463,7 +465,7 @@
{
int i = 0;
int retcode = 0;
- int maj = -1, min = -1;
+ unsigned int maj = 0, min = 0;
int last_whitespace = -1, line_end = -1;
debugs(74, 5, "httpParserParseReqLine: parsing " << hmsg->buf);
@@ -570,10 +572,14 @@
/* next should be 1 or more digits */
maj = 0;
- for (; i < hmsg->req_end && (isdigit(hmsg->buf[i])); i++) {
+ for (; i < hmsg->req_end && (isdigit(hmsg->buf[i])) && maj < 65536; i++) {
maj = maj * 10;
maj = maj + (hmsg->buf[i]) - '0';
}
+ if (maj >= 65536) {
+ retcode = -1;
+ goto finish;
+ }
if (i >= hmsg->req_end) {
retcode = 0;
goto finish;
@@ -592,11 +598,16 @@
/* next should be one or more digits */
i++;
min = 0;
- for (; i < hmsg->req_end && (isdigit(hmsg->buf[i])); i++) {
+ for (; i < hmsg->req_end && (isdigit(hmsg->buf[i])) && min < 65536; i++) {
min = min * 10;
min = min + (hmsg->buf[i]) - '0';
}
+ if (min >= 65536) {
+ retcode = -1;
+ goto finish;
+ }
+
/* Find whitespace, end of version */
hmsg->v_end = i;
hmsg->u_end = last_whitespace - 1;
@@ -607,8 +618,6 @@
* Rightio - we have all the schtuff. Return true; we've got enough.
*/
retcode = 1;
- assert(maj != -1);
- assert(min != -1);
finish:
hmsg->v_maj = maj;
diff -u -r -N squid-3.1.0.4/src/HttpMsg.h squid-3.1.0.5/src/HttpMsg.h
--- squid-3.1.0.4/src/HttpMsg.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpMsg.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpMsg.h,v 1.17 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpReply.cc squid-3.1.0.5/src/HttpReply.cc
--- squid-3.1.0.4/src/HttpReply.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpReply.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpReply.cc,v 1.100 2008/02/08 18:27:59 rousskov Exp $
+ * $Id$
*
* DEBUG: section 58 HTTP Reply (Response)
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/HttpReply.h squid-3.1.0.5/src/HttpReply.h
--- squid-3.1.0.4/src/HttpReply.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpReply.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: HttpReply.h,v 1.24 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpRequest.cc squid-3.1.0.5/src/HttpRequest.cc
--- squid-3.1.0.4/src/HttpRequest.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpRequest.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpRequest.cc,v 1.80 2008/02/03 10:00:29 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 73 HTTP Request
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/HttpRequest.h squid-3.1.0.5/src/HttpRequest.h
--- squid-3.1.0.4/src/HttpRequest.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpRequest.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpRequest.h,v 1.33 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpRequestMethod.cc squid-3.1.0.5/src/HttpRequestMethod.cc
--- squid-3.1.0.4/src/HttpRequestMethod.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpRequestMethod.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpRequestMethod.cc,v 1.7 2008/02/12 00:05:11 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 73 HTTP Request
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/HttpRequestMethod.h squid-3.1.0.5/src/HttpRequestMethod.h
--- squid-3.1.0.4/src/HttpRequestMethod.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpRequestMethod.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: HttpRequestMethod.h,v 1.12 2008/02/26 00:16:47 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpStatusLine.cc squid-3.1.0.5/src/HttpStatusLine.cc
--- squid-3.1.0.4/src/HttpStatusLine.cc 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpStatusLine.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpStatusLine.cc,v 1.34 2007/05/29 13:31:38 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 57 HTTP Status-line
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/HttpStatusLine.h squid-3.1.0.5/src/HttpStatusLine.h
--- squid-3.1.0.4/src/HttpStatusLine.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpStatusLine.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: HttpStatusLine.h,v 1.4 2007/05/29 13:31:38 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/HttpVersion.h squid-3.1.0.5/src/HttpVersion.h
--- squid-3.1.0.4/src/HttpVersion.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/HttpVersion.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: HttpVersion.h,v 1.3 2004/12/11 22:07:31 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ICAP/AsyncJob.h squid-3.1.0.5/src/ICAP/AsyncJob.h
--- squid-3.1.0.4/src/ICAP/AsyncJob.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/AsyncJob.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: AsyncJob.h,v 1.4 2008/02/26 21:49:41 amosjeffries Exp $
+ * $Id$
*/
#ifndef SQUID_ASYNC_JOB_H
diff -u -r -N squid-3.1.0.4/src/ICAP/ICAPClient.h squid-3.1.0.5/src/ICAP/ICAPClient.h
--- squid-3.1.0.4/src/ICAP/ICAPClient.h 2009-01-23 18:37:35.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/ICAPClient.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ICAPClient.h,v 1.4 2007/04/06 04:50:07 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ICAP/ICAPConfig.cc squid-3.1.0.5/src/ICAP/ICAPConfig.cc
--- squid-3.1.0.4/src/ICAP/ICAPConfig.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/ICAPConfig.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ICAPConfig.cc,v 1.21 2008/02/12 23:12:45 rousskov Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/ICAP/ICAPConfig.h squid-3.1.0.5/src/ICAP/ICAPConfig.h
--- squid-3.1.0.4/src/ICAP/ICAPConfig.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/ICAPConfig.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ICAPConfig.h,v 1.17 2008/02/12 23:12:45 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ICAP/ICAPElements.h squid-3.1.0.5/src/ICAP/ICAPElements.h
--- squid-3.1.0.4/src/ICAP/ICAPElements.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/ICAPElements.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ICAPElements.h,v 1.4 2007/04/06 04:50:07 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ICAP/ICAPInOut.h squid-3.1.0.5/src/ICAP/ICAPInOut.h
--- squid-3.1.0.4/src/ICAP/ICAPInOut.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/ICAPInOut.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ICAPInOut.h,v 1.1 2007/04/06 04:50:07 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ICAP/ICAPLauncher.h squid-3.1.0.5/src/ICAP/ICAPLauncher.h
--- squid-3.1.0.4/src/ICAP/ICAPLauncher.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/ICAPLauncher.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ICAPLauncher.h,v 1.2 2008/02/12 23:12:45 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ICAP/ICAPModXact.h squid-3.1.0.5/src/ICAP/ICAPModXact.h
--- squid-3.1.0.4/src/ICAP/ICAPModXact.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/ICAPModXact.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ICAPModXact.h,v 1.11 2008/02/12 23:12:45 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ICAP/ICAPOptions.h squid-3.1.0.5/src/ICAP/ICAPOptions.h
--- squid-3.1.0.4/src/ICAP/ICAPOptions.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/ICAPOptions.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ICAPOptions.h,v 1.11 2007/05/29 13:31:44 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ICAP/ICAPOptXact.h squid-3.1.0.5/src/ICAP/ICAPOptXact.h
--- squid-3.1.0.4/src/ICAP/ICAPOptXact.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/ICAPOptXact.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ICAPOptXact.h,v 1.6 2007/05/08 16:32:11 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ICAP/ICAPServiceRep.h squid-3.1.0.5/src/ICAP/ICAPServiceRep.h
--- squid-3.1.0.4/src/ICAP/ICAPServiceRep.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/ICAPServiceRep.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ICAPServiceRep.h,v 1.12 2008/02/12 23:12:45 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ICAP/ICAPXaction.h squid-3.1.0.5/src/ICAP/ICAPXaction.h
--- squid-3.1.0.4/src/ICAP/ICAPXaction.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ICAP/ICAPXaction.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ICAPXaction.h,v 1.13 2008/02/12 23:12:46 rousskov Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/icmp/Icmp4.cc squid-3.1.0.5/src/icmp/Icmp4.cc
--- squid-3.1.0.4/src/icmp/Icmp4.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/icmp/Icmp4.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ICMPv4.cc,v 1.2 2007/12/28 12:04:45 hno Exp $
+ * $Id$
*
* DEBUG: section 42 ICMP Pinger program
* AUTHOR: Duane Wessels, Amos Jeffries
diff -u -r -N squid-3.1.0.4/src/icmp/Icmp4.h squid-3.1.0.5/src/icmp/Icmp4.h
--- squid-3.1.0.4/src/icmp/Icmp4.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/icmp/Icmp4.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ICMPv4.h,v 1.1 2007/12/14 23:11:45 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 37 ICMP Routines
* AUTHOR: Duane Wessels, Amos Jeffries
diff -u -r -N squid-3.1.0.4/src/icmp/Icmp6.cc squid-3.1.0.5/src/icmp/Icmp6.cc
--- squid-3.1.0.4/src/icmp/Icmp6.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/icmp/Icmp6.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ICMPv6.cc,v 1.2 2007/12/28 12:04:45 hno Exp $
+ * $Id$
*
* DEBUG: section 42 ICMP Pinger program
* AUTHOR: Duane Wessels, Amos Jeffries
diff -u -r -N squid-3.1.0.4/src/icmp/Icmp.cc squid-3.1.0.5/src/icmp/Icmp.cc
--- squid-3.1.0.4/src/icmp/Icmp.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/icmp/Icmp.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: icmp.cc,v 1.94 2007/12/14 23:11:47 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 37 ICMP Routines
* AUTHOR: Duane Wessels, Amos Jeffries
diff -u -r -N squid-3.1.0.4/src/icmp/IcmpConfig.h squid-3.1.0.5/src/icmp/IcmpConfig.h
--- squid-3.1.0.4/src/icmp/IcmpConfig.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/icmp/IcmpConfig.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ICMPConfig.h,v 1.1 2007/12/14 23:11:45 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 3 Configuration Settings
* AUTHOR: Amos Jeffries
diff -u -r -N squid-3.1.0.4/src/icmp/IcmpPinger.cc squid-3.1.0.5/src/icmp/IcmpPinger.cc
--- squid-3.1.0.4/src/icmp/IcmpPinger.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/icmp/IcmpPinger.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ICMPPinger.cc,v 1.1 2007/12/14 23:11:45 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 42 ICMP Pinger program
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/icmp/IcmpPinger.h squid-3.1.0.5/src/icmp/IcmpPinger.h
--- squid-3.1.0.4/src/icmp/IcmpPinger.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/icmp/IcmpPinger.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ICMPPinger.h,v 1.1 2007/12/14 23:11:45 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 37 ICMP Routines
* AUTHOR: Duane Wessels, Amos Jeffries
diff -u -r -N squid-3.1.0.4/src/icmp/IcmpSquid.cc squid-3.1.0.5/src/icmp/IcmpSquid.cc
--- squid-3.1.0.4/src/icmp/IcmpSquid.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/icmp/IcmpSquid.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ICMPSquid.cc,v 1.1 2007/12/14 23:11:45 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 37 ICMP Routines
* AUTHOR: Duane Wessels, Amos Jeffries
diff -u -r -N squid-3.1.0.4/src/icmp/pinger.cc squid-3.1.0.5/src/icmp/pinger.cc
--- squid-3.1.0.4/src/icmp/pinger.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/icmp/pinger.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: pinger.cc,v 1.62 2008/02/26 21:49:35 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 42 ICMP Pinger program
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ICP.h squid-3.1.0.5/src/ICP.h
--- squid-3.1.0.4/src/ICP.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ICP.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ICP.h,v 1.11 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/icp_v3.cc squid-3.1.0.5/src/icp_v3.cc
--- squid-3.1.0.4/src/icp_v3.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/icp_v3.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: icp_v3.cc,v 1.44 2008/02/26 21:49:35 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 12 Internet Cache Protocol (ICP)
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ident.cc squid-3.1.0.5/src/ident.cc
--- squid-3.1.0.4/src/ident.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/ident.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ident.cc,v 1.78 2007/12/14 23:11:47 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 30 Ident (RFC 931)
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/int.cc squid-3.1.0.5/src/int.cc
--- squid-3.1.0.4/src/int.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/int.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: int.cc,v 1.3 2005/01/06 13:16:39 serassio Exp $
+ * $Id$
*
* DEBUG: section 21 Integer functions
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/internal.cc squid-3.1.0.5/src/internal.cc
--- squid-3.1.0.4/src/internal.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/internal.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: internal.cc,v 1.48 2007/12/14 23:11:47 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 76 Internal Squid Object handling
* AUTHOR: Duane, Alex, Henrik
diff -u -r -N squid-3.1.0.4/src/ip/IpAddress.cc squid-3.1.0.5/src/ip/IpAddress.cc
--- squid-3.1.0.4/src/ip/IpAddress.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/ip/IpAddress.cc 2009-02-03 14:15:38.000000000 +1300
@@ -247,9 +247,6 @@
#if USE_IPV6
return IsAnyAddr() || IsNoAddr() ||
-#if IPV6_SPECIAL_LOCALHOST
- IsLocalhost() ||
-#endif
( m_SocketAddr.sin6_addr.s6_addr32[0] == htonl(0x00000000) &&
m_SocketAddr.sin6_addr.s6_addr32[1] == htonl(0x00000000) &&
m_SocketAddr.sin6_addr.s6_addr32[2] == htonl(0x0000FFFF)
@@ -265,9 +262,6 @@
#if USE_IPV6
return IsAnyAddr() || IsNoAddr() ||
-#if IPV6_SPECIAL_LOCALHOST
- IsLocalhost() ||
-#endif
!( m_SocketAddr.sin6_addr.s6_addr32[0] == htonl(0x00000000) &&
m_SocketAddr.sin6_addr.s6_addr32[1] == htonl(0x00000000) &&
m_SocketAddr.sin6_addr.s6_addr32[2] == htonl(0x0000FFFF)
@@ -311,13 +305,11 @@
{
#if USE_IPV6
-#if !IPV6_SPECIAL_LOCALHOST
if ( IsLocalhost() ) {
m_SocketAddr.sin6_addr.s6_addr32[2] = htonl(0xffff);
m_SocketAddr.sin6_addr.s6_addr32[3] = htonl(0x7F000001);
return true;
}
-#endif
if ( IsAnyAddr() ) {
m_SocketAddr.sin6_addr.s6_addr32[2] = htonl(0xffff);
@@ -342,15 +334,12 @@
&& m_SocketAddr.sin6_addr.s6_addr32[2] == 0
&& m_SocketAddr.sin6_addr.s6_addr32[3] == htonl(0x1)
)
-#if !IPV6_SPECIAL_LOCALHOST
||
( m_SocketAddr.sin6_addr.s6_addr32[0] == 0
&& m_SocketAddr.sin6_addr.s6_addr32[1] == 0
&& m_SocketAddr.sin6_addr.s6_addr32[2] == htonl(0xffff)
&& m_SocketAddr.sin6_addr.s6_addr32[3] == htonl(0x7F000001)
- )
-#endif
- ;
+ );
#else
return (htonl(0x7F000001) == m_SocketAddr.sin_addr.s_addr);
@@ -1173,14 +1162,6 @@
out.s6_addr32[2] = 0xFFFFFFFF;
out.s6_addr32[3] = 0xFFFFFFFF;
-#if IPV6_SPECIAL_LOCALHOST
- } else if ( in.s_addr == htonl(0x7F000001)) {
- /* LOCALHOST */
-
- memset(&out, 0, sizeof(struct in6_addr));
- out.s6_addr32[3] = htonl(0x1);
-#endif
-
} else {
/* general */
@@ -1197,15 +1178,6 @@
memset(&out, 0, sizeof(struct in_addr));
out.s_addr = in.s6_addr32[3];
-
-#if IPV6_SPECIAL_LOCALHOST
- /* LOCALHOST */
-
- if ( IsLocalhost() ) {
- out.s_addr = htonl(0x7F000001);
- }
-#endif
-
}
#endif
diff -u -r -N squid-3.1.0.4/src/ipc_win32.cc squid-3.1.0.5/src/ipc_win32.cc
--- squid-3.1.0.4/src/ipc_win32.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/ipc_win32.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ipc_win32.cc,v 1.5 2007/12/14 23:11:47 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 54 Windows Interprocess Communication
* AUTHOR: Andrey Shorin
diff -u -r -N squid-3.1.0.4/src/LeakFinder.cc squid-3.1.0.5/src/LeakFinder.cc
--- squid-3.1.0.4/src/LeakFinder.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/LeakFinder.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: LeakFinder.cc,v 1.6 2007/04/30 16:56:09 wessels Exp $
+ * $Id$
*
* DEBUG: section 45 Callback Data Registry
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/list.cc squid-3.1.0.5/src/list.cc
--- squid-3.1.0.4/src/list.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/list.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: list.cc,v 1.2 2007/04/25 11:30:18 adrian Exp $
+ * $Id$
*
* DEBUG: none Linked list functions (deprecated)
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/logfile.cc squid-3.1.0.5/src/logfile.cc
--- squid-3.1.0.4/src/logfile.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/logfile.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: logfile.cc,v 1.25 2007/11/13 23:25:34 rousskov Exp $
+ * $Id$
*
* DEBUG: section 50 Log file handling
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/main.cc squid-3.1.0.5/src/main.cc
--- squid-3.1.0.4/src/main.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/main.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: main.cc,v 1.459 2008/02/26 21:49:35 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/Makefile.am squid-3.1.0.5/src/Makefile.am
--- squid-3.1.0.4/src/Makefile.am 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/Makefile.am 2009-02-03 14:15:36.000000000 +1300
@@ -919,7 +919,6 @@
libauth.la \
icmp/libicmp.la icmp/libicmp-core.la \
ip/libip.la \
- -L../lib \
@XTRA_OBJS@ \
@REPL_OBJS@ \
@STORE_OBJS@ \
@@ -929,7 +928,7 @@
@SNMPLIB@ \
${ADAPTATION_LIBS} \
@SSLLIB@ \
- -lmiscutil \
+ -L$(top_builddir)/lib -lmiscutil \
@XTRA_LIBS@ \
@EPOLL_LIBS@ \
@MINGW_LIBS@
diff -u -r -N squid-3.1.0.4/src/Makefile.in squid-3.1.0.5/src/Makefile.in
--- squid-3.1.0.4/src/Makefile.in 2009-01-23 18:37:59.000000000 +1300
+++ squid-3.1.0.5/src/Makefile.in 2009-02-03 14:16:00.000000000 +1300
@@ -2390,7 +2390,6 @@
libauth.la \
icmp/libicmp.la icmp/libicmp-core.la \
ip/libip.la \
- -L../lib \
@XTRA_OBJS@ \
@REPL_OBJS@ \
@STORE_OBJS@ \
@@ -2400,7 +2399,7 @@
@SNMPLIB@ \
${ADAPTATION_LIBS} \
@SSLLIB@ \
- -lmiscutil \
+ -L$(top_builddir)/lib -lmiscutil \
@XTRA_LIBS@ \
@EPOLL_LIBS@ \
@MINGW_LIBS@
diff -u -r -N squid-3.1.0.4/src/MemBuf.cc squid-3.1.0.5/src/MemBuf.cc
--- squid-3.1.0.4/src/MemBuf.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/MemBuf.cc 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: MemBuf.cc,v 1.43 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 59 auto-growing Memory Buffer with printf
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/MemBuf.cci squid-3.1.0.5/src/MemBuf.cci
--- squid-3.1.0.4/src/MemBuf.cci 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/MemBuf.cci 2009-02-03 14:15:36.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: MemBuf.cci,v 1.3 2005/11/21 22:54:00 wessels Exp $
+ * $Id$
*
* DEBUG: section 59 auto-growing Memory Buffer with printf
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/MemBuf.h squid-3.1.0.5/src/MemBuf.h
--- squid-3.1.0.4/src/MemBuf.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/MemBuf.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: MemBuf.h,v 1.10 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/mem.cc squid-3.1.0.5/src/mem.cc
--- squid-3.1.0.4/src/mem.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/mem.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: mem.cc,v 1.108 2008/02/07 02:51:17 adrian Exp $
+ * $Id$
*
* DEBUG: section 13 High Level Memory Pool Management
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/Mem.h squid-3.1.0.5/src/Mem.h
--- squid-3.1.0.4/src/Mem.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/Mem.h 2009-02-03 14:15:36.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: Mem.h,v 1.6 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 13 High Level Memory Pool Management
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/mem_node.cc squid-3.1.0.5/src/mem_node.cc
--- squid-3.1.0.4/src/mem_node.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/mem_node.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: mem_node.cc,v 1.11 2007/12/27 01:58:19 hno Exp $
+ * $Id$
*
* DEBUG: section 19 Store Memory Primitives
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/mem_node.h squid-3.1.0.5/src/mem_node.h
--- squid-3.1.0.4/src/mem_node.h 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/mem_node.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: mem_node.h,v 1.12 2008/02/26 21:49:35 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/MemObject.cc squid-3.1.0.5/src/MemObject.cc
--- squid-3.1.0.4/src/MemObject.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/MemObject.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: MemObject.cc,v 1.33 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 19 Store Memory Primitives
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/MemObject.h squid-3.1.0.5/src/MemObject.h
--- squid-3.1.0.4/src/MemObject.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/MemObject.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: MemObject.h,v 1.18 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/mime.cc squid-3.1.0.5/src/mime.cc
--- squid-3.1.0.4/src/mime.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/mime.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: mime.cc,v 1.132 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
* DEBUG: section 25 MIME Parsing
* AUTHOR: Harvest Derived
@@ -226,10 +226,11 @@
mimeGetEntry(const char *fn, int skip_encodings)
{
mimeEntry *m;
- char *t = NULL;
+ char *t;
char *name = xstrdup(fn);
do {
+ t = NULL;
for (m = MimeTable; m; m = m->next) {
if (regexec(&m->compiled_pattern, name, 0, 0, 0) == 0)
diff -u -r -N squid-3.1.0.4/src/mk-string-arrays.pl squid-3.1.0.5/src/mk-string-arrays.pl
--- squid-3.1.0.4/src/mk-string-arrays.pl 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/mk-string-arrays.pl 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
#******************************************************************************
-# $Id: mk-string-arrays.pl,v 1.5 2003/01/23 00:37:23 robertc Exp $
+# $Id$
#
# File: mk-strs.pl
#
diff -u -r -N squid-3.1.0.4/src/multicast.cc squid-3.1.0.5/src/multicast.cc
--- squid-3.1.0.4/src/multicast.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/multicast.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: multicast.cc,v 1.13 2007/12/14 23:11:47 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 7 Multicast
* AUTHOR: Martin Hamilton
diff -u -r -N squid-3.1.0.4/src/NullDelayId.cc squid-3.1.0.5/src/NullDelayId.cc
--- squid-3.1.0.4/src/NullDelayId.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/NullDelayId.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: NullDelayId.cc,v 1.3 2003/08/04 22:14:41 robertc Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/NullDelayId.h squid-3.1.0.5/src/NullDelayId.h
--- squid-3.1.0.4/src/NullDelayId.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/NullDelayId.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: NullDelayId.h,v 1.4 2003/08/04 22:14:41 robertc Exp $
+ * $Id$
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/Packer.cc squid-3.1.0.5/src/Packer.cc
--- squid-3.1.0.4/src/Packer.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/Packer.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: Packer.cc,v 1.21 2007/04/21 07:14:13 wessels Exp $
+ * $Id$
*
* DEBUG: section 60 Packer: A uniform interface to store-like modules
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/Packer.h squid-3.1.0.5/src/Packer.h
--- squid-3.1.0.4/src/Packer.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/Packer.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: Packer.h,v 1.2 2006/05/03 14:04:44 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/Parsing.cc squid-3.1.0.5/src/Parsing.cc
--- squid-3.1.0.4/src/Parsing.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/Parsing.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: Parsing.cc,v 1.4 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/Parsing.h squid-3.1.0.5/src/Parsing.h
--- squid-3.1.0.4/src/Parsing.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/Parsing.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: Parsing.h,v 1.4 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/peer_digest.cc squid-3.1.0.5/src/peer_digest.cc
--- squid-3.1.0.4/src/peer_digest.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/peer_digest.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: peer_digest.cc,v 1.130 2008/01/07 17:12:28 hno Exp $
+ * $Id$
*
* DEBUG: section 72 Peer Digest Routines
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/PeerDigest.h squid-3.1.0.5/src/PeerDigest.h
--- squid-3.1.0.4/src/PeerDigest.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/PeerDigest.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: PeerDigest.h,v 1.4 2007/09/21 11:41:52 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/peer_select.cc squid-3.1.0.5/src/peer_select.cc
--- squid-3.1.0.4/src/peer_select.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/peer_select.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: peer_select.cc,v 1.149 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 44 Peer Selection Algorithm
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/peer_sourcehash.cc squid-3.1.0.5/src/peer_sourcehash.cc
--- squid-3.1.0.4/src/peer_sourcehash.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/peer_sourcehash.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: carp.cc,v 1.27 2008/01/14 12:13:49 hno Exp $
+ * $Id$
*
* DEBUG: section 39 Peer source hash based selection
* AUTHOR: Henrik Nordstrom
diff -u -r -N squid-3.1.0.4/src/peer_userhash.cc squid-3.1.0.5/src/peer_userhash.cc
--- squid-3.1.0.4/src/peer_userhash.cc 2009-01-23 18:37:37.000000000 +1300
+++ squid-3.1.0.5/src/peer_userhash.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: carp.cc,v 1.27 2008/01/14 12:13:49 hno Exp $
+ * $Id$
*
* DEBUG: section 39 Peer user hash based selection
* AUTHOR: Henrik Nordstrom
diff -u -r -N squid-3.1.0.4/src/PingData.h squid-3.1.0.5/src/PingData.h
--- squid-3.1.0.4/src/PingData.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/PingData.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: PingData.h,v 1.1 2003/10/16 21:40:16 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ProfStats.cc squid-3.1.0.5/src/ProfStats.cc
--- squid-3.1.0.4/src/ProfStats.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ProfStats.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ProfStats.cc,v 1.10 2007/04/25 11:30:18 adrian Exp $
+ * $Id$
*
* DEBUG: section 81 CPU Profiling Routines
* AUTHOR: Andres Kroonmaa
diff -u -r -N squid-3.1.0.4/src/ProtoPort.cc squid-3.1.0.5/src/ProtoPort.cc
--- squid-3.1.0.4/src/ProtoPort.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ProtoPort.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ProtoPort.cc,v 1.1 2008/02/11 22:24:39 rousskov Exp $
+ * $Id$
*
*/
diff -u -r -N squid-3.1.0.4/src/ProtoPort.h squid-3.1.0.5/src/ProtoPort.h
--- squid-3.1.0.4/src/ProtoPort.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/ProtoPort.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: ProtoPort.h,v 1.1 2008/02/11 22:24:39 rousskov Exp $
+ * $Id$
*/
#ifndef SQUID_PROTO_PORT_H
#define SQUID_PROTO_PORT_H
diff -u -r -N squid-3.1.0.4/src/recv-announce.cc squid-3.1.0.5/src/recv-announce.cc
--- squid-3.1.0.4/src/recv-announce.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/recv-announce.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: recv-announce.cc,v 1.26 2003/02/21 22:50:10 robertc Exp $
+ * $Id$
*
* DEBUG: section 0 Announcement Server
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/redirect.cc squid-3.1.0.5/src/redirect.cc
--- squid-3.1.0.4/src/redirect.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/redirect.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: redirect.cc,v 1.125 2008/02/12 23:58:47 rousskov Exp $
+ * $Id$
*
* DEBUG: section 61 Redirector
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/referer.cc squid-3.1.0.5/src/referer.cc
--- squid-3.1.0.4/src/referer.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/referer.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: referer.cc,v 1.10 2007/12/18 11:34:27 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 40 Referer Logging
* AUTHOR: Joe Ramey (useragent)
diff -u -r -N squid-3.1.0.4/src/refresh.cc squid-3.1.0.5/src/refresh.cc
--- squid-3.1.0.4/src/refresh.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/refresh.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: refresh.cc,v 1.76 2007/05/24 01:45:03 hno Exp $
+ * $Id$
*
* DEBUG: section 22 Refresh Calculation
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/RemovalPolicy.cc squid-3.1.0.5/src/RemovalPolicy.cc
--- squid-3.1.0.4/src/RemovalPolicy.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/RemovalPolicy.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: RemovalPolicy.cc,v 1.2 2007/04/25 11:30:18 adrian Exp $
+ * $Id$
*
* DEBUG: none Common Removal Policy
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/RemovalPolicy.h squid-3.1.0.5/src/RemovalPolicy.h
--- squid-3.1.0.4/src/RemovalPolicy.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/RemovalPolicy.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: RemovalPolicy.h,v 1.1 2006/08/21 00:50:41 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/repl/heap/store_heap_replacement.cc squid-3.1.0.5/src/repl/heap/store_heap_replacement.cc
--- squid-3.1.0.4/src/repl/heap/store_heap_replacement.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/repl/heap/store_heap_replacement.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_heap_replacement.cc,v 1.15 2007/04/28 22:26:51 hno Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Heap-based replacement
* AUTHOR: John Dilley
diff -u -r -N squid-3.1.0.4/src/repl/heap/store_repl_heap.cc squid-3.1.0.5/src/repl/heap/store_repl_heap.cc
--- squid-3.1.0.4/src/repl/heap/store_repl_heap.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/repl/heap/store_repl_heap.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_repl_heap.cc,v 1.25 2007/04/30 16:56:19 wessels Exp $
+ * $Id$
*
* DEBUG: section 81 Store HEAP Removal Policies
* AUTHOR: Henrik Nordstrom
diff -u -r -N squid-3.1.0.4/src/repl/lru/store_repl_lru.cc squid-3.1.0.5/src/repl/lru/store_repl_lru.cc
--- squid-3.1.0.4/src/repl/lru/store_repl_lru.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/repl/lru/store_repl_lru.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_repl_lru.cc,v 1.22 2007/04/25 11:30:19 adrian Exp $
+ * $Id$
*
* DEBUG: none LRU Removal Policy
* AUTHOR: Henrik Nordstrom
diff -u -r -N squid-3.1.0.4/src/repl/Makefile.am squid-3.1.0.5/src/repl/Makefile.am
--- squid-3.1.0.4/src/repl/Makefile.am 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/repl/Makefile.am 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.7 2005/08/20 21:08:38 serassio Exp $
+# $Id$
#
AUTOMAKE_OPTIONS = subdir-objects
diff -u -r -N squid-3.1.0.4/src/repl/Makefile.in squid-3.1.0.5/src/repl/Makefile.in
--- squid-3.1.0.4/src/repl/Makefile.in 2009-01-23 18:38:00.000000000 +1300
+++ squid-3.1.0.5/src/repl/Makefile.in 2009-02-03 14:16:02.000000000 +1300
@@ -16,7 +16,7 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.7 2005/08/20 21:08:38 serassio Exp $
+# $Id$
#
srcdir = @srcdir@
diff -u -r -N squid-3.1.0.4/src/send-announce.cc squid-3.1.0.5/src/send-announce.cc
--- squid-3.1.0.4/src/send-announce.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/send-announce.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: send-announce.cc,v 1.69 2007/12/14 23:11:48 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 27 Cache Announcer
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/Server.cc squid-3.1.0.5/src/Server.cc
--- squid-3.1.0.4/src/Server.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/Server.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: Server.cc,v 1.26 2008/02/18 22:51:21 rousskov Exp $
+ * $Id$
*
* DEBUG:
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/Server.h squid-3.1.0.5/src/Server.h
--- squid-3.1.0.4/src/Server.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/Server.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: Server.h,v 1.13 2008/02/12 23:55:26 rousskov Exp $
+ * $Id$
*
* AUTHOR: Duane Wessels
*
diff -u -r -N squid-3.1.0.4/src/snmp_agent.cc squid-3.1.0.5/src/snmp_agent.cc
--- squid-3.1.0.4/src/snmp_agent.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/snmp_agent.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: snmp_agent.cc,v 1.98 2007/12/27 01:58:19 hno Exp $
+ * $Id$
*
* DEBUG: section 49 SNMP Interface
* AUTHOR: Kostas Anagnostakis
diff -u -r -N squid-3.1.0.4/src/SquidNew.cc squid-3.1.0.5/src/SquidNew.cc
--- squid-3.1.0.4/src/SquidNew.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/SquidNew.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: SquidNew.cc,v 1.2 2007/04/25 11:30:18 adrian Exp $
+ * $Id$
*
* DEBUG: none Memory Allocation
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/SquidString.h squid-3.1.0.5/src/SquidString.h
--- squid-3.1.0.4/src/SquidString.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/SquidString.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: SquidString.h,v 1.16 2008/02/11 23:01:23 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 67 String
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/ssl_support.cc squid-3.1.0.5/src/ssl_support.cc
--- squid-3.1.0.4/src/ssl_support.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/ssl_support.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ssl_support.cc,v 1.38 2008/02/26 21:49:35 amosjeffries Exp $
+ * $Id$
*
* AUTHOR: Benno Rice
* DEBUG: section 83 SSL accelerator support
diff -u -r -N squid-3.1.0.4/src/ssl_support.h squid-3.1.0.5/src/ssl_support.h
--- squid-3.1.0.4/src/ssl_support.h 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/ssl_support.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ssl_support.h,v 1.15 2008/02/26 21:49:35 amosjeffries Exp $
+ * $Id$
*
* AUTHOR: Benno Rice
*
diff -u -r -N squid-3.1.0.4/src/stat.cc squid-3.1.0.5/src/stat.cc
--- squid-3.1.0.4/src/stat.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/stat.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stat.cc,v 1.414 2008/02/12 23:58:47 rousskov Exp $
+ * $Id$
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/StatHist.cc squid-3.1.0.5/src/StatHist.cc
--- squid-3.1.0.4/src/StatHist.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StatHist.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StatHist.cc,v 1.34 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 62 Generic Histogram
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/stmem.cc squid-3.1.0.5/src/stmem.cc
--- squid-3.1.0.4/src/stmem.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/stmem.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: stmem.cc,v 1.93 2007/12/27 01:58:19 hno Exp $
+ * $Id$
*
* DEBUG: section 19 Store Memory Primitives
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/stmem.h squid-3.1.0.5/src/stmem.h
--- squid-3.1.0.4/src/stmem.h 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/stmem.h 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: stmem.h,v 1.10 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/store.cc squid-3.1.0.5/src/store.cc
--- squid-3.1.0.4/src/store.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/store.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store.cc,v 1.620 2008/02/12 23:33:48 rousskov Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/Store.cci squid-3.1.0.5/src/Store.cci
--- squid-3.1.0.4/src/Store.cci 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/Store.cci 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: Store.cci,v 1.3 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/store_client.cc squid-3.1.0.5/src/store_client.cc
--- squid-3.1.0.4/src/store_client.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/store_client.cc 2009-02-03 14:15:38.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_client.cc,v 1.160 2008/01/07 17:12:28 hno Exp $
+ * $Id$
*
* DEBUG: section 90 Storage Manager Client-Side Interface
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/StoreClient.h squid-3.1.0.5/src/StoreClient.h
--- squid-3.1.0.4/src/StoreClient.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreClient.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreClient.h,v 1.15 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/store_digest.cc squid-3.1.0.5/src/store_digest.cc
--- squid-3.1.0.4/src/store_digest.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/store_digest.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_digest.cc,v 1.77 2008/01/07 17:12:28 hno Exp $
+ * $Id$
*
* DEBUG: section 71 Store Digest Manager
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/store_dir.cc squid-3.1.0.5/src/store_dir.cc
--- squid-3.1.0.4/src/store_dir.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/store_dir.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_dir.cc,v 1.163 2007/09/28 00:22:38 hno Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/StoreEntryStream.h squid-3.1.0.5/src/StoreEntryStream.h
--- squid-3.1.0.4/src/StoreEntryStream.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreEntryStream.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreEntryStream.h,v 1.5 2007/08/14 10:09:23 serassio Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/StoreFileSystem.cc squid-3.1.0.5/src/StoreFileSystem.cc
--- squid-3.1.0.4/src/StoreFileSystem.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreFileSystem.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreFileSystem.cc,v 1.2 2006/05/29 00:15:01 robertc Exp $
+ * $Id$
*
* DEBUG: section 92 Storage File System
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/StoreFileSystem.h squid-3.1.0.5/src/StoreFileSystem.h
--- squid-3.1.0.4/src/StoreFileSystem.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreFileSystem.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreFileSystem.h,v 1.2 2006/05/29 00:15:01 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/Store.h squid-3.1.0.5/src/Store.h
--- squid-3.1.0.4/src/Store.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/Store.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: Store.h,v 1.44 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/StoreHashIndex.h squid-3.1.0.5/src/StoreHashIndex.h
--- squid-3.1.0.4/src/StoreHashIndex.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreHashIndex.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreHashIndex.h,v 1.5 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/StoreIOBuffer.h squid-3.1.0.5/src/StoreIOBuffer.h
--- squid-3.1.0.4/src/StoreIOBuffer.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreIOBuffer.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreIOBuffer.h,v 1.7 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/StoreIOState.cc squid-3.1.0.5/src/StoreIOState.cc
--- squid-3.1.0.4/src/StoreIOState.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreIOState.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreIOState.cc,v 1.6 2007/04/25 11:30:18 adrian Exp $
+ * $Id$
*
* DEBUG: section 20 Swap Dir base object
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/StoreIOState.h squid-3.1.0.5/src/StoreIOState.h
--- squid-3.1.0.4/src/StoreIOState.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreIOState.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreIOState.h,v 1.10 2006/08/21 00:50:41 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/store_key_md5.cc squid-3.1.0.5/src/store_key_md5.cc
--- squid-3.1.0.4/src/store_key_md5.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/store_key_md5.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_key_md5.cc,v 1.38 2008/02/03 10:00:30 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager MD5 Cache Keys
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/store_log.cc squid-3.1.0.5/src/store_log.cc
--- squid-3.1.0.4/src/store_log.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/store_log.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: store_log.cc,v 1.37 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Logging Functions
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/StoreMeta.cc squid-3.1.0.5/src/StoreMeta.cc
--- squid-3.1.0.4/src/StoreMeta.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMeta.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreMeta.cc,v 1.8 2007/12/14 20:07:15 hno Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Swapfile Metadata
* AUTHOR: Kostas Anagnostakis
diff -u -r -N squid-3.1.0.4/src/StoreMeta.h squid-3.1.0.5/src/StoreMeta.h
--- squid-3.1.0.4/src/StoreMeta.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMeta.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreMeta.h,v 1.3 2003/08/04 22:14:41 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/StoreMetaMD5.cc squid-3.1.0.5/src/StoreMetaMD5.cc
--- squid-3.1.0.4/src/StoreMetaMD5.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaMD5.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreMetaMD5.cc,v 1.6 2007/11/15 16:47:35 wessels Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Swapfile Metadata
* AUTHOR: Kostas Anagnostakis
diff -u -r -N squid-3.1.0.4/src/StoreMetaMD5.h squid-3.1.0.5/src/StoreMetaMD5.h
--- squid-3.1.0.4/src/StoreMetaMD5.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaMD5.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreMetaMD5.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/StoreMetaObjSize.h squid-3.1.0.5/src/StoreMetaObjSize.h
--- squid-3.1.0.4/src/StoreMetaObjSize.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaObjSize.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreMetaObjSize.h,v 1.1 2007/09/19 08:54:51 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/StoreMetaSTD.cc squid-3.1.0.5/src/StoreMetaSTD.cc
--- squid-3.1.0.4/src/StoreMetaSTD.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaSTD.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreMetaSTD.cc,v 1.5 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Swapfile Metadata
* AUTHOR: Kostas Anagnostakis
diff -u -r -N squid-3.1.0.4/src/StoreMetaSTD.h squid-3.1.0.5/src/StoreMetaSTD.h
--- squid-3.1.0.4/src/StoreMetaSTD.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaSTD.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreMetaSTD.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/StoreMetaSTDLFS.cc squid-3.1.0.5/src/StoreMetaSTDLFS.cc
--- squid-3.1.0.4/src/StoreMetaSTDLFS.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaSTDLFS.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreMetaSTDLFS.cc,v 1.1 2007/08/13 17:22:30 hno Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Swapfile Metadata
*
diff -u -r -N squid-3.1.0.4/src/StoreMetaSTDLFS.h squid-3.1.0.5/src/StoreMetaSTDLFS.h
--- squid-3.1.0.4/src/StoreMetaSTDLFS.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaSTDLFS.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreMetaSTDLFS.h,v 1.2 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/StoreMetaUnpacker.cc squid-3.1.0.5/src/StoreMetaUnpacker.cc
--- squid-3.1.0.4/src/StoreMetaUnpacker.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaUnpacker.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreMetaUnpacker.cc,v 1.7 2008/01/07 17:12:28 hno Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Swapfile Unpacker
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/StoreMetaUnpacker.h squid-3.1.0.5/src/StoreMetaUnpacker.h
--- squid-3.1.0.4/src/StoreMetaUnpacker.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaUnpacker.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreMetaUnpacker.h,v 1.3 2008/01/07 17:12:28 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/StoreMetaURL.cc squid-3.1.0.5/src/StoreMetaURL.cc
--- squid-3.1.0.4/src/StoreMetaURL.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaURL.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreMetaURL.cc,v 1.5 2007/04/28 22:26:37 hno Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Swapfile Metadata
* AUTHOR: Kostas Anagnostakis
diff -u -r -N squid-3.1.0.4/src/StoreMetaURL.h squid-3.1.0.5/src/StoreMetaURL.h
--- squid-3.1.0.4/src/StoreMetaURL.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaURL.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreMetaURL.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/StoreMetaVary.cc squid-3.1.0.5/src/StoreMetaVary.cc
--- squid-3.1.0.4/src/StoreMetaVary.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaVary.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreMetaVary.cc,v 1.4 2004/08/30 05:12:31 robertc Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Swapfile Metadata
* AUTHOR: Kostas Anagnostakis
diff -u -r -N squid-3.1.0.4/src/StoreMetaVary.h squid-3.1.0.5/src/StoreMetaVary.h
--- squid-3.1.0.4/src/StoreMetaVary.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreMetaVary.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreMetaVary.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/store_rebuild.cc squid-3.1.0.5/src/store_rebuild.cc
--- squid-3.1.0.4/src/store_rebuild.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/store_rebuild.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_rebuild.cc,v 1.89 2007/04/28 22:26:38 hno Exp $
+ * $Id$
*
* DEBUG: section 20 Store Rebuild Routines
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/StoreSearch.h squid-3.1.0.5/src/StoreSearch.h
--- squid-3.1.0.4/src/StoreSearch.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreSearch.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StoreSearch.h,v 1.1 2005/01/03 16:08:25 robertc Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/store_swapin.cc squid-3.1.0.5/src/store_swapin.cc
--- squid-3.1.0.4/src/store_swapin.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/store_swapin.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_swapin.cc,v 1.40 2007/04/28 22:26:38 hno Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Swapin Functions
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/StoreSwapLogData.cc squid-3.1.0.5/src/StoreSwapLogData.cc
--- squid-3.1.0.4/src/StoreSwapLogData.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreSwapLogData.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreSwapLogData.cc,v 1.4 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/StoreSwapLogData.h squid-3.1.0.5/src/StoreSwapLogData.h
--- squid-3.1.0.4/src/StoreSwapLogData.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/StoreSwapLogData.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: StoreSwapLogData.h,v 1.6 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
* ----------------------------------------------------------
diff -u -r -N squid-3.1.0.4/src/store_swapmeta.cc squid-3.1.0.5/src/store_swapmeta.cc
--- squid-3.1.0.4/src/store_swapmeta.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/store_swapmeta.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_swapmeta.cc,v 1.28 2008/01/07 17:12:28 hno Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Swapfile Metadata
* AUTHOR: Kostas Anagnostakis
diff -u -r -N squid-3.1.0.4/src/store_swapout.cc squid-3.1.0.5/src/store_swapout.cc
--- squid-3.1.0.4/src/store_swapout.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/store_swapout.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: store_swapout.cc,v 1.120 2007/08/16 22:03:32 hno Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager Swapout Functions
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/String.cc squid-3.1.0.5/src/String.cc
--- squid-3.1.0.4/src/String.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/String.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: String.cc,v 1.30 2008/01/23 23:08:58 rousskov Exp $
+ * $Id$
*
* DEBUG: section 67 String
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/String.cci squid-3.1.0.5/src/String.cci
--- squid-3.1.0.4/src/String.cci 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/String.cci 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: String.cci,v 1.12 2008/02/11 23:01:23 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 67 String
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/SwapDir.cc squid-3.1.0.5/src/SwapDir.cc
--- squid-3.1.0.4/src/SwapDir.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/SwapDir.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: SwapDir.cc,v 1.14 2007/08/13 17:20:51 hno Exp $
+ * $Id$
*
* DEBUG: section 20 Swap Dir base object
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/SwapDir.h squid-3.1.0.5/src/SwapDir.h
--- squid-3.1.0.4/src/SwapDir.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/SwapDir.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: SwapDir.h,v 1.15 2007/09/28 00:22:37 hno Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/tests/stub_access_log.cc squid-3.1.0.5/src/tests/stub_access_log.cc
--- squid-3.1.0.4/src/tests/stub_access_log.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_access_log.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_access_log.cc,v 1.1 2006/04/18 12:46:13 robertc Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_acl.cc squid-3.1.0.5/src/tests/stub_acl.cc
--- squid-3.1.0.4/src/tests/stub_acl.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_acl.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_acl.cc,v 1.1 2004/08/30 03:29:02 robertc Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_cache_cf.cc squid-3.1.0.5/src/tests/stub_cache_cf.cc
--- squid-3.1.0.4/src/tests/stub_cache_cf.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_cache_cf.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_cache_cf.cc,v 1.4 2007/04/06 12:15:52 serassio Exp $
+ * $Id$
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_client_side_request.cc squid-3.1.0.5/src/tests/stub_client_side_request.cc
--- squid-3.1.0.4/src/tests/stub_client_side_request.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_client_side_request.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_client_side_request.cc,v 1.1 2006/04/25 07:13:34 robertc Exp $
+ * $Id$
*
* AUTHOR: Robert Collins
*
diff -u -r -N squid-3.1.0.4/src/tests/stub_comm.cc squid-3.1.0.5/src/tests/stub_comm.cc
--- squid-3.1.0.4/src/tests/stub_comm.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_comm.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_comm.cc,v 1.7 2008/02/26 00:19:59 rousskov Exp $
+ * $Id$
*
* DEBUG: section 84 Helper process maintenance
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_DelayId.cc squid-3.1.0.5/src/tests/stub_DelayId.cc
--- squid-3.1.0.4/src/tests/stub_DelayId.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_DelayId.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_DelayId.cc,v 1.1 2006/04/18 12:46:13 robertc Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_errorpage.cc squid-3.1.0.5/src/tests/stub_errorpage.cc
--- squid-3.1.0.4/src/tests/stub_errorpage.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_errorpage.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_errorpage.cc,v 1.3 2006/08/21 00:50:47 robertc Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_fd.cc squid-3.1.0.5/src/tests/stub_fd.cc
--- squid-3.1.0.4/src/tests/stub_fd.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_fd.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_fd.cc,v 1.1 2005/01/03 16:08:27 robertc Exp $
+ * $Id$
*
* DEBUG: section 84 Helper process maintenance
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_helper.cc squid-3.1.0.5/src/tests/stub_helper.cc
--- squid-3.1.0.4/src/tests/stub_helper.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_helper.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_helper.cc,v 1.3 2007/05/07 19:54:58 wessels Exp $
+ * $Id$
*
* DEBUG: section 84 Helper process maintenance
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_http.cc squid-3.1.0.5/src/tests/stub_http.cc
--- squid-3.1.0.4/src/tests/stub_http.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_http.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_http.cc,v 1.1 2005/01/03 16:08:27 robertc Exp $
+ * $Id$
*
* DEBUG: section 84 Helper process maintenance
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_HttpReply.cc squid-3.1.0.5/src/tests/stub_HttpReply.cc
--- squid-3.1.0.4/src/tests/stub_HttpReply.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_HttpReply.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_HttpReply.cc,v 1.5 2008/01/20 08:54:33 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 84 Helper process maintenance
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_HttpRequest.cc squid-3.1.0.5/src/tests/stub_HttpRequest.cc
--- squid-3.1.0.4/src/tests/stub_HttpRequest.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_HttpRequest.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_HttpRequest.cc,v 1.5 2008/01/20 08:54:33 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_internal.cc squid-3.1.0.5/src/tests/stub_internal.cc
--- squid-3.1.0.4/src/tests/stub_internal.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_internal.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_internal.cc,v 1.1 2005/01/03 16:08:27 robertc Exp $
+ * $Id$
*
* DEBUG: section 84 Helper process maintenance
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_MemObject.cc squid-3.1.0.5/src/tests/stub_MemObject.cc
--- squid-3.1.0.4/src/tests/stub_MemObject.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_MemObject.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_MemObject.cc,v 1.8 2007/08/14 02:14:44 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 84 Helper process maintenance
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_mime.cc squid-3.1.0.5/src/tests/stub_mime.cc
--- squid-3.1.0.4/src/tests/stub_mime.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_mime.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_mime.cc,v 1.1 2006/04/18 12:46:13 robertc Exp $
+ * $Id$
*
* DEBUG: section 28 Access Control
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_store.cc squid-3.1.0.5/src/tests/stub_store.cc
--- squid-3.1.0.4/src/tests/stub_store.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_store.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_store.cc,v 1.3 2007/04/21 07:14:20 wessels Exp $
+ * $Id$
*
* DEBUG: section 20 Storage Manager
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_store_client.cc squid-3.1.0.5/src/tests/stub_store_client.cc
--- squid-3.1.0.4/src/tests/stub_store_client.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_store_client.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_store_client.cc,v 1.4 2007/08/17 00:56:40 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 84 Helper process maintenance
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_store_rebuild.cc squid-3.1.0.5/src/tests/stub_store_rebuild.cc
--- squid-3.1.0.4/src/tests/stub_store_rebuild.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_store_rebuild.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_store_rebuild.cc,v 1.1 2005/01/03 16:08:27 robertc Exp $
+ * $Id$
*
* DEBUG: section 84 Helper process maintenance
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_store_swapout.cc squid-3.1.0.5/src/tests/stub_store_swapout.cc
--- squid-3.1.0.4/src/tests/stub_store_swapout.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_store_swapout.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_store_swapout.cc,v 1.3 2007/04/17 23:05:20 wessels Exp $
+ * $Id$
*
* DEBUG: section 84 Helper process maintenance
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/tests/stub_tools.cc squid-3.1.0.5/src/tests/stub_tools.cc
--- squid-3.1.0.4/src/tests/stub_tools.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/stub_tools.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: stub_tools.cc,v 1.3 2006/09/14 20:13:23 serassio Exp $
+ * $Id$
*
* AUTHOR: Robert Collins
*
diff -u -r -N squid-3.1.0.4/src/tests/test_http_range.cc squid-3.1.0.5/src/tests/test_http_range.cc
--- squid-3.1.0.4/src/tests/test_http_range.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tests/test_http_range.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: test_http_range.cc,v 1.3 2007/05/29 13:31:48 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 64 HTTP Range Header
* AUTHOR: Alex Rousskov
diff -u -r -N squid-3.1.0.4/src/time.cc squid-3.1.0.5/src/time.cc
--- squid-3.1.0.4/src/time.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/time.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: time.cc,v 1.4 2007/12/14 23:11:48 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 21 Time Functions
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/tools.cc squid-3.1.0.5/src/tools.cc
--- squid-3.1.0.4/src/tools.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tools.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: tools.cc,v 1.281 2008/02/11 22:44:50 rousskov Exp $
+ * $Id$
*
* DEBUG: section 21 Misc Functions
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/tunnel.cc squid-3.1.0.5/src/tunnel.cc
--- squid-3.1.0.4/src/tunnel.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/tunnel.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: tunnel.cc,v 1.177 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 26 Secure Sockets Layer Proxy
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/typedefs.h squid-3.1.0.5/src/typedefs.h
--- squid-3.1.0.4/src/typedefs.h 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/typedefs.h 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: typedefs.h,v 1.194 2008/02/26 21:49:35 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/ufsdump.cc squid-3.1.0.5/src/ufsdump.cc
--- squid-3.1.0.4/src/ufsdump.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/ufsdump.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ufsdump.cc,v 1.11 2007/11/15 16:47:35 wessels Exp $
+ * $Id$
*
* DEBUG: section 0 UFS Store Dump
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/unlinkd.cc squid-3.1.0.5/src/unlinkd.cc
--- squid-3.1.0.4/src/unlinkd.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/unlinkd.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: unlinkd.cc,v 1.65 2007/12/14 23:11:48 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 2 Unlink Daemon
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/unlinkd_daemon.cc squid-3.1.0.5/src/unlinkd_daemon.cc
--- squid-3.1.0.4/src/unlinkd_daemon.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/unlinkd_daemon.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: unlinkd_daemon.cc,v 1.2 2008/02/26 21:49:35 amosjeffries Exp $
+ * $Id$
*
* DEBUG: - Unlink Daemon
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/url.cc squid-3.1.0.5/src/url.cc
--- squid-3.1.0.4/src/url.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/url.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: url.cc,v 1.165 2008/02/03 10:00:30 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 23 URL Parsing
* AUTHOR: Duane Wessels
diff -u -r -N squid-3.1.0.4/src/URL.h squid-3.1.0.5/src/URL.h
--- squid-3.1.0.4/src/URL.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/URL.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: URL.h,v 1.2 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/URLScheme.cc squid-3.1.0.5/src/URLScheme.cc
--- squid-3.1.0.4/src/URLScheme.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/URLScheme.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: URLScheme.cc,v 1.1 2006/05/08 23:38:33 robertc Exp $
+ * $Id$
*
* DEBUG: section 23 URL Scheme parsing
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/src/URLScheme.h squid-3.1.0.5/src/URLScheme.h
--- squid-3.1.0.4/src/URLScheme.h 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/URLScheme.h 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: URLScheme.h,v 1.2 2006/05/10 23:40:38 wessels Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/src/urn.cc squid-3.1.0.5/src/urn.cc
--- squid-3.1.0.4/src/urn.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/urn.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: urn.cc,v 1.109 2008/01/20 08:54:28 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 52 URN Parsing
* AUTHOR: Kostas Anagnostakis
diff -u -r -N squid-3.1.0.4/src/useragent.cc squid-3.1.0.5/src/useragent.cc
--- squid-3.1.0.4/src/useragent.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/useragent.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: useragent.cc,v 1.31 2007/04/28 22:26:38 hno Exp $
+ * $Id$
*
* DEBUG: section 40 User-Agent Logging
* AUTHOR: Joe Ramey
diff -u -r -N squid-3.1.0.4/src/wccp.cc squid-3.1.0.5/src/wccp.cc
--- squid-3.1.0.4/src/wccp.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/wccp.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: wccp.cc,v 1.45 2007/12/14 23:11:48 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 80 WCCP Support
* AUTHOR: Glenn Chisholm
diff -u -r -N squid-3.1.0.4/src/whois.cc squid-3.1.0.5/src/whois.cc
--- squid-3.1.0.4/src/whois.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/whois.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: whois.cc,v 1.45 2007/05/29 13:31:41 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 75 WHOIS protocol
* AUTHOR: Duane Wessels, Kostas Anagnostakis
diff -u -r -N squid-3.1.0.4/src/win32.cc squid-3.1.0.5/src/win32.cc
--- squid-3.1.0.4/src/win32.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/win32.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: win32.cc,v 1.27 2008/01/20 17:13:22 serassio Exp $
+ * $Id$
*
* Windows support
* AUTHOR: Guido Serassio
@@ -62,13 +62,11 @@
localhost.SetLocalhost();
-#if !IPV6_SPECIAL_LOCALHOST
/* INET6: back-compatible: localhost pipes default to IPv4 unless set otherwise.
* it is blocked by untested helpers on many admins configs
* if this proves to be wrong it can die easily.
*/
localhost.SetIPv4();
-#endif
handles[0] = handles[1] = -1;
diff -u -r -N squid-3.1.0.4/src/WinSvc.cc squid-3.1.0.5/src/WinSvc.cc
--- squid-3.1.0.4/src/WinSvc.cc 2009-01-23 18:37:36.000000000 +1300
+++ squid-3.1.0.5/src/WinSvc.cc 2009-02-03 14:15:37.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: WinSvc.cc,v 1.6 2008/02/17 19:30:12 serassio Exp $
+ * $Id$
*
* Windows support
* AUTHOR: Guido Serassio
diff -u -r -N squid-3.1.0.4/src/wordlist.cc squid-3.1.0.5/src/wordlist.cc
--- squid-3.1.0.4/src/wordlist.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/wordlist.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: wordlist.cc,v 1.1 2006/04/23 11:10:32 robertc Exp $
+ * $Id$
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
diff -u -r -N squid-3.1.0.4/src/wordlist.h squid-3.1.0.5/src/wordlist.h
--- squid-3.1.0.4/src/wordlist.h 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/src/wordlist.h 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: wordlist.h,v 1.1 2006/04/23 11:10:32 robertc Exp $
+ * $Id$
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
diff -u -r -N squid-3.1.0.4/test-suite/debug.cc squid-3.1.0.5/test-suite/debug.cc
--- squid-3.1.0.4/test-suite/debug.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/debug.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: debug.cc,v 1.2 2003/07/08 22:38:50 robertc Exp $
+ * $Id$
*
* DEBUG: section 19 Store Memory Primitives
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/test-suite/ESIExpressions.cc squid-3.1.0.5/test-suite/ESIExpressions.cc
--- squid-3.1.0.4/test-suite/ESIExpressions.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/ESIExpressions.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: ESIExpressions.cc,v 1.1 2003/07/14 14:16:12 robertc Exp $
+ * $Id$
*
* DEBUG: section 86 ESI Expressions
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/test-suite/Makefile.am squid-3.1.0.5/test-suite/Makefile.am
--- squid-3.1.0.4/test-suite/Makefile.am 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/Makefile.am 2009-02-03 14:15:39.000000000 +1300
@@ -1,7 +1,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.20 2007/01/04 20:52:57 hno Exp $
+# $Id$
#
AUTOMAKE_OPTIONS = subdir-objects
diff -u -r -N squid-3.1.0.4/test-suite/Makefile.in squid-3.1.0.5/test-suite/Makefile.in
--- squid-3.1.0.4/test-suite/Makefile.in 2009-01-23 18:38:01.000000000 +1300
+++ squid-3.1.0.5/test-suite/Makefile.in 2009-02-03 14:16:03.000000000 +1300
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.20 2007/01/04 20:52:57 hno Exp $
+# $Id$
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff -u -r -N squid-3.1.0.4/test-suite/mem_hdr_test.cc squid-3.1.0.5/test-suite/mem_hdr_test.cc
--- squid-3.1.0.4/test-suite/mem_hdr_test.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/mem_hdr_test.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: mem_hdr_test.cc,v 1.6 2007/08/15 04:08:30 amosjeffries Exp $
+ * $Id$
*
* DEBUG: section 19 Store Memory Primitives
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/test-suite/mem_node_test.cc squid-3.1.0.5/test-suite/mem_node_test.cc
--- squid-3.1.0.4/test-suite/mem_node_test.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/mem_node_test.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: mem_node_test.cc,v 1.6 2004/08/30 03:29:03 robertc Exp $
+ * $Id$
*
* DEBUG: section 19 Store Memory Primitives
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/test-suite/MemPoolTest.cc squid-3.1.0.5/test-suite/MemPoolTest.cc
--- squid-3.1.0.4/test-suite/MemPoolTest.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/MemPoolTest.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: MemPoolTest.cc,v 1.6 2006/09/03 21:05:22 hno Exp $
+ * $Id$
*
* AUTHOR: Robert Collins
*
diff -u -r -N squid-3.1.0.4/test-suite/refcount.cc squid-3.1.0.5/test-suite/refcount.cc
--- squid-3.1.0.4/test-suite/refcount.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/refcount.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: refcount.cc,v 1.4 2003/08/04 22:14:58 robertc Exp $
+ * $Id$
*
* DEBUG: section xx Refcount allocator
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/test-suite/rfc1738.cc squid-3.1.0.5/test-suite/rfc1738.cc
--- squid-3.1.0.4/test-suite/rfc1738.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/rfc1738.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: rfc1738.cc,v 1.1 2003/04/22 01:37:44 robertc Exp $
+ * $Id$
*
* DEBUG: section xx RFC 1738 string [un]escaping
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/test-suite/splay.cc squid-3.1.0.5/test-suite/splay.cc
--- squid-3.1.0.4/test-suite/splay.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/splay.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: splay.cc,v 1.8 2006/04/25 10:40:29 serassio Exp $
+ * $Id$
*
* based on ftp://ftp.cs.cmu.edu/user/sleator/splaying/top-down-splay.c
* http://bobo.link.cs.cmu.edu/cgi-bin/splay/splay-cgi.pl
diff -u -r -N squid-3.1.0.4/test-suite/StackTest.cc squid-3.1.0.5/test-suite/StackTest.cc
--- squid-3.1.0.4/test-suite/StackTest.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/StackTest.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: StackTest.cc,v 1.1 2003/07/14 10:36:44 robertc Exp $
+ * $Id$
*
* DEBUG: section 19 Store Memory Primitives
* AUTHOR: Robert Collins
diff -u -r -N squid-3.1.0.4/test-suite/syntheticoperators.cc squid-3.1.0.5/test-suite/syntheticoperators.cc
--- squid-3.1.0.4/test-suite/syntheticoperators.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/syntheticoperators.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: syntheticoperators.cc,v 1.1 2003/07/10 01:31:51 robertc Exp $
+ * $Id$
*
* AUTHOR: Robert Collins
*
diff -u -r -N squid-3.1.0.4/test-suite/tcp-banger2.c squid-3.1.0.5/test-suite/tcp-banger2.c
--- squid-3.1.0.4/test-suite/tcp-banger2.c 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/tcp-banger2.c 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
#include "config.h"
-/* $Id: tcp-banger2.c,v 1.25 2006/09/26 12:31:11 hno Exp $ */
+/* $Id$
/*
* On some systems, FD_SETSIZE is set to something lower than the
diff -u -r -N squid-3.1.0.4/test-suite/test_tools.cc squid-3.1.0.5/test-suite/test_tools.cc
--- squid-3.1.0.4/test-suite/test_tools.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/test_tools.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,5 +1,5 @@
/*
- * $Id: test_tools.cc,v 1.11 2008/02/26 18:52:54 rousskov Exp $
+ * $Id$
*/
// XXX: This file is made of large pieces of src/debug.cc and src/tools.cc
diff -u -r -N squid-3.1.0.4/test-suite/VirtualDeleteOperator.cc squid-3.1.0.5/test-suite/VirtualDeleteOperator.cc
--- squid-3.1.0.4/test-suite/VirtualDeleteOperator.cc 2009-01-23 18:37:38.000000000 +1300
+++ squid-3.1.0.5/test-suite/VirtualDeleteOperator.cc 2009-02-03 14:15:39.000000000 +1300
@@ -1,6 +1,6 @@
/*
- * $Id: VirtualDeleteOperator.cc,v 1.2 2004/08/15 17:41:28 robertc Exp $
+ * $Id$
*
* AUTHOR: Robert Collins
*