]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
15 years agoBootstrapped SQUID_3_0_STABLE7
Henrik Nordstrom [Sat, 21 Jun 2008 00:14:22 +0000 (18:14 -0600)] 
Bootstrapped

15 years agoRebuild Release Notes
Amos Jeffries [Fri, 20 Jun 2008 12:55:18 +0000 (00:55 +1200)] 
Rebuild Release Notes

15 years agoPrep for STABLE7
Amos Jeffries [Fri, 20 Jun 2008 12:53:34 +0000 (06:53 -0600)] 
Prep for STABLE7

15 years agoBug 1566 (also Bug 975): esi:include aborts with lock assert
Amos Jeffries [Fri, 20 Jun 2008 12:46:59 +0000 (06:46 -0600)] 
Bug 1566 (also Bug 975): esi:include aborts with lock assert

Proper fix requires callers inserting HTTPMSGLOCK() when the base rep
pointers are set, and HTTPMSGUNLOCK() macros when done. The lock/unlock
mechanism will take care of garbage collection in the background if used
properly.

The function this patches has no need to perform any of that itself
either way (it's a * not a ** ptr parameter so _cannot_ be safely deleted).

I'm cementing the temporary fix for 975 and 1566 as a permanent one and
documenting the correct requirements of the functions callers to prevent
memory leaks.

If leaks are found it will be separate bugs in the calling code related
to bad refcounting.

15 years agoNetfilter headers not detected properly.
Amos Jeffries [Fri, 20 Jun 2008 12:41:29 +0000 (06:41 -0600)] 
Netfilter headers not detected properly.

ip(6)tables v1.4.0 was released with a small bug in its header dependency.
This caused our configure checks for its usability to fail.

Also a mismatch between the code #if .. #endif and configure definitions
caused some pre-compiler logic failures on GCC 4.3.

This fixes both issues and makes Squid operable again when built against
Netfilter xtables v1.4.0

15 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Fri, 20 Jun 2008 12:31:22 +0000 (06:31 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Correct spelling of WCCPv2 dst_port_hash to match the source

15 years agoBug 2384: Assertion failed on ESI page.
Amos Jeffries [Fri, 20 Jun 2008 03:40:55 +0000 (15:40 +1200)] 
Bug 2384: Assertion failed on ESI page.

ESI was deleting its reference to child HTTP requests instead of unlocking
them. Even if they were in use elsewhere.

TODO: A better approach may be to cancel the dependent child request
entirely and close its resources down in a chain-reaction.

15 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Thu, 19 Jun 2008 05:37:04 +0000 (23:37 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Reject ridiculously large ASN.1 lengths

15 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Thu, 19 Jun 2008 05:35:31 +0000 (23:35 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Fix SNMP reporting of counters with a value >= 0xFF800000

The ASN.1 encoding of unsigned integers incorrectly compressed the value
as if it was a signed integer, truncating leading 0xFF octest, causing
0xFF800000 to be send ax 0x800000, 0xFFFF8000 as 0x8000 etc..

15 years agoRoll back. Wrong attributions
Amos Jeffries [Thu, 19 Jun 2008 05:34:00 +0000 (23:34 -0600)] 
Roll back. Wrong attributions

15 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Thu, 19 Jun 2008 05:32:28 +0000 (23:32 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Reject ridiculously large ASN.1 lengths

15 years agoAuthor: JPP <jpp1@frws.com>
Amos Jeffries [Thu, 19 Jun 2008 05:30:26 +0000 (23:30 -0600)] 
Author: JPP <jpp1@frws.com>
logformat docs contain extra whitespace

They also failed to mention that the displayed formats are built-in and
do not need to be defined.

15 years agoUpdate ChangeLog
Amos Jeffries [Sun, 15 Jun 2008 03:39:26 +0000 (21:39 -0600)] 
Update ChangeLog

15 years agoBug 2323 (again): basic auth leaks memory
Amos Jeffries [Fri, 13 Jun 2008 13:43:09 +0000 (07:43 -0600)] 
Bug 2323 (again): basic auth leaks memory

This round was caused by a few missing unlocks causing objects to be
incorrectly identified as in-use during garbage collection.

Future cleanups really need to make these objects true RefCounted.

15 years agoAuthor: Mike Mitchell <Mike.Mitchell@sas.com>
Amos Jeffries [Fri, 13 Jun 2008 10:20:46 +0000 (04:20 -0600)] 
Author: Mike Mitchell <Mike.Mitchell@sas.com>
Bug #2241: weights not applied properly in round-robin peer selection

15 years agoVarious bugs - GCC 4.3 detected
Amos Jeffries [Fri, 13 Jun 2008 05:13:47 +0000 (23:13 -0600)] 
Various bugs - GCC 4.3 detected

15 years agoTypo in documentation
Amos Jeffries [Fri, 13 Jun 2008 04:43:56 +0000 (22:43 -0600)] 
Typo in documentation

15 years agoUpdate ACL docs
Amos Jeffries [Fri, 13 Jun 2008 04:42:05 +0000 (22:42 -0600)] 
Update ACL docs

  - Some regex types were missing -i mentions.
  - Altered auth type to mention intercept alongside transparent
    now that they are distinct in squid
  - Also cosmetic re-order of a few items to provide a some type grouping

15 years agoBootstrapped
Henrik Nordstrom [Thu, 12 Jun 2008 00:50:38 +0000 (18:50 -0600)] 
Bootstrapped

15 years ago3.0 does not have testheaders.sh
Henrik Nordstrom [Thu, 12 Jun 2008 00:41:42 +0000 (18:41 -0600)] 
3.0 does not have testheaders.sh

15 years agoFix possible buffer overrun in rfc1738 encoder
Amos Jeffries [Mon, 2 Jun 2008 11:11:13 +0000 (05:11 -0600)] 
Fix possible buffer overrun in rfc1738 encoder

15 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Mon, 2 Jun 2008 11:07:57 +0000 (05:07 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Simplify linux capabilities version check to avoid repeated #ifdefs cluttering the code

15 years agoBug 2364: Add note that negative_ttl is a HTTP violation
Amos Jeffries [Thu, 29 May 2008 10:48:42 +0000 (04:48 -0600)] 
Bug 2364: Add note that negative_ttl is a HTTP violation

15 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Thu, 29 May 2008 10:40:36 +0000 (04:40 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Bug #1955: Clarify refresh_pattern override-expire option

override-expire applies to both Expires and CC max-age, but comments
only mention Expires..

15 years agoBootstrap and build test fallout
Amos Jeffries [Tue, 27 May 2008 13:23:13 +0000 (07:23 -0600)] 
Bootstrap and build test fallout

15 years agoAuthor: Henrik Nordstrom <hno@squid-cache.org>
Amos Jeffries [Tue, 27 May 2008 12:12:42 +0000 (00:12 +1200)] 
Author: Henrik Nordstrom <hno@squid-cache.org>
Properly dist testheaders.sh

15 years agomake check fix for 3.0
Amos Jeffries [Sat, 24 May 2008 07:33:52 +0000 (19:33 +1200)] 
make check fix for 3.0

15 years agoAmendment to capability debugs
Amos Jeffries [Fri, 23 May 2008 06:43:54 +0000 (18:43 +1200)] 
Amendment to capability debugs

15 years agoAuthor: Bojan Smojver <bojan@rexursive.com>
Amos Jeffries [Fri, 23 May 2008 06:36:37 +0000 (18:36 +1200)] 
Author: Bojan Smojver <bojan@rexursive.com>
Bug 2350: Memory allocation problem in restoreCapabilities(), tools.cc

Part 2 - Kernel folks are suggesting that the code in tools.cc should test
         _LINUX_CAPABILITY_VERSION_1 where possible

15 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Thu, 22 May 2008 14:00:37 +0000 (02:00 +1200)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Bug #2350: Memory allocation problem in restoreCapabilities()

15 years agoUpdate interception documentation and debugging.
Amos Jeffries [Thu, 22 May 2008 12:26:57 +0000 (00:26 +1200)] 
Update interception documentation and debugging.

Adds better documentation on effects of transparent and tproxy flags.

Alters debugging to clearly log components enabled/disabled on startup and
reconfigure of http(s)_port's using interception flags.

15 years agoSilence secondary errors on fatal shutdowns.
Amos Jeffries [Thu, 22 May 2008 06:04:40 +0000 (18:04 +1200)] 
Silence secondary errors on fatal shutdowns.

This patch causes fatal() errors to set the shutdown flag before aborting.
The result of this is that secondary errors not related to the fatal condition
but caused during the shutdown sequence no longer confuse the error traces.

It also cleans up a little broken whitespace formatting in the snmp_core.cc

15 years agoAdd missing helpers/external_acl/mswin_ad_group/Makefile.in SQUID_3_0_STABLE6
Amos Jeffries [Tue, 20 May 2008 15:00:49 +0000 (09:00 -0600)] 
Add missing helpers/external_acl/mswin_ad_group/Makefile.in

15 years agoRelease STABLE6
Amos Jeffries [Tue, 20 May 2008 14:53:01 +0000 (08:53 -0600)] 
Release STABLE6

15 years agoFinal Prep for STABLE6
Amos Jeffries [Tue, 20 May 2008 14:35:08 +0000 (08:35 -0600)] 
Final Prep for STABLE6

15 years agoUpdate Release Notes for STABLE6
Amos Jeffries [Mon, 19 May 2008 12:22:01 +0000 (00:22 +1200)] 
Update Release Notes for STABLE6

15 years agoAuthor: Guido Serassio <serassio@squid-cache.org>
Amos Jeffries [Mon, 19 May 2008 11:42:50 +0000 (05:42 -0600)] 
Author: Guido Serassio <serassio@squid-cache.org>
Updated mswin_check_lm_group documentation

15 years agoBootstrap and build tests
Amos Jeffries [Mon, 19 May 2008 11:41:31 +0000 (05:41 -0600)] 
Bootstrap and build tests

15 years agoAuthor: Guido Serassio <serassio@squid-cache.org>
Amos Jeffries [Mon, 19 May 2008 11:24:47 +0000 (05:24 -0600)] 
Author: Guido Serassio <serassio@squid-cache.org>
Windows port: Added new mswin_check_ad_group external ACL helper

This helper allow the lookup of users's group membership in a Windows
Active Directory domain.
It overcomes the Lan Manager limits of mswin_check_lm_group, but it can be
used only with native Windows Active Directory domains, so mswin_check_lm_group
will not removed from Squid.

15 years agoAuthor: Guido Serassio <serassio@squid-cache.org>
Amos Jeffries [Mon, 19 May 2008 11:08:21 +0000 (05:08 -0600)] 
Author: Guido Serassio <serassio@squid-cache.org>
Windows port: allow build of squid_session on Windows

15 years agoBootstrapped and build tests
Amos Jeffries [Mon, 19 May 2008 05:54:18 +0000 (23:54 -0600)] 
Bootstrapped and build tests

15 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Mon, 19 May 2008 05:24:50 +0000 (23:24 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Correct cachemgr.conf installation rule syntax errors

15 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Mon, 19 May 2008 05:23:01 +0000 (23:23 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
squid_raius_auth needs to include radius-util.h not util.h

15 years agoBootstrapped and build tested
Amos Jeffries [Thu, 15 May 2008 14:05:25 +0000 (08:05 -0600)] 
Bootstrapped and build tested

15 years agoAuthor: Joshua Root <josh+squid@root.id.au>
Amos Jeffries [Thu, 15 May 2008 13:30:53 +0000 (07:30 -0600)] 
Author: Joshua Root <josh+squid@root.id.au>
Bug 2204: configure fails to detect max open files

The behaviour of setrusage has changed in Mac OS X 10.5.

15 years agoRename helpers/basic_auth/squid_radius_auth/util.* to radius-util.*
Amos Jeffries [Thu, 15 May 2008 13:27:32 +0000 (07:27 -0600)] 
Rename helpers/basic_auth/squid_radius_auth/util.* to radius-util.*

They were clashing with Squids' own include/util.h

15 years agoAdd cachemgr.conf.default for easier maintenance
Amos Jeffries [Tue, 13 May 2008 14:51:16 +0000 (08:51 -0600)] 
Add cachemgr.conf.default for easier maintenance

cachemgr.conf has for a long while been created conditionally if none
already existed, but no current new default file was added to compare
for new configuration options.

This patch adds a file named cachemgr.conf.default next to the cachemgr.conf

cachemgr.conf.default file is replaces unconditionally so that it remains
current with the most recently installed build.
cachemgr.conf itself is only created if not already present so as not to
loose local configuration changes.

15 years agoBootstrapped
Amos Jeffries [Mon, 12 May 2008 03:31:52 +0000 (21:31 -0600)] 
Bootstrapped

15 years agoAuthor: Thomas-Martin Seck <tmseck@netcologne.de>
Amos Jeffries [Mon, 12 May 2008 02:33:52 +0000 (14:33 +1200)] 
Author: Thomas-Martin Seck <tmseck@netcologne.de>
Bug 2346: fix the passing of C(XX)FLAGS for cachemgr.cgi

cachemgr.cgi should now locate its default config file properly

15 years agoAuthor: Finn Thain <fthain@telegraphics.com.au>
Amos Jeffries [Mon, 12 May 2008 02:31:23 +0000 (14:31 +1200)] 
Author: Finn Thain <fthain@telegraphics.com.au>
Bug 2332: segfault in tunnelConnectTimeout()

Fixes at least one race condition.

If tunnelConnectTimeout() is called before tunnelPeerSelectComplete(), then
tunnelState->servers will be NULL.

15 years agoAuthor: Finn Thain <fthain@telegraphics.com.au>
Amos Jeffries [Mon, 12 May 2008 02:28:21 +0000 (14:28 +1200)] 
Author: Finn Thain <fthain@telegraphics.com.au>
Bug 2339: segfault in MemBuf::append()

This segfault was caused by a buffer overrun in Range header processing.
The fix re-arranges the length calculations to make sense.

15 years agoAuthor: Finn Thain <fthain@telegraphics.com.au>
Amos Jeffries [Mon, 12 May 2008 02:22:52 +0000 (14:22 +1200)] 
Author: Finn Thain <fthain@telegraphics.com.au>
Bug 2323: basic auth leaks memory

- Several fixes resolving bad logic and leaks in basic auth.

15 years agoBug 2206: Build error caused by incorrect configure include file detection
Amos Jeffries [Mon, 12 May 2008 01:51:12 +0000 (13:51 +1200)] 
Bug 2206: Build error caused by incorrect configure include file detection

Adds type-definitions for the *BSD family networking OS header files which
depend on them without including the necessary definition headers themselves.

Completes fix for Bug 2196 detailed files.

15 years agoBug 2196: configure: net*/*.h present but cannot be compiled
Amos Jeffries [Mon, 12 May 2008 01:48:26 +0000 (13:48 +1200)] 
Bug 2196: configure: net*/*.h present but cannot be compiled

This moves critical net*/*.h file tests from the general location
and use testign to the *BSD special testing which accounts for
system file dependencies.

TODO: some files are still missing dependencies even with the *BSD test
      their brokenness will be fixed at a later point. (bug 2206)

16 years agoBootstrapped
Henrik Nordstrom [Sat, 10 May 2008 00:13:24 +0000 (18:13 -0600)] 
Bootstrapped

16 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Fri, 9 May 2008 12:18:56 +0000 (06:18 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Bug #1784: access_log syslog results in blanks syslog lines
between every access log entry.

Correct earlier forwardport of Squid-2 patch. There must only be
one log call per entry..

16 years agoRemove: ZPH (Zero Penalty Hit) QOS features.
Amos Jeffries [Fri, 9 May 2008 10:35:58 +0000 (22:35 +1200)] 
Remove: ZPH (Zero Penalty Hit) QOS features.

see http://www.squid-cache.org/mail-archive/squid-dev/200805/0029.html

16 years agoBootstrap and Test Fallout
Amos Jeffries [Sun, 4 May 2008 12:36:34 +0000 (06:36 -0600)] 
Bootstrap and Test Fallout

16 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sun, 4 May 2008 11:53:29 +0000 (23:53 +1200)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Make --with-large-files try to build 64-bit if possible

--with-large-files for some reason tried to make a 32-bit build with
large file offsets even if the host supports 64-bit applications, making
--with-large-files degrade Squid capabilities on 64-bit OS:es..

16 years agoAuthor: Guido Serassio <serassio@squid-cache.org>
Amos Jeffries [Sun, 4 May 2008 11:08:15 +0000 (23:08 +1200)] 
Author: Guido Serassio <serassio@squid-cache.org>
Windows port: Add support for the Windows machine DNS domain, and also automatically derived default domain

This patch adds the capacity to get the machine DNS domain from the registry, similar to
search but only accepting a single domain.

In addition it adds support for automatically deriving the domain from
the fully qualified hostname.

Also fixed some memory leaks during the DNS configuration parse in the registry.

16 years agoAuthor: Guido Serassio <serassio@squid-cache.org>
Amos Jeffries [Sun, 4 May 2008 11:05:58 +0000 (23:05 +1200)] 
Author: Guido Serassio <serassio@squid-cache.org>
Removed the advertisement clause from BSD license

According to the new revised (3-clause) BSD license:
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
the advertisement clause (3) of old (4-clause) BSD license can
be deleted.

Also added forgotten reference to lib/strnstr.cc into CREDITS

16 years agoAuthor: Guido Serassio <serassio@squid-cache.org>
Amos Jeffries [Sun, 4 May 2008 11:03:31 +0000 (23:03 +1200)] 
Author: Guido Serassio <serassio@squid-cache.org>
Windows port: Return the effective system pagesize in getpagesize()

16 years agoBootstrapped
Henrik Nordstrom [Sun, 4 May 2008 00:13:12 +0000 (18:13 -0600)] 
Bootstrapped

16 years agoAuthor: Marin Stavrev <mstavrev@gmail.com>
Amos Jeffries [Sat, 3 May 2008 23:37:00 +0000 (11:37 +1200)] 
Author: Marin Stavrev <mstavrev@gmail.com>
ZPH (Zero Penalty Hit) QOS features.

Adds --enable-zph-qos options to turn on the following:

 - Allows you to select a TOS/Diffserv value to mark local hits.

 - Allows you to select a TOS/Diffserv value to mark peer hits.

 - Allows you to selectively set only sibling or sibling+parent requests

 - Allows any HTTP response towards clients will
   have the TOS value of the response comming from the remote
   server masked with the value of zph_preserve_miss_tos_mask.
   For this to work correctly, you will need to patch your linux
   kernel with the TOS preserving ZPH patch.
   The kernel patch can be downloaded from http://zph.bratcheda.org

 - Allows you to mask certain bits in the TOS received from the
   remote server, before copying the value to the TOS send towards
   clients.

16 years agoBootstrap and build-test fallout from earlier patches
Amos Jeffries [Sat, 3 May 2008 06:36:25 +0000 (00:36 -0600)] 
Bootstrap and build-test fallout from earlier patches

16 years agoAuthor: Guido Serassio <serassio@squid-cache.org>
Amos Jeffries [Sat, 3 May 2008 04:48:51 +0000 (22:48 -0600)] 
Author: Guido Serassio <serassio@squid-cache.org>
Import reconfigure cachemgr action from NT Devel branch

This patch add the reconfigure restricted action to Cache Manager.

16 years agoAuthor: Guido Serassio <serassio@squid-cache.org>
Amos Jeffries [Sat, 3 May 2008 04:46:44 +0000 (22:46 -0600)] 
Author: Guido Serassio <serassio@squid-cache.org>
Fix make check error when COSS is enabled

16 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Fri, 2 May 2008 11:12:10 +0000 (23:12 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Bug 2254: umask support needs porting from 2.6

16 years agoAuthor: Christos Tsantilas <chtsanti@users.sourceforge.net>
Amos Jeffries [Fri, 2 May 2008 11:08:58 +0000 (23:08 +1200)] 
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
Bug 2308: Segmentation fault in AuthDigestUserRequest::authUser

In this patch:
 - In method AuthDigestConfig::decode just do not delete the digest_request on
errors  but use it as is in the authDigestLogUsername functions.

 - In the method AuthDigestConfig::fixHeader change the line  "int stale = 1;"
to "int stale = 0;" to make squid respond with  "stale=false" in the first
unauthenticated request of web client.

16 years agoAuthor: Peter Hidas <peter.hidas@safeland.hu>
Amos Jeffries [Wed, 30 Apr 2008 12:58:50 +0000 (00:58 +1200)] 
Author: Peter Hidas <peter.hidas@safeland.hu>
Bug 2331: ntlm_auth helper resolves DC hostname to 0.

16 years agoRe-build Release-Notes. Failed to update for Release
Amos Jeffries [Wed, 30 Apr 2008 00:20:53 +0000 (12:20 +1200)] 
Re-build Release-Notes. Failed to update for Release

16 years agoOops. I broke something with strnstr. SQUID_3_0_STABLE5
Amos Jeffries [Tue, 29 Apr 2008 03:17:05 +0000 (21:17 -0600)] 
Oops. I broke something with strnstr.

16 years agoPrep and Bootstrap for STABLE5
Amos Jeffries [Tue, 29 Apr 2008 02:52:30 +0000 (20:52 -0600)] 
Prep and Bootstrap for STABLE5

16 years agoBootstrapped
Henrik Nordstrom [Tue, 29 Apr 2008 00:13:00 +0000 (18:13 -0600)] 
Bootstrapped

16 years agoImport strnstr from FreeBSD sources.
Amos Jeffries [Mon, 28 Apr 2008 14:01:46 +0000 (08:01 -0600)] 
Import strnstr from FreeBSD sources.

Needed for some string-safe operations.

strnstr() is not provided on all OS (Linux with gcc 3.x for one).
And some OS are known to bundle an unsafe version (MacOS X 10.4 has a
buffer overrun)

So code should use the function named squid_strnstr() and auto-tools will
test to see if the OS provided version is usable.

16 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Fri, 25 Apr 2008 10:54:47 +0000 (22:54 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Bug 2294: Bypassing 403 and 404 status to ICAP using icap_access - Failed

16 years agoBug 2297: file uploads (RFC1867) fail with "error:double-CR"
Amos Jeffries [Fri, 25 Apr 2008 10:39:36 +0000 (22:39 +1200)] 
Bug 2297: file uploads (RFC1867) fail with "error:double-CR"

Uses strnstr instead of strstr to limit the scan area

16 years agoAuthor: Alexander Lukyanov <lav@yar.ru>
Amos Jeffries [Fri, 25 Apr 2008 08:45:27 +0000 (20:45 +1200)] 
Author: Alexander Lukyanov <lav@yar.ru>
Bug 2321: Range tests failing.

16 years agoAuthor: Christos Tsantilas <chtsanti@users.sourceforge.net>
Amos Jeffries [Sun, 20 Apr 2008 06:13:01 +0000 (18:13 +1200)] 
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
Bug 2311: crashes/restarts when ICAP enabled on respmod for HTTP body size greater than 100kb

16 years agoChangeLog updates
Amos Jeffries [Sat, 19 Apr 2008 03:11:05 +0000 (21:11 -0600)] 
ChangeLog updates

16 years agoKill obsolete .cvsignore files (not used by bzr)
Amos Jeffries [Sat, 19 Apr 2008 02:50:37 +0000 (20:50 -0600)] 
Kill obsolete .cvsignore files (not used by bzr)

16 years agoAdd more auto-generated files to BZR ignore list.
Amos Jeffries [Sat, 19 Apr 2008 02:42:25 +0000 (20:42 -0600)] 
Add more auto-generated files to BZR ignore list.

16 years agoAdd bzr ignore files to 3.0.STABLE
Amos Jeffries [Sat, 19 Apr 2008 02:35:29 +0000 (20:35 -0600)] 
Add bzr ignore files to 3.0.STABLE

16 years agoBootstrapped
Amos Jeffries [Sat, 19 Apr 2008 02:25:39 +0000 (20:25 -0600)] 
Bootstrapped

16 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sat, 19 Apr 2008 02:09:36 +0000 (20:09 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Add support for the resolv.conf domain directive, and also automatically derived default domain

This patch adds the domain resolv.conf directive, similar to search but
only accepting a single domain.

In addition it adds support for automatically deriving the domain from
the fully qualified hostname.

16 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sat, 19 Apr 2008 02:05:40 +0000 (20:05 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Spelling correction

16 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sat, 19 Apr 2008 02:04:38 +0000 (20:04 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Add x86_64 support to XPROF_STATS

16 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sat, 19 Apr 2008 02:02:49 +0000 (20:02 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Bug #2310: Incorrect default time/date log format

The %tl and %tg logformat tags is meant to use the same date format as
Apache/NCSA, but in Squid-3 there was a space instead of : between the
date and time.

16 years agoAuthor: rousskov
Amos Jeffries [Fri, 18 Apr 2008 06:12:01 +0000 (00:12 -0600)] 
Author: rousskov
Bug 2224 fix: reentrant debugging crashes Squid

Reentrant debugging occurs when something being written into the debugging
stream produces its own debugging. For example, a field accessor method may
make cbdata-validation calls, which would produce debugging. Logging such
field would crash Squid if sufficiently high debugging level is enabled.

With this change, the Debug methods detect reentrant calls and mostly ignore
them, allowing the caller to append debugging information to the existing
debug stream. A short debugging label is added before and after the reentrant
debugging message to reduce confusion that overlapping debugging statements
may cause during log analysis.

16 years agoAuthor: Guido Serassio <serassio@squid-cache.org>
Amos Jeffries [Fri, 18 Apr 2008 05:20:48 +0000 (23:20 -0600)] 
Author: Guido Serassio <serassio@squid-cache.org>
Fix build error on Irix.

On Irix the inclusion of sstream defines assert(), so the build fails for
a redefinition error.
Just include Debug.h as last to fix the problem.

AYJ: amendment patch included:
 Troublesome header include was a duplicate of a better sequence in Debug.h
 remove the .cc duplicates.

16 years agoBug 2318 : compilation issue in some compilers
Amos Jeffries [Fri, 18 Apr 2008 05:14:51 +0000 (23:14 -0600)] 
Bug 2318 : compilation issue in some compilers

16 years agoFallout from build-testing the new backports.
Amos Jeffries [Sat, 12 Apr 2008 15:16:27 +0000 (09:16 -0600)] 
Fallout from build-testing the new backports.

16 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Sat, 12 Apr 2008 14:09:29 +0000 (08:09 -0600)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Bug 2186 pt 2: DIRECT/<ip> mixed with DIRECT/<hostname>

16 years agoAuthor: Guido Serassio <serassio@squid-cache.org>
Amos Jeffries [Sat, 12 Apr 2008 14:05:21 +0000 (08:05 -0600)] 
Author: Guido Serassio <serassio@squid-cache.org>
Windows port: Released name of Longhorn Server is Windows Server 2008

16 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sat, 12 Apr 2008 14:03:26 +0000 (08:03 -0600)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Fallback on transparent interception mode even if the connection didn't seem to be transparently intercepted

Needed to deal properly with situations where connections to the local host
is intercepted, or when people NAT outside the Squid server but still compile
Squid with support for the NAT/interception method availabe on the host OS..

16 years agoAuthor: Christos Tsantilos <chtsanti@users.sourceforge.net>
Amos Jeffries [Sat, 12 Apr 2008 14:00:53 +0000 (08:00 -0600)] 
Author: Christos Tsantilos <chtsanti@users.sourceforge.net>
Bug 2286: assertion failed: HttpHdrContRange.cc:100: "spec->length >= 0"

Moves the assertion check for spec->length in function
httpHdrRangeRespSpecParseInit  exactly after the spec->length copmuted.

Also Fix of a possible  misuse of errno in httpHeaderParseOffset function
The errno before used with strtol function must set to "0".

16 years agoAuthor: Henrik Nordstrom <hno@squid-cache.org>
Amos Jeffries [Sat, 12 Apr 2008 13:55:42 +0000 (07:55 -0600)] 
Author: Henrik Nordstrom <hno@squid-cache.org>
Removed execute bit from various non-executable source files

16 years agoFix processing of large reply headers
Amos Jeffries [Wed, 9 Apr 2008 12:52:03 +0000 (06:52 -0600)] 
Fix processing of large reply headers
Author: Henrik Nordstrom <hno@squid-cache.org>

16 years agoMerge reply_header_max_size fix from trunk, quite related.
Henrik Nordstrom [Mon, 7 Apr 2008 23:15:53 +0000 (01:15 +0200)] 
Merge reply_header_max_size fix from trunk, quite related.

16 years agoMerged changes from SQUID_3_0
Henrik Nordstrom [Sun, 6 Apr 2008 00:38:49 +0000 (02:38 +0200)] 
Merged changes from SQUID_3_0