]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
14 years ago3.1.0.13 SQUID_3_1_0_13
Amos Jeffries [Tue, 4 Aug 2009 13:31:35 +0000 (07:31 -0600)] 
3.1.0.13

14 years agoReal enable HttpReply tests
Amos Jeffries [Tue, 4 Aug 2009 12:28:26 +0000 (06:28 -0600)] 
Real enable HttpReply tests

14 years agoPrep for 3.1.0.13
Amos Jeffries [Tue, 4 Aug 2009 11:03:23 +0000 (23:03 +1200)] 
Prep for 3.1.0.13

14 years agoPrep for 3.0.STABLE18
Amos Jeffries [Tue, 4 Aug 2009 11:01:48 +0000 (23:01 +1200)] 
Prep for 3.0.STABLE18

14 years agoAuthor: Various Translators
Amos Jeffries [Tue, 4 Aug 2009 03:10:15 +0000 (15:10 +1200)] 
Author: Various Translators
Language Updates: Italian, Russian, alias updates and COPYRIGHT

14 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sun, 2 Aug 2009 09:54:54 +0000 (21:54 +1200)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Bug 2732: reply_body_max_size smaller than error page loops infinitely until out of memory

14 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sun, 2 Aug 2009 09:53:20 +0000 (21:53 +1200)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Bug 2648: Reserved helpers not shut down after reconfigure/rotate

The race happens if the helpers are restarted(rotate/reconfigure) while
reserved. Those reserved are then not shut down when the reservation is
released.

This patch cleans this up and a couple of other related races.

14 years agoBug 2462: make check should tell when cppunit is missing
Amos Jeffries [Sun, 2 Aug 2009 09:49:53 +0000 (21:49 +1200)] 
Bug 2462: make check should tell when cppunit is missing

14 years agoCleanup: shuffle authenticate*ReleaseServer into member methods.
Amos Jeffries [Sun, 2 Aug 2009 09:48:08 +0000 (21:48 +1200)] 
Cleanup: shuffle authenticate*ReleaseServer into member methods.

No code change. Just removes some more global functions and castings.
Simplifies the duplicate case checking a bit too.

14 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sat, 1 Aug 2009 10:09:00 +0000 (22:09 +1200)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Use typedefs of the relevant enums for store_status, swap_status and ping_status

To make debugging easier (symbolic states instead of numbers)

14 years agoRemove more goto. Fixing one internal profiler error
Amos Jeffries [Sat, 1 Aug 2009 10:06:49 +0000 (22:06 +1200)] 
Remove more goto. Fixing one internal profiler error

14 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Sat, 1 Aug 2009 10:04:03 +0000 (22:04 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Polished r9854 "crash on shutdown" changes by removing explicit String creation.

It should be sufficient to just declare TheNullServices as a constant C string.

When a C string constant is in use, the code becomes less efficient, but
this will be solved when we can go back to using a String class.

14 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Sat, 1 Aug 2009 09:52:18 +0000 (21:52 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Bug 2723: enable PURGE requests if PURGE method ACL is present.

PURGE requests were always denied, probably since 2009-06-28 (r9772) changes.

PURGE was denied because Config2.onoff.enable_purge changes done in
ACLMethodData::parse() are lost when Squid memsets Config2 to zero before
interpreting the changes. Config2 is meant for storing values _derived_ from
the primary configuration phase so it is reset after that phase is over.

This patch solves the above problem by storing ACLMethodData::parse() changes
in an ACLMethodData static member. The member is reset before
[re]configuration.

There is probably another problem with r9772 (or earlier) changes. Special
PURGE method processing is enabled whenever a PURGE ACL is detected in the
Squid configuration file, even if the ACL is unused or used in an http_access
option that does not match. This is specifically what r4363 tried to avoid in
year 2000:
     users complain that defining an ACL that is never used in
     an access list shouldn't trip this flag.

The patch does not solve this other problem. The right solution may be adding
a dedicated "purge" option that will have an ACL that controls what PURGE
requests, if any, are allowed to purge. That option would be in addition to
any http_access controls.

14 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sat, 1 Aug 2009 09:40:45 +0000 (21:40 +1200)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Update comment to reflect code changed years ago

14 years agoAuthor: Lab10 <lab10@bt-anlagenbau.at>
Amos Jeffries [Sat, 1 Aug 2009 08:19:35 +0000 (20:19 +1200)] 
Author: Lab10 <lab10@bt-anlagenbau.at>
Bug 2728 regression: assertion failed: http.cc:705: "!eof"

Catch the zero size reply edge case again.

14 years agoDebugs message about error when headers < minimum size
Amos Jeffries [Wed, 29 Jul 2009 09:28:10 +0000 (21:28 +1200)] 
Debugs message about error when headers < minimum size

14 years agoBug 2725: pconn failure if domain or client_address are unset
Amos Jeffries [Wed, 29 Jul 2009 09:25:10 +0000 (21:25 +1200)] 
Bug 2725: pconn failure if domain or client_address are unset

14 years ago3.1.0.12 SQUID_3_1_0_12
Amos Jeffries [Sun, 26 Jul 2009 22:05:55 +0000 (16:05 -0600)] 
3.1.0.12

14 years agoPrep for 3.1.0.12
Amos Jeffries [Sun, 26 Jul 2009 13:07:49 +0000 (01:07 +1200)] 
Prep for 3.1.0.12

14 years agoPrep for 3.0.STABLE17
Amos Jeffries [Sun, 26 Jul 2009 12:16:10 +0000 (00:16 +1200)] 
Prep for 3.0.STABLE17

14 years agoHack to resolve crash on shutdown from global String(",null,")
Amos Jeffries [Sun, 26 Jul 2009 11:37:50 +0000 (23:37 +1200)] 
Hack to resolve crash on shutdown from global String(",null,")

Not even close to the best solution. But it will get us a running
3.1 release which we need right about now.

14 years agoAdd Unit-Tests for HttpReply
Amos Jeffries [Sun, 26 Jul 2009 10:38:40 +0000 (22:38 +1200)] 
Add Unit-Tests for HttpReply

Just the basics for some needed right now. This needs to be expanded.

Also, required to break some of the mime header parsing calls out into
mime_header.cc in preparation for splitting the icon handling from the
header handling and reduce dependencies on the new tests.

14 years agoBug 2620: Invalid HTTP response codes causes segfault
Amos Jeffries [Sun, 26 Jul 2009 10:36:57 +0000 (22:36 +1200)] 
Bug 2620: Invalid HTTP response codes causes segfault

Harden the sanity checks to detect negative status and other syntax issues
before they have a chance to become problems. This applies to replies and
responses both in varying ways.

Also document the sanity check logics. sanityCheck* is supposed to fill
out the error status for what it detects with each fail result.

14 years agoFix: Initialize HopByHop header mask
Amos Jeffries [Sun, 26 Jul 2009 10:34:31 +0000 (22:34 +1200)] 
Fix: Initialize HopByHop header mask

14 years agoRe-enable unit-tests for src/
Amos Jeffries [Sun, 26 Jul 2009 10:32:17 +0000 (22:32 +1200)] 
Re-enable unit-tests for src/

Somehow they got disabled earlier.

14 years agoTypo in squidclient.1
Amos Jeffries [Sun, 26 Jul 2009 10:31:25 +0000 (22:31 +1200)] 
Typo in squidclient.1

14 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sun, 26 Jul 2009 10:30:06 +0000 (22:30 +1200)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Fix Via string when leak checking is enabled (valgrind etc)

14 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Sun, 26 Jul 2009 10:28:38 +0000 (22:28 +1200)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Kick any pending *ufs write/close operations alive when the previous write completes

When using uufs only part of the object got written out to the disk,
forgetting to write out the last butes and closing the file.
This should have been seen at least in in diskd as well even if it
for some reason did not seem to show up in simple tests.

14 years agoFix FTP EPSV negotiation parser.
Amos Jeffries [Sun, 26 Jul 2009 10:26:37 +0000 (22:26 +1200)] 
Fix FTP EPSV negotiation parser.

No longer ignores single-value hints returned ie (1)

14 years agoBug 2674: Remove limit on HTTP headers read.
Amos Jeffries [Sun, 26 Jul 2009 10:23:20 +0000 (22:23 +1200)] 
Bug 2674: Remove limit on HTTP headers read.

Headers may be accumulated over more than one read. It does not make
sense to limit the internal copy of the accumulated read buffer to 64KB.

Reverts the internal read buffer to MemBuf defaults. This may cause
issues where headers are of unbounded size. But those are expected to be
caught by the header parser.

Check buffer limits before parsing and return error on all bad parse cases.
No exceptions.

14 years agoTestBed: tighten some testing procedures.
Amos Jeffries [Thu, 23 Jul 2009 13:27:58 +0000 (01:27 +1200)] 
TestBed: tighten some testing procedures.

 * display last 20 lines of test result on failure
   we want to see the real error plus, not just "make Error 1" messages
 * use chmod to improve cleanup removal after (un)install test failures

14 years agoAutoDocs: Doxygen fixups
Amos Jeffries [Thu, 23 Jul 2009 13:24:39 +0000 (01:24 +1200)] 
AutoDocs: Doxygen fixups

14 years agoFix NCSA auth helper include sequence and wrapping
Amos Jeffries [Thu, 23 Jul 2009 12:36:53 +0000 (00:36 +1200)] 
Fix NCSA auth helper include sequence and wrapping

14 years agoAuthor: Thomas-Martin Seck <tmseck@netcologne.de>
Amos Jeffries [Thu, 23 Jul 2009 11:52:45 +0000 (23:52 +1200)] 
Author: Thomas-Martin Seck <tmseck@netcologne.de>
Missing comma in --disable-translations

14 years agoFix SF import loop
Amos Jeffries [Thu, 23 Jul 2009 11:45:02 +0000 (23:45 +1200)] 
Fix SF import loop

14 years agoBug 2716: Chunked request Signed/Unsigned build error
Amos Jeffries [Mon, 20 Jul 2009 10:21:10 +0000 (22:21 +1200)] 
Bug 2716: Chunked request Signed/Unsigned build error

Patch for chunked-requests ported to 3.0 was still omitted when same was
merged to 3.1.

14 years ago3.1.0.11 SQUID_3_1_0_11
Amos Jeffries [Sun, 19 Jul 2009 05:10:58 +0000 (23:10 -0600)] 
3.1.0.11

14 years agoPrep for 3.1.0.11
Amos Jeffries [Sun, 19 Jul 2009 04:43:22 +0000 (16:43 +1200)] 
Prep for 3.1.0.11

14 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Sat, 18 Jul 2009 10:00:17 +0000 (22:00 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Bug 2087: Support adaptation sets and chains, including dynamic ICAP chains

  - Support adaptation service sets and chains
    (adaptation_service_set and adaptation_service_chain)

  - Dynamically form chains based on ICAP X-Next-Services header
    (icap_service routing=on)

  - Support cross-transactional ICAP header exchange
    (adaptation_masterx_shared_names)

  An adaptation service set contains similar, interchangeable services. No more
  than one service is successfully applied. If one service is down or fails,
  Squid can use another service. Think "hot standby" or "spare" ICAP servers.

  Sets may seem similar to the existing "service bypass" feature, but they allow
  the failed adaptation to be retried and succeed if a replacement service is
  available. The services in a set may be all optional or all essential,
  depending on whether ignoring the entire set is acceptable. The mixture of
  optional and essential services in a set is supported, but yields results that
  may be difficult for a human to anticipate or interpret. Squid warns when it
  detects such a mixture.

  When performing adaptations with a set, failures at a service (optional or
  essential, does not matter) are retried with a different service if possible.
  If there are no more replacement services left to try, the failure is treated
  depending on whether the last service tried was optional or essential: Squid
  either tries to ignore the failure and proceed or terminates the master
  transaction.

  An adaptation chain is a list of different services applied one after another,
  forming an adaptation pipeline. Services in a chain may be optional or
  essential. When performing adaptations, failures at an optional service are
  ignored as if the service did not exist in the chain.

  Request satisfaction terminates the adaptation chain.

  When forming a set or chain for a given transaction, optional down services
  are ignored as if they did not exist.

  ICAP and eCAP services can be mixed and matched in an adaptation set or chain.

Merged from 3p1-plus branch at r9513.

* Implementation notes

  The notes below focus on _changes_. Adaptation terminology and current layers
  are now being documented in src/adaptation/notes.dox

  Service sets and chains are implemented as ServiceGroup class kids. They are
  very similar in most code aspects. The primary external difference is that
  ServiceSet can "replace" a service and ServiceChain can find the "next"
  service.  The internal search code is implemented in ServiceGroup parent and
  is parametrized by the kids.

  Before the adaptation starts, Squid calculates the adaptation "plan", which is
  just an iterator into the ServiceGroup. The client- and server-side adaptation
  initiators used to deal with Service pointers. They now deal with ServiceGroup
  pointers. The only interesting difference is that a ServiceGroup does not have
  a notion of being optional or essential. Thus, if adaptation start fails, we
  do not know whether the failure can be bypassed. Fortunately, starting an
  adaptation does not require anything that depends on the adaptation services,
  so we now simply assert that the start succeeds.

  If the entire adaptation fails, the callers are notified as before. They are
  told whether they can ignore the failure as before. No changes there.

  A new Adaptation::Iterator class has been added to execute the adaptation
  plan. That class is responsible for iterating the services in a service group
  until the plan is exhausted or cannot progress due to a final failure.

Dynamically form adaptation chains based on the ICAP X-Next-Services header.

  If an ICAP service with the routing=1 option in squid.conf returns an ICAP
  X-Next-Services response header during a successful REQMOD or RESPMOD
  transaction, Squid abandons the original adaptation plan and forms a new
  adaptation chain consisting of services identified in the X-Next-Services
  header value (using a comma-separated list of adaptation service names from
  squid.conf).  The dynamically created chain is destroyed once the new plan is
  completed or replaced.

  This feature is useful when a custom adaptation service knows which other
  services are applicable to the message being adapted.

  Limit adaptation iterations to adaptation_service_iteration_limit to protect
  Squid from infinite adaptation loops caused by ICAP services constantly
  including themselves in the dynamic adaptation chain they request. When the
  limit is exceeded, the master transaction fails. The default limit of 16
  should be large enough to not require an explicit configuration in most
  environments yet may be small enough to limit side-effects of loops.

TODO: Add metadata support to eCAP API and honor X-Next-Services there as
  well. Currently, only ICAP services can form dynamic chains but the formed
  chains may contain eCAP services.

Other improvements:

  Polished adaptation service configuration in squid.conf. Old format with an
  anonymous bypass option is deprecated but still supported. Quit with a fatal
  message if an adaptation service is misconfigured (debugging level-0 messages
  do not seem to work at that stage, but that is probably another, general bug).

  Polished HttpRequest::adaptHistory() interface so that the code that knows the
  history is needed can force history creation without complex
  configuration-time preparations and state. Currently, all adaptation history
  users but the logging-related ones know runtime whether the history must be
  created (e.g., when a certain ICAP header is received).

  Fixed "canonical" Request URL maintenance when ICAP clones requests.
  TODO: The urlCanonical() must become HttpRequest::canonical(), hiding the
  often out-of-sync canonical data member.

  Fixed ICAP request parsing (for ICAP logging). We used to parse Request-Line
  as if it were the first header. TODO: optimize by parsing only when needed.

  Fixed AccessCheck case where a service group disappears during a nb ACL check.
  Replaced "done" member with an existing AsyncJob mustStop mechanism. Removed
  extra async call as unneeded because ACL callbacks are already async.

14 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Sat, 18 Jul 2009 09:40:52 +0000 (21:40 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Bug 2459: dns global; ICAP logging; access logging enhancements; ICAP retry support.

  - Bug 2459: dns_error_message global does not work when error handling is delayed

  - Support logging of total DNS wait time to access.log
    (%dt)

  - Support logging response times of adaptation transactions to access.log
    (%adapt::sum_trs and %adapt::all_trs)

  - Enhanced access logging
    (<Hs, <sh, >sh, <pt, <tt, icap::tt, and icap::<last_h in squid.conf)

  - ICAP logging
    (see icap_log and log_icap in squid.conf as well as
    http://wiki.squid-cache.org/Features/AdaptationLog).

  - ICAP retries based on the ICAP responses status code
    (see icap_retry_limit in squid.conf).

Merged from 3p1-plus branch at r9511.

14 years ago3.1.0.10 SQUID_3_1_0_10
Amos Jeffries [Sat, 18 Jul 2009 04:15:45 +0000 (22:15 -0600)] 
3.1.0.10

14 years agoAuthor: Isnard <isnardjaquet@gmail.com>
Amos Jeffries [Sat, 18 Jul 2009 04:02:53 +0000 (16:02 +1200)] 
Author: Isnard <isnardjaquet@gmail.com>
Bug 2080: wbinfo_group.pl - false positive under certain conditions

14 years agoPrep for 3.1.0.10
Amos Jeffries [Fri, 17 Jul 2009 14:07:45 +0000 (02:07 +1200)] 
Prep for 3.1.0.10

14 years agoAuthor: Francesco Chemolli <kinkie@squid-cache.org>
Amos Jeffries [Fri, 17 Jul 2009 13:06:11 +0000 (01:06 +1200)] 
Author: Francesco Chemolli <kinkie@squid-cache.org>
Bug 2611: document fast/slow acl types

Documentation fix: describe in squid.conf.documented what acl
types are fast or slow, and what access clauses only support
fast acls.

14 years agoBug 2680 regression: Crash after rotate with no helpers running
Amos Jeffries [Fri, 17 Jul 2009 13:04:55 +0000 (01:04 +1200)] 
Bug 2680 regression: Crash after rotate with no helpers running

Regression from bug 2276 fix. n_running was used instead of n_active.
Also documents the relevant counters to prevent this recurring.

14 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Fri, 17 Jul 2009 12:56:55 +0000 (00:56 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Added server-side debugging to track adaptation access check state better.

14 years agoAuthor: Chris Hills <chaz@chaz6.com>
Amos Jeffries [Fri, 17 Jul 2009 12:54:50 +0000 (00:54 +1200)] 
Author: Chris Hills <chaz@chaz6.com>
Fix NetBSD IPv6 build error

14 years agoTestBed: Truely make distcheck work for all configure levels
Amos Jeffries [Fri, 17 Jul 2009 12:53:46 +0000 (00:53 +1200)] 
TestBed: Truely make distcheck work for all configure levels

Thanks to Alex Rousskov for identifying the necessary environment setting.

14 years agoUpdate squidclient manual and usage documentation.
Amos Jeffries [Wed, 15 Jul 2009 10:15:14 +0000 (22:15 +1200)] 
Update squidclient manual and usage documentation.

Also add tools/ manual files to manuals bundling.

14 years agoAuthor: Luigi Gangitano <luigi@debian.org>
Amos Jeffries [Wed, 15 Jul 2009 10:13:28 +0000 (22:13 +1200)] 
Author: Luigi Gangitano <luigi@debian.org>
squidclient man(1) page

A little out of date now, but its a start and better than nothing.

14 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Wed, 15 Jul 2009 10:11:27 +0000 (22:11 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Limit X-Forwarded-For growth.

X-Forwarded-For growth leads to String size limit assertions and probably
other problems.

We now replace huge XFF values with a string "error", warn the admin the
first 100 times, and hope that something will stop the loop (if it is a
loop). TODO: we should probably deny requests with huge XFF.

To make growth-associated problems visible during forwarding loops, the
loop breaking code must be disabled (no Via) or not applicable (direct
forwarding) and request_header_max_size has to be raised or disabled.
The X-Forwarded-For header value may also grow too large for reasons
unrelated to forwarding loops.

This change also prevents most cases of pointless computation of the
original X-Forwarded-For value list. That computation can be quite
expensive.

14 years agov6 Doc Updates
Amos Jeffries [Wed, 15 Jul 2009 10:05:34 +0000 (22:05 +1200)] 
v6 Doc Updates

14 years agoAuthor: Martin Huter <m.huter@phion.com>
Amos Jeffries [Wed, 15 Jul 2009 10:03:09 +0000 (22:03 +1200)] 
Author: Martin Huter <m.huter@phion.com>
Bug 2658: Missing TextException copy constructor

14 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Wed, 15 Jul 2009 10:01:32 +0000 (22:01 +1200)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
http_port allow-direct option to allow direct forwarding in accelerator mode

normally direct forwarding is disabled in accelerator mode unless overridden
by always_direct, to avoid unintentional security loops. But there is setups
where it makes sense to not have this restriction as this has effects on
peer selection as well.

14 years agoAuthor: Markus Moeller <huaraz@moeller.plus.com>
Amos Jeffries [Wed, 15 Jul 2009 09:59:57 +0000 (21:59 +1200)] 
Author: Markus Moeller <huaraz@moeller.plus.com>
Partial Revert revno9803 - realm experiment slipped in

14 years agoBug 2695: Regression in wccp L2 mask assignment
Amos Jeffries [Wed, 15 Jul 2009 09:57:53 +0000 (21:57 +1200)] 
Bug 2695: Regression in wccp L2 mask assignment

correct endianism of value stored in mask.
Revert value to 2 and field type to uint16_t as prior to bug 2404 update.

14 years agoBug 2707: Regression in FTP anonymous auth
Amos Jeffries [Wed, 15 Jul 2009 09:55:51 +0000 (21:55 +1200)] 
Bug 2707: Regression in FTP anonymous auth

A small regression was marking anonymous Auth as a no-login case and
returning 401 unauthorized.

14 years agoAuthor: Markus Moeller <huaraz@moeller.plus.com>
Amos Jeffries [Sun, 12 Jul 2009 02:53:39 +0000 (14:53 +1200)] 
Author: Markus Moeller <huaraz@moeller.plus.com>
Bug 2710: squid_kerb_auth non-terminated string

14 years agoCorrect TestBed make checks.
Amos Jeffries [Fri, 10 Jul 2009 00:21:42 +0000 (12:21 +1200)] 
Correct TestBed make checks.

distcheck drops any custom configure options. We can't use it
outside the 00-default test.

We can keep check, and should add any others that may be useful if
they can be identified and shown not to re-run configure.

Also move some old distclean hacks that may be obsolete now out of
the way to a rare occurance when thay might still be relevant.

14 years agoAdd localhost to default permitted networks
Amos Jeffries [Fri, 10 Jul 2009 00:19:38 +0000 (12:19 +1200)] 
Add localhost to default permitted networks

This was an oversight and should have been added with the RFC1918 space.

14 years agoBug 2706: pt 1: don't assert on cosmetic Date: addition for bad timestamps
Amos Jeffries [Fri, 10 Jul 2009 00:17:43 +0000 (12:17 +1200)] 
Bug 2706: pt 1: don't assert on cosmetic Date: addition for bad timestamps

Seems not all StoreEntry are being created with timestamps. This handles
them cleanly with a log WARNING when such are sighted instead of asserting

14 years agoCorrect logging for pinned connections.
Amos Jeffries [Fri, 10 Jul 2009 00:14:30 +0000 (12:14 +1200)] 
Correct logging for pinned connections.

Also some extra debug when one fails to be valid for some reason.

14 years agoAdd --disable-translation to break .po from error negotiation
Amos Jeffries [Fri, 10 Jul 2009 00:10:38 +0000 (12:10 +1200)] 
Add --disable-translation to break .po from error negotiation

This enables build-time translation to be disabled without also disabling
run-time error page negotiation. They should not have been linked tightly.

14 years agoBug 2709: 3.1.0.9 TRANSLATIONS not istalled
Amos Jeffries [Thu, 9 Jul 2009 23:49:55 +0000 (11:49 +1200)] 
Bug 2709: 3.1.0.9 TRANSLATIONS not istalled

14 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Fri, 3 Jul 2009 01:01:45 +0000 (13:01 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Truncate too-long HTTP response bodies to match their Content-Length header.

Sometimes a broken server sends more than Content-Length bytes in the
response.  For example, a 302 redirect message with "Content-Length: 0" header
may include an HTML body. Squid used to send "everything" it read to the
client, even if it read more than the Content-Length bytes. That may have
helped in some cases, but we should be more conservative when dealing
with broken servers to combat message smuggling attacks and other bad
side-effects for clients.

We now do not forward more than the advertised content length and declare the
connection with a broken server non-persistent.

Chunked responses (that HTTP/1.0 Squid should not receive and that must not
have a Content-Length header) are not truncated because RFC 2616 says we
MUST ignore their Content-Length header.

TODO: Do not cache the truncated entry and purge the cached version, if any.

14 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Fri, 3 Jul 2009 00:59:19 +0000 (12:59 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Break forwarding loops for "transparent" or "intercept" http_ports.

Squid detected forwarding loops in most configurations, but broke
them (using a customizable HTTP_FORBIDDEN response) only when working as
an accelerator. Squid now breaks loops when working as a transparent
proxy as well.

A persistent loop is going to be broken anyway, when the Via and
X-Forwarded-For headers exceed header size limit, but that wastes a lot of
resources and may also crash misconfigured Squids.

TODO: Consider breaking all loops, regardless of the http_port options.

TODO: Consider adding a specific and/or configurable error page for this case
instead of using hard-coded ACCESS_DENIED.

14 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Fri, 3 Jul 2009 00:56:44 +0000 (12:56 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Bug 2695: String length overflows on append, leading to segfaults

Long-term patch for 3.0. This softens the error, but does not
resolve the issue completely for ESI.

Short-term patch for 3.1. The limit is arbitrary and may be fixed
at some point by a better patch. This one will work however.

14 years agoTestBed: Polish the tests slightly and enable per-run level of tests
Amos Jeffries [Fri, 3 Jul 2009 00:55:26 +0000 (12:55 +1200)] 
TestBed: Polish the tests slightly and enable per-run level of tests

This finished the planned testbed features. Each level of test can now
be run on any combination of make targets specific to that test.

Remove the make all output used by obsolete testbed algorithms.

14 years agoAuthor: Vincent Regnard + Peter Pramberger + Amos Jeffries
Amos Jeffries [Fri, 3 Jul 2009 00:52:28 +0000 (12:52 +1200)] 
Author: Vincent Regnard + Peter Pramberger + Amos Jeffries
Bug 2699: Build failure NTLM smb_lm helper

Multiple definition of int16 in included headers.
Make the typedef in .c and as portable as possible.

14 years agoBug 2127: delay pools class 4 crashes with ntlm auth
Amos Jeffries [Fri, 3 Jul 2009 00:48:56 +0000 (12:48 +1200)] 
Bug 2127: delay pools class 4 crashes with ntlm auth

pt 2: prevent NTLM handshake requests from being delayed prior to the
authentication credentials being confirmed.

Also adds a few more descriptive asserts to catch this bug if still live.

14 years agoBug 1338: File prefetches aborted despite range_offset
Amos Jeffries [Fri, 3 Jul 2009 00:46:04 +0000 (12:46 +1200)] 
Bug 1338: File prefetches aborted despite range_offset

14 years agoAuthor: Don Hopkins <dhopkins@DonHopkins.com>
Amos Jeffries [Fri, 3 Jul 2009 00:43:58 +0000 (12:43 +1200)] 
Author: Don Hopkins <dhopkins@DonHopkins.com>
Bug 1087: ESI processor not quoting attributes correctly.

Use HTML 4.01 specified double-quotes instead of HTML 1.0 single quotes
and HTML-encode any double-quotes contained within the attribute data.

14 years agoDelay pools 64-bit buckets and IPv6-polish
Amos Jeffries [Fri, 3 Jul 2009 00:42:44 +0000 (12:42 +1200)] 
Delay pools 64-bit buckets and IPv6-polish

This patch adds some polish and minor unfinished business in IPv6
support vs delay pools.

Also updates the bucket size to 64-bytes to allow for >4MB traffic caps.

TODO: Bump up the refresh size for >4MB/sec flows and check that nothing
      gets broken by it.

14 years agoBug 422: RFC 2616 Date header requirements
Amos Jeffries [Fri, 3 Jul 2009 00:41:25 +0000 (12:41 +1200)] 
Bug 422: RFC 2616 Date header requirements

The Date: header appears to already be implemented on all generated
pages and ICAP processed pages.
This tests and enforces Date: on all other outgoing replies as required.

I'm not certain this is the right place, it appears to be post-caching.
The RFC indicates the Date: should be enforced pre-caching. But was
unable to find a place of input cloning/processing after initial parse.
The storeEntry timestamp is used to estimate correct receiving date.

14 years agoSimpler test for PURGE method
Amos Jeffries [Fri, 3 Jul 2009 00:39:38 +0000 (12:39 +1200)] 
Simpler test for PURGE method

Uses a tri-state setting on enable_purge and acl parsing to
detect PURGE method addition/removal instead of a complicated ACL
creation test post-configure.

This removes the annoying false errors about temp ACL and some minor
speed up in all actions that parse squid.conf.

14 years agoAuthor: Francesco Chemolli <kinkie@squid-cache.org>
Amos Jeffries [Fri, 3 Jul 2009 00:36:45 +0000 (12:36 +1200)] 
Author: Francesco Chemolli <kinkie@squid-cache.org>
Bug 2092: Changed select loop call counter to 64-bit

... unsigned long int so that it won't wrap around so easily.
Changed select loops counter from int to unsigned long int.

14 years agoAuthor: Philip Allison <philip.allison@smoothwall.net>
Amos Jeffries [Fri, 3 Jul 2009 00:34:45 +0000 (12:34 +1200)] 
Author: Philip Allison <philip.allison@smoothwall.net>
Bug 2614 fix: Potential loss of adapted body data from eCAP adapters

It was possible for Squid to stop reading buffered adapted body data before it
has all been sent to the browser.

Squid treated a call to noteAbContentDone by an adapter as a signal to stop
consuming and sending adapted body data. The correct behaviour is to use
noteAbContentDone to record the fact that the adapter has stopped producing
new adapted body data, but continue to consume and send data until all
buffered ab content is consumed and sent (i.e., abContent returns an empty
Area).

Links to relevant discussions:

https://answers.launchpad.net/ecap/+question/63068
https://answers.launchpad.net/ecap/+question/63147

14 years agoLanguage Updates: Add aliases from live traffic info
Amos Jeffries [Fri, 3 Jul 2009 00:32:54 +0000 (12:32 +1200)] 
Language Updates: Add aliases from live traffic info

Taking a scan of the last 98 days traffic and locating the country-code
Accept-Language headers used in that traffic to refer to the existing
languages gives a subset we can alias to further improve the coverage.

Also, Country-specific Arabic thanks to Alaa of the Translation Toolkit Project

14 years ago3.1.0.9 SQUID_3_1_0_9
Amos Jeffries [Fri, 26 Jun 2009 10:34:44 +0000 (04:34 -0600)] 
3.1.0.9

14 years agoPrep for 3.1.0.9
Amos Jeffries [Fri, 26 Jun 2009 09:21:35 +0000 (21:21 +1200)] 
Prep for 3.1.0.9

14 years agoPrevent getservbyname() being called with a numeric value on Windows.
Amos Jeffries [Fri, 26 Jun 2009 09:18:55 +0000 (21:18 +1200)] 
Prevent getservbyname() being called with a numeric value on Windows.

The function getservebyname() returns garbage values when called with
a numeric port "name" for Windows people.

14 years agoAuthor: Henrik Nordstrom <henrik@henriknordstrom.net>
Amos Jeffries [Fri, 26 Jun 2009 08:21:43 +0000 (20:21 +1200)] 
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
tar-ustar requires automake 1.9 or later. Drop earlier versions from selection, and add 1.11

14 years agoLanguage Update: Alias links now handle en-*
Amos Jeffries [Fri, 26 Jun 2009 07:23:37 +0000 (19:23 +1200)] 
Language Update: Alias links now handle en-*

14 years agoBug 2682: Add ftp_epsv control to disable EPSV support.
Amos Jeffries [Thu, 25 Jun 2009 13:40:32 +0000 (01:40 +1200)] 
Bug 2682: Add ftp_epsv control to disable EPSV support.

Some firewalls are known to be severly broken with EPSV requests.
This enables Admin to turn it off if they need to.

14 years agoPrep for 3.0.STABLE16
Amos Jeffries [Wed, 24 Jun 2009 06:36:45 +0000 (18:36 +1200)] 
Prep for 3.0.STABLE16

14 years agoMake gcc 4.4 happy with 3.1 libraries
Amos Jeffries [Wed, 24 Jun 2009 03:39:08 +0000 (15:39 +1200)] 
Make gcc 4.4 happy with 3.1 libraries

 - Fixes libecap build fubar
 - Fixes libbase circular dependencies for ufsdump

14 years agoFix alias linker dist/install
Amos Jeffries [Wed, 24 Jun 2009 03:37:51 +0000 (15:37 +1200)] 
Fix alias linker dist/install

make requires ';' after a SHELL command apparently.

Make alias-link.sh handle case where the DESTDIR is non-existent.
This occurs on some distro packaging systems (ie using langpack as a
separate package may not install errors).

14 years agoDetect IPv6 stack a little better.
Amos Jeffries [Wed, 24 Jun 2009 03:36:00 +0000 (15:36 +1200)] 
Detect IPv6 stack a little better.

Will now detect whether v4-mapping works and enable split-stack if not.
Moves these tests a similar below the header detection so they will work.

14 years agoCorrect ICMPv6 socket text
Amos Jeffries [Sat, 20 Jun 2009 14:44:11 +0000 (02:44 +1200)] 
Correct ICMPv6 socket text

14 years agoCorrect Licensing Credits
Amos Jeffries [Sat, 20 Jun 2009 14:38:28 +0000 (02:38 +1200)] 
Correct Licensing Credits

Several of the licenses mentioned in the CREDITS file are not relevant
to Squid-3.1 code any more. Several license disclaimers were found to be
missing.

Thanks to the Debian Project for identifying these incorrect entries.

14 years agoLanguage alias linker/installer/upgrade scripts
Amos Jeffries [Sat, 20 Jun 2009 14:36:50 +0000 (02:36 +1200)] 
Language alias linker/installer/upgrade scripts

alias-link.sh
  This is a script set designed to be called via make/Makefile and setup
  language codes for those languages which it would be impractical to
  bundle duplicate translated files for.
  Relies on local environment tools to be detected by automake.

make install
  - now also calls generation of aliases after existing install.
    Provided in file aliases.

make upgrade
  - cleans out legacy files from pre-3.1 and replaces with symlinks
    to the new upgraded language codes.
    Provided in file alias-upgrade.
  NP: this is a destructive process and must be manually run.

Bundle aliasing scripts and Makefile to use them with the langpack.

14 years agoAdd Treehouse to SPONSORS
Amos Jeffries [Sat, 20 Jun 2009 14:34:48 +0000 (02:34 +1200)] 
Add Treehouse to SPONSORS

14 years agoRemove last remains of dead options
Amos Jeffries [Sat, 20 Jun 2009 14:25:54 +0000 (02:25 +1200)] 
Remove last remains of dead options

14 years agoBug 2679: strsep and strtoll should be bundled
Amos Jeffries [Sat, 20 Jun 2009 14:20:24 +0000 (02:20 +1200)] 
Bug 2679: strsep and strtoll should be bundled

Incorrect autoconf macro to test for these was leading to a large hack.
Using the right macro fixes this issue and links as needed.

14 years agoInstall Kerberos helper in libexec not sbin
Amos Jeffries [Sat, 20 Jun 2009 14:19:15 +0000 (02:19 +1200)] 
Install Kerberos helper in libexec not sbin

14 years agoSourceFormat enforcement
Amos Jeffries [Sun, 14 Jun 2009 12:35:17 +0000 (00:35 +1200)] 
SourceFormat enforcement

14 years agoAuthor: fancyrabbit <fancyrabbit@gmail.com>
Amos Jeffries [Sun, 14 Jun 2009 12:12:12 +0000 (00:12 +1200)] 
Author: fancyrabbit <fancyrabbit@gmail.com>
Bug 2672: cacheMemMaxSize 32-bit overflow during snmpwalk

snint is 32-bits. Unwrapped the code casts int64 to int32 before
reducing the base unit size to MB.

14 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Sun, 14 Jun 2009 12:10:18 +0000 (00:10 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Make distuninstallcheck work when $(RM) contains spaces (e.g., rm -f).

We must quote $(RM) value when passing it to scripts/remove-cfg.sh
The bug was detected by running test-builds.sh.

14 years agoAuthor: Alex Rousskov <rousskov@measurement-factory.com>
Amos Jeffries [Sun, 14 Jun 2009 12:09:00 +0000 (00:09 +1200)] 
Author: Alex Rousskov <rousskov@measurement-factory.com>
Prevent "make check" failure on warn_unused_result warning for fwrite(3) call.

14 years agoBug 2395: FTP auth errors not displayed
Amos Jeffries [Sun, 14 Jun 2009 12:07:07 +0000 (00:07 +1200)] 
Bug 2395: FTP auth errors not displayed

Round 2 for this bug. Now we handle missing auth as an expected result
rather than a failure. FTP operations are now well tested and this patch
does not affect code shared with other components.

Side-effect is that browser authentication popups now appear when the
FTP server needs authentication. This has been a long missed event.

The root cause of the issue is not found so other subsequent errors in
FTP sub-protocol still silently lost due to the same issue.