]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
7 years agobug4682: When client-first bumping mode is used squid can ignore http access
Christos Tsantilas [Wed, 3 May 2017 14:43:59 +0000 (17:43 +0300)] 
bug4682: When client-first bumping mode is used squid can ignore http access
denied

Squid fails to identify HTTP requests which are tunneled inside an already
established client-first bumped tunnel, and this is results to ignore
http access denied for these requests.

This is a Measurement Factory project

7 years agoFix ssl_bump "bump" action documentation
Christos Tsantilas [Wed, 3 May 2017 14:37:53 +0000 (17:37 +0300)] 
Fix ssl_bump "bump" action documentation

Fixes squid documentation to correctly describe the squid behavior  when the
"bump" action is selected on step SslBump1. In this case squid selects
the client-first bumping mode.

This is a Measurement Factory project

7 years agoBug 4659 - sslproxy_foreign_intermediate_certs does not work
Christos Tsantilas [Sat, 29 Apr 2017 16:19:15 +0000 (19:19 +0300)] 
Bug 4659 - sslproxy_foreign_intermediate_certs does not work

The sslproxy_foreign_intermediate_certs directive does not work after r14769.
The bug is caused because of wrong use of X509_check_issued OpenSSL API call.

This is Measurement Factory project

7 years agoext_time_quota_acl: Add compile test to check dbopen() builds
Amos Jeffries [Thu, 20 Apr 2017 20:27:54 +0000 (08:27 +1200)] 
ext_time_quota_acl: Add compile test to check dbopen() builds

7 years agoBug 4589: ssl_crtd: returning zero on failure
Amos Jeffries [Tue, 18 Apr 2017 12:40:34 +0000 (00:40 +1200)] 
Bug 4589: ssl_crtd: returning zero on failure

7 years agoext_session_acl: cope with new logformat inputs
Amos Jeffries [Mon, 17 Apr 2017 21:36:36 +0000 (09:36 +1200)] 
ext_session_acl: cope with new logformat inputs

Now that Squid is sending an explicit '-' for the trailing %DATA parameter
if there were no acl parameters this helper needs to cope with it on
'active mode' session lookups when login/logout are not being performed.

7 years agoCleanup: remove C++ version 11+ macro checks
Amos Jeffries [Mon, 17 Apr 2017 21:24:33 +0000 (09:24 +1200)] 
Cleanup: remove C++ version 11+ macro checks

This version of Squid requires a C++11 compiler, so the conditional will always be true

7 years agoFix missing initialization in r15120
Amos Jeffries [Fri, 14 Apr 2017 14:35:11 +0000 (02:35 +1200)] 
Fix missing initialization in r15120

 Detected by Coverity Scan. Issue 1405101

7 years agoSecond adaptation missing for CONNECTs
Christos Tsantilas [Fri, 14 Apr 2017 09:27:23 +0000 (12:27 +0300)] 
Second adaptation missing for CONNECTs

Squid does not send CONNECT request to adaptation services
if the "ssl_bump splice" rule matched at step 2. This adaptation
is important because the CONNECT request gains SNI information during
the second SslBump step. This is a regression bug, possibly caused by
the Squid bug 4529 fix (trunk commits r14913 and r14914).

This is a Measurement Factory project.

7 years agoCount failures and use peer-specific connect timeouts when tunneling.
Eduard Bagdasaryan [Wed, 12 Apr 2017 23:34:50 +0000 (11:34 +1200)] 
Count failures and use peer-specific connect timeouts when tunneling.

Fixed two bugs with tunneling CONNECT requests (or equivalent traffic)
through a cache_peer:

1. Not detecting dead cache_peers due to missing code to count peer
   connect failures. TLS/SSL-level failures were detected (for "tls"
   cache_peers) but TCP/IP connect(2) failures were not (for all peers).

2. Origin server connect_timeout used instead of peer_connect_timeout or
   a peer-specific connect-timeout=N (where configured).

The regular forwarding code path does not have the above bugs. This
change reduces code duplication across the two code paths (that
duplication probably caused these bugs in the first place), but a lot
more work is needed in that direction.

The 5-second forwarding timeout hack has been in Squid since
forward_timeout inception (r6733). It is not without problems (now
marked with an XXX), but I left it as is to avoid opening another
Pandora box. The hack now applies to the tunneling code path as well.

7 years agoBug 4695: squidpurge: GCC 7 build errors
Lubos Uhliarik [Wed, 12 Apr 2017 03:12:29 +0000 (15:12 +1200)] 
Bug 4695: squidpurge: GCC 7 build errors

7 years agoCleanup: convert ACLIntRange loops to range-for
Amos Jeffries [Wed, 12 Apr 2017 00:07:55 +0000 (12:07 +1200)] 
Cleanup: convert ACLIntRange loops to range-for

7 years agoCleanup: remove redundant IntRange class from StoreMeta.cc
Amos Jeffries [Wed, 12 Apr 2017 00:00:22 +0000 (12:00 +1200)] 
Cleanup: remove redundant IntRange class from StoreMeta.cc

Use the Range<> template we have for generic ranges.

Move the Range.h template definitio to src/base/. It is only used by
code in src/.

Also, include a small performance improvements for StoreMeta::validLength().
Storing the valid TLV length limits in a static instead of generating a
new object instance on each call.

7 years agoRevert r15115
Amos Jeffries [Mon, 10 Apr 2017 04:12:10 +0000 (16:12 +1200)] 
Revert r15115

Seems I missed something vital in the testing of this.

7 years agoQA: allow test-suite to be run without a full build
Amos Jeffries [Sun, 9 Apr 2017 11:05:48 +0000 (23:05 +1200)] 
QA: allow test-suite to be run without a full build

The squid.conf processing tests have been assuming a full 'make check' was
run and generated a squid binary in the build directory.

This change allows callers to also run these tests on an arbitrary 'squid'
binary by using the command:
  make --eval="BIN_DIR=/path" -C test-suite squid-conf-tests

where /path is the path under which a squid binary already exists.

7 years agoBug 4696: move semantics regression to String class
Amos Jeffries [Sat, 8 Apr 2017 12:02:27 +0000 (00:02 +1200)] 
Bug 4696: move semantics regression to String class

7 years agoBug 4692: SslBump breaks intercepted IPv6 connections
Trever Adams [Thu, 6 Apr 2017 16:48:50 +0000 (04:48 +1200)] 
Bug 4692: SslBump breaks intercepted IPv6 connections

7 years agoCleanup: convert ByteCounter to C++11 initialization
Amos Jeffries [Mon, 3 Apr 2017 09:31:50 +0000 (21:31 +1200)] 
Cleanup: convert ByteCounter to C++11 initialization

7 years agoCleanup: convert class Client to C++11 initialization
Amos Jeffries [Mon, 3 Apr 2017 07:22:32 +0000 (19:22 +1200)] 
Cleanup: convert class Client to C++11 initialization

7 years agoCleanup: make Client::request a Pointer
Amos Jeffries [Sun, 2 Apr 2017 12:06:21 +0000 (00:06 +1200)] 
Cleanup: make Client::request a Pointer

7 years agoCleanup: make ident parameter for FilledChecklist optional
Amos Jeffries [Sun, 2 Apr 2017 12:05:34 +0000 (00:05 +1200)] 
Cleanup: make ident parameter for FilledChecklist optional

7 years agoPrep for 4.0.19 and 3.5.25
Amos Jeffries [Sun, 2 Apr 2017 07:38:18 +0000 (19:38 +1200)] 
Prep for 4.0.19 and 3.5.25

7 years agoAdd move semantics to String class
Amos Jeffries [Sat, 1 Apr 2017 16:46:01 +0000 (04:46 +1200)] 
Add move semantics to String class

Improves speed in several common header code paths using String.

Detected by Coverity Scan. Issue 1364732.

7 years agoCleaup: Convert Format token group names to SBuf
Amos Jeffries [Sat, 1 Apr 2017 16:40:56 +0000 (04:40 +1200)] 
Cleaup: Convert Format token group names to SBuf

7 years agoBug 4610: cleanup of BerkleyDB related checks
Amos Jeffries [Fri, 31 Mar 2017 18:43:20 +0000 (07:43 +1300)] 
Bug 4610: cleanup of BerkleyDB related checks

Most of the logic seems to be hangovers from when session helper was
using the BerkleyDB v1.85 compatibility interface. Some of it is
possibly still necessary for the time_quota helper, but that helper has
not been using it so far and needs an upgrade to match what happened to
session helper.

Changes:

* The helpers needing -ldb will not be built unless the library and
headers are available. So we can drop the Makefile LIB_DB substitutions
and always just link -ldb explicitly to these helpers.

NP: Anyone who needs small minimal binaries, can build with the
--as-needed linker flag, or without these helpers. This change has no
effect on other helpers or the main squid binary.

* Since we no longer need to check if -ldb is necessary, we can drop the
configure.ac and acinclude logic detecting that.

* Remove unused AC_CHECK_DECL(dbopen, ...)
 - resolves one "FIXME"

* Fix the time_quota helper check to only scan db.h header file contents
if that file is existing, and if the db_185.h file is not being used
instead.

* Fix the session helper check to only try compiling with the db.h
header if that header actually exists.

* De-duplicate the library header file detection shared by configure.ac
and the helpers required.m4 files (after the above two changes).

* Remove unused DBLIB variable from configure.ac.

7 years agoFix appending Http::HdrType::VIA code duplication
Eduard Bagdasaryan [Thu, 23 Mar 2017 12:55:36 +0000 (00:55 +1200)] 
Fix appending Http::HdrType::VIA code duplication

... resolving Via header truncation at 1024 bytes.

Also fixes the generated Via values for non-HTTP protocols.

7 years agoBug 4688: various typo error(s) in man page(s)
Lubos Uhliarik [Wed, 22 Mar 2017 05:04:41 +0000 (17:04 +1200)] 
Bug 4688: various typo error(s) in man page(s)

7 years agoCleanup: convert CachePeer to C++11 initialization
amos@georgia.treenetnz.com [Sat, 18 Mar 2017 09:41:16 +0000 (22:41 +1300)] 
Cleanup: convert CachePeer to C++11 initialization

7 years agoCleanup: convert netdbExchangeState to C++11 initialization
amos@georgia.treenetnz.com [Sat, 18 Mar 2017 07:43:03 +0000 (20:43 +1300)] 
Cleanup: convert netdbExchangeState to C++11 initialization

7 years agoAdd move semantics to remaining HTTP Parser heirarchy
Amos Jeffries [Sat, 18 Mar 2017 04:25:24 +0000 (17:25 +1300)] 
Add move semantics to remaining HTTP Parser heirarchy

Destructor is requied because this hierarchy contains virtuals, which in turn
means the compiler will not add move constructor by default. So we must add
teh default ones in ourselves.

  Detected by Coverity Scan. Issues 1364733 and 1364736.

7 years agoSourceFormat Enforcement
Source Maintenance [Fri, 17 Mar 2017 12:12:04 +0000 (12:12 +0000)] 
SourceFormat Enforcement

7 years agoDetail swapfile header inconsistencies.
Eduard Bagdasaryan [Fri, 17 Mar 2017 07:44:27 +0000 (20:44 +1300)] 
Detail swapfile header inconsistencies.

Squid may fail to load cache entry metadata for several very different
reasons, including the following two relatively common ones:

* A cache_dir entry corruption.
* Huge cache_dir entry metadata that does not fit into the I/O buffer
  used for loading entry metadata.

Knowing the exact failure reason may help triage and guide development.
We refactored existing checks to distinguish various error cases,
including the two above. Refactoring also reduced code duplication.

These improvements also uncovered and fixed a null pointer dereference
inside ufsdump.cc (but ufsdump does not even build right now for reasons
unrelated to these changes).

7 years agolibtrie: Fix 'make check' when run before 'make all'
Amos Jeffries [Fri, 17 Mar 2017 01:40:10 +0000 (14:40 +1300)] 
libtrie: Fix 'make check' when run before 'make all'

7 years agoDocs: update refresh_pattern description regarding 'max' option
Garri Djavadyan [Thu, 16 Mar 2017 07:52:37 +0000 (20:52 +1300)] 
Docs: update refresh_pattern description regarding 'max' option

7 years agoCleanup: Migrate Http1:: Parser child classes to C++11 initialization
Amos Jeffries [Wed, 15 Mar 2017 15:41:41 +0000 (04:41 +1300)] 
Cleanup: Migrate Http1:: Parser child classes to C++11 initialization

Also, add move semantics to Http1::RequestParser. This apparently will
make the clear() operators faster as they no longer have to data-copy.
At least, one the base Parser class supports move as well.

It also consists a small experiment to see if virtaul destructor alone
allows automatic move constructor to be added by the compiler.

7 years agoAdd move semantics to Security::ServerOptions and Security::PeerOptions
Amos Jeffries [Sat, 11 Mar 2017 16:33:07 +0000 (05:33 +1300)] 
Add move semantics to Security::ServerOptions and Security::PeerOptions

This apparently will make the clear() operators faster as they no longer
have to data-copy.

  Detected by Coverity Scan. Issues 1364734 and 1364737

7 years agoSourceFormat Enforcement
Source Maintenance [Sat, 11 Mar 2017 00:12:13 +0000 (00:12 +0000)] 
SourceFormat Enforcement

7 years agoBug 4680: Memory leak in v5 r15076
Amos Jeffries [Fri, 10 Mar 2017 18:12:05 +0000 (07:12 +1300)] 
Bug 4680: Memory leak in v5 r15076

Convrts the Http::Message lock/unlock macros to inline functions so the compiler can
catch this type of regression in future Pointer updates

7 years agoDocs: fix typo in rev.15082
Amos Jeffries [Sun, 5 Mar 2017 06:46:20 +0000 (19:46 +1300)] 
Docs: fix typo in rev.15082

7 years agoFixed build on some platforms: r15088 should have #included <vector>.
Alex Rousskov [Sun, 5 Mar 2017 01:02:23 +0000 (18:02 -0700)] 
Fixed build on some platforms: r15088 should have #included <vector>.

7 years agoSourceFormat Enforcement
Source Maintenance [Sat, 4 Mar 2017 00:12:01 +0000 (00:12 +0000)] 
SourceFormat Enforcement

7 years agoFixed URI scheme case-sensitivity treatment broken since r14802.
Alex Rousskov [Fri, 3 Mar 2017 23:18:25 +0000 (16:18 -0700)] 
Fixed URI scheme case-sensitivity treatment broken since r14802.

A parsed value for the AnyP::UriScheme image constructor parameter was
stored without toLower() canonicalization for known protocols (e.g.,
Squid would store "HTTP" instead of "http" after successfully parsing
"HTTP://EXAMPLE.COM/" in urlParseFinish()). Without that
canonicalization step, Squid violated various HTTP caching rules related
to URI comparison (and served fewer hits) when dealing with absolute
URLs containing non-lowercase HTTP scheme.

According to my limited tests, URL-based ACLs are not affected by this
bug, but I have not investigated how URL-based ACL code differs from
caching code when it comes to stored URL access and whether some ACLs
are actually affected in some environments.

7 years agoFix two read-ahead problems related to delay pools (or lack of thereof).
Eduard Bagdasaryan [Fri, 3 Mar 2017 22:15:10 +0000 (15:15 -0700)] 
Fix two read-ahead problems related to delay pools (or lack of thereof).

1. Honor EOF on Squid-to-server connections with full read ahead buffers
   and no clients when --enable-delay-pools is used without any delay
   pools configured in squid.conf.

Since trunk r6150.

Squid delays reading from the server after buffering read_ahead_gap
bytes that are not yet sent to the client. A delayed read is normally
resumed after Squid sends more buffered bytes to the client. See
readAheadPolicyCanRead() and kickReads().

However, Squid was not resuming the delayed read after all Store clients
were gone. If quick_abort prevents Squid from immediately closing the
corresponding Squid-to-server connection, then the connection gets stuck
until read_timeout (15m), even if the server closes much sooner, --
without reading from the server, Squid cannot detect the connection
closure. The affected connections enter the CLOSE_WAIT state.

Kicking delayed read when the last client leaves fixes the problem. The
removal of any client, including the last one, may change
readAheadPolicyCanRead() answer and, hence, deserves a kickReads() call.

Why "without any delay pools configured in squid.conf"? When classic
(i.e., delay_pool_*) delay pools are configured, Squid kicks all delayed
reads every second. That periodic kicking is an old design bug, but it
resumes stuck reads when all Store clients are gone. Without classic
delay pools, there is no periodic kicking. This fix does not address
that old bug but removes Squid hidden dependence on its side effect.

Note that the Squid-to-server connections with full read-ahead buffers
still remain "stuck" if there are non-reading clients. There is nothing
Squid can do about them because we cannot reliably detect EOF without
reading at least one byte and such reading is not allowed by the read
ahead gap. In other words, non-reading clients still stall server
connections.

While fixing this, I moved all CheckQuickAbort() tests into
CheckQuickAbortIsReasonable() because we need a boolean function to
avoid kicking aborted entries and because the old separation was rather
awkward -- CheckQuickAbort() contained "reasonable" tests that were not
in CheckQuickAbortIsReasonable(). All the aborting tests and their order
were preserved during this move. The moved tests gained debugging.

According to the existing test order in CheckQuickAbortIsReasonable(),
the above problem can be caused by:

* non-private responses with a known content length
* non-private responses with unknown content length, having quick_abort_min
  set to -1 KB.

2. Honor read_ahead_gap with --disable-delay-pools.

Since trunk r13954.

This fix also addresses "Perhaps these two calls should both live
in MemObject" comment and eliminates existing code duplication.

7 years agoSourceFormat Enforcement
Source Maintenance [Fri, 3 Mar 2017 12:12:01 +0000 (12:12 +0000)] 
SourceFormat Enforcement

7 years agoBug 4671 pt4: refactor Format::assemble()
Amos Jeffries [Fri, 3 Mar 2017 11:52:37 +0000 (00:52 +1300)] 
Bug 4671 pt4: refactor Format::assemble()

* replace the String local with an SBuf to get appendf()

* overdue removal of empty lines and '!= NULL' conditions

* reduce scope redux for many out assignments

* use sizeof(tmp) instead of '1024'

* Fixes many GCC 7 compile errors from snprintf() being called with a
  too-small buffer.

* update the for-loops in Adaptation::History to C++11 and produce output
  in an SBuf. Removing need for iterator typedef's and resolving more GCC 7
  warnings about too-small buffers for snprintf().

7 years agoBug 4671 pt3: remove limit on FTP realm strings
Amos Jeffries [Fri, 3 Mar 2017 11:41:07 +0000 (00:41 +1300)] 
Bug 4671 pt3: remove limit on FTP realm strings

Convert ftpRealm() from generating char* to SBuf. This fixes issues identified
by GCC 7 where the realm string may be longer than the available buffer and
gets truncated.
The size of the buffer was making the occurance rather rare, but it is still
possible.

7 years agoBug 4671 pt2: various GCC 7 compile errors
Amos Jeffries [Fri, 3 Mar 2017 11:36:02 +0000 (00:36 +1300)] 
Bug 4671 pt2: various GCC 7 compile errors

7 years agoBug 4657: delay IDENT until after PROXY protocol handling
Amos Jeffries [Thu, 2 Mar 2017 01:26:30 +0000 (14:26 +1300)] 
Bug 4657: delay IDENT until after PROXY protocol handling

7 years agoBug 4674: delay_parameters for class 3 and 4 assertion failed
Amos Jeffries [Wed, 1 Mar 2017 15:19:59 +0000 (04:19 +1300)] 
Bug 4674: delay_parameters for class 3 and 4 assertion failed

7 years agoCleanup: convert MemObject::_reply to ReplyPointer
Amos Jeffries [Wed, 1 Mar 2017 04:52:46 +0000 (17:52 +1300)] 
Cleanup: convert MemObject::_reply to ReplyPointer

7 years agoSourceFormat Enforcement
Source Maintenance [Tue, 28 Feb 2017 18:12:05 +0000 (18:12 +0000)] 
SourceFormat Enforcement

7 years agosquidclient: Fix missing error handling on PUT
Amos Jeffries [Tue, 28 Feb 2017 17:20:16 +0000 (06:20 +1300)] 
squidclient: Fix missing error handling on PUT

 Detected by Coverity Scan. Issue 1364710

7 years agoCleanup HttpStateData::peerSupportsConnectionPinning
Amos Jeffries [Mon, 27 Feb 2017 16:41:03 +0000 (05:41 +1300)] 
Cleanup HttpStateData::peerSupportsConnectionPinning

* move local variable lookups and creation as late as possible. This
  speeds up a bunch of cases where those variables are never needed.

* resolve an XXX about checking Proxy-Support header contents in an
  case-insensitive way, while also simplifying the test.

7 years agoCleanup: convert MemObject::request to Pointer
Amos Jeffries [Sun, 26 Feb 2017 10:24:15 +0000 (23:24 +1300)] 
Cleanup: convert MemObject::request to Pointer

7 years agoAdd missing return statements after self_destruct() in WCCP
Amos Jeffries [Thu, 23 Feb 2017 11:18:39 +0000 (00:18 +1300)] 
Add missing return statements after self_destruct() in WCCP

 Detected by Coverity Scan. Issues 136471213647131364718.

7 years agoAdd missing return statements after self_destruct()
Amos Jeffries [Thu, 23 Feb 2017 11:14:03 +0000 (00:14 +1300)] 
Add missing return statements after self_destruct()

 Detected by Coverity Scan. Issue 1364716.

7 years agoCleanup: convert class SBufStats to C++11 initialization
Amos Jeffries [Thu, 23 Feb 2017 11:11:13 +0000 (00:11 +1300)] 
Cleanup: convert class SBufStats to C++11 initialization

 ... and to Squid coding style layout.

This also resolves uninitialized variable in pinger issue detected by
Coverity Scan. Issue 1228696.

7 years agoAdd missing return statements after self_destruct() in UFS
Amos Jeffries [Thu, 23 Feb 2017 10:46:27 +0000 (23:46 +1300)] 
Add missing return statements after self_destruct() in UFS

 Detected by Coverity Scan. Issues 11542221154223.

7 years agoFix typ in rev.15070
Amos Jeffries [Thu, 23 Feb 2017 10:44:48 +0000 (23:44 +1300)] 
Fix typ in rev.15070

7 years agoAdd missing return statements after self_destruct() in rock config
Amos Jeffries [Thu, 23 Feb 2017 10:40:27 +0000 (23:40 +1300)] 
Add missing return statements after self_destruct() in rock config

  Detected by Coverity Scan. Issues 115421911542201154221.

------------- This line and the following will be ignored --------------

modified:
  src/fs/rock/RockSwapDir.cc

7 years agoAdd missing return statements after self_destruct()
Amos Jeffries [Thu, 23 Feb 2017 10:36:00 +0000 (23:36 +1300)] 
Add missing return statements after self_destruct()

 Detected by Coverity Scan. Issue 1401397

7 years agoAdd missing return statements after self_destruct()
Amos Jeffries [Thu, 23 Feb 2017 10:29:11 +0000 (23:29 +1300)] 
Add missing return statements after self_destruct()

 Detected by Coverity Scan. Issue 1364728.

7 years agoFix another Must(!= NULL) coverity issue.
Amos Jeffries [Thu, 23 Feb 2017 10:02:10 +0000 (23:02 +1300)] 
Fix another Must(!= NULL) coverity issue.

The issue is that Coverity Scan gets confused by implicit casting of NULL
to a Pointer into thinking that 'true' comparison is possible when NULL
is involved. The != should still compile to the correct checks.

 Coverity Scan issue 1364725.

7 years agoRemove some NULL references from adaptation/icap/ModXact.cc
Amos Jeffries [Thu, 23 Feb 2017 03:50:31 +0000 (16:50 +1300)] 
Remove some NULL references from adaptation/icap/ModXact.cc

This may resolve one odd false-positive by Coverity. Gets rid of some NULL anyhow if not.

7 years agoCleanup: convert SBuf to C++11 initialization
Amos Jeffries [Wed, 22 Feb 2017 17:39:44 +0000 (06:39 +1300)] 
Cleanup: convert SBuf to C++11 initialization

This should resolve many Coverity uninitialized member warnings
caused by the SBuf stub linked to pinger helper being confused
with the sbuf/libsbuf.la SBuf constructor definition.

7 years agoAdd missing include after rev.15059
Amos Jeffries [Wed, 22 Feb 2017 04:11:28 +0000 (17:11 +1300)] 
Add missing include after rev.15059

7 years agoFixed 'make check' to work with clang after r15057.
Alex Rousskov [Tue, 21 Feb 2017 16:32:01 +0000 (09:32 -0700)] 
Fixed 'make check' to work with clang after r15057.

7 years agoFixed one more type conversion error in r15057.
Alex Rousskov [Mon, 20 Feb 2017 22:23:02 +0000 (15:23 -0700)] 
Fixed one more type conversion error in r15057.

7 years agoFixed compilation and type conversion errors in r15057.
Alex Rousskov [Mon, 20 Feb 2017 17:41:41 +0000 (10:41 -0700)] 
Fixed compilation and type conversion errors in r15057.

7 years agoEnable https:// URL outgoing support with GnuTLS
Amos Jeffries [Mon, 20 Feb 2017 13:10:21 +0000 (02:10 +1300)] 
Enable https:// URL outgoing support with GnuTLS

7 years agoTLS: refactor Security::ContextPointer to a std::shared_ptr
Amos Jeffries [Mon, 20 Feb 2017 12:51:03 +0000 (01:51 +1300)] 
TLS: refactor Security::ContextPointer to a std::shared_ptr

These pointers now use the same construction pattern tested out with
Security::SessionPointer.

It also fixes a reference counting bug in GnuTLS code paths where the
PeerConnector::initialize() method would be passed a temporary Pointer
and thus free the context/credentials before it was used by the session
verify logics.

7 years agoSync with v5 rev.15058
Amos Jeffries [Mon, 20 Feb 2017 06:37:16 +0000 (19:37 +1300)] 
Sync with v5 rev.15058

7 years agoSourceLayout: move HttpMsgParseState into Http::Message class
Amos Jeffries [Mon, 20 Feb 2017 04:56:00 +0000 (17:56 +1300)] 
SourceLayout: move HttpMsgParseState into Http::Message class

7 years agoAdd response delay pools feature for Squid-to-client speed limiting.
Eduard Bagdasaryan [Sun, 19 Feb 2017 17:13:27 +0000 (06:13 +1300)] 
Add response delay pools feature for Squid-to-client speed limiting.

The feature restricts Squid-to-client bandwidth only.  It applies to
both cache hits and misses.

  * Rationale *

  This may be useful for specific response(s) bandwidth limiting.
  There are situations when doing this is hardly possible
  (or impossible) by means of netfilter/iptables operating with
  TCP/IP packets and IP addresses information for filtering. In other
  words, sometimes it is problematic to 'extract' a single response from
  TCP/IP data flow at system level. For example, a single Squid-to-client
  TCP connection can transmit multiple responses (persistent connections,
  pipelining or HTTP/2 connection multiplexing) or be encrypted
  (HTTPS proxy mode).

  * Description *

  When Squid starts delivering the final HTTP response to a client,
  Squid checks response_delay_pool_access rules (supporting fast ACLs
  only), in the order they were declared. The first rule with a
  matching ACL wins.  If (and only if) an "allow" rule won, Squid
  assigns the response to the corresponding named delay pool.

  If a response is assigned to a delay pool, the response becomes
  subject to the configured bucket and aggregate bandwidth limits of
  that pool, similar to the current "class 2" server-side delay pools,
  but with a brand new, dedicated "individual" filled bucket assigned to
  the matched response.

  The new feature serves the same purpose as the existing client-side
  pools: both features limit Squid-to-client bandwidth. Their common
  interface was placed into a new base BandwidthBucket class.  The
  difference is that client-side pools do not aggregate clients and
  always use one bucket per client IP. It is possible that a response
  becomes a subject of both these pools. In such situations only matched
  response delay pool will be used for Squid-to-client speed limiting.

  * Limitations *

  The accurate SMP support (with the aggregate bucket shared among
  workers) is outside this patch scope. In SMP configurations,
  Squid should automatically divide the aggregate_speed_limit and
  max_aggregate_size values among the configured number of Squid
  workers.

  * Also: *

  Fixed ClientDelayConfig which did not perform cleanup on
  destruction, causing memory problems detected by Valgrind. It was not
  possible to fix this with minimal changes because of linker problems
  with SquidConfig while checking with test-builds.sh. So I had
  to refactor ClientDelayConfig module, separating configuration code
  (old ClientDelayConfig class) from configured data (a new
  ClientDelayPools class) and minimizing dependencies with SquidConfig.

7 years agoSourceFormat Enforcement
Source Maintenance [Sun, 19 Feb 2017 06:12:04 +0000 (06:12 +0000)] 
SourceFormat Enforcement

7 years agoNative FTP relay: NAT and TPROXY interception fixes
Alexander Gozman [Sun, 19 Feb 2017 05:19:06 +0000 (18:19 +1300)] 
Native FTP relay: NAT and TPROXY interception fixes

7 years agoCleanup: convert DNS nameserver list from wordlist to SBufList
Amos Jeffries [Sun, 19 Feb 2017 04:18:27 +0000 (17:18 +1300)] 
Cleanup: convert DNS nameserver list from wordlist to SBufList

7 years agoext_kerberos_ldap_group_acl: fix unused value warnings
Amos Jeffries [Sat, 18 Feb 2017 18:05:57 +0000 (07:05 +1300)] 
ext_kerberos_ldap_group_acl: fix unused value warnings

 Detected by Coverity Scan. Issues 1364748 and 1364749.

7 years agoCleanup: convert main DNS classes to C++11 initialization
Amos Jeffries [Fri, 17 Feb 2017 23:34:49 +0000 (12:34 +1300)] 
Cleanup: convert main DNS classes to C++11 initialization

7 years agoCheck that -k argument is provided before trying to use it.
Amos Jeffries [Fri, 17 Feb 2017 04:53:00 +0000 (17:53 +1300)] 
Check that -k argument is provided before trying to use it.

 Detected by Coverity Scan. Issue 1364726.

7 years agoSourceFormat Enforcement
Source Maintenance [Thu, 16 Feb 2017 12:12:17 +0000 (12:12 +0000)] 
SourceFormat Enforcement

7 years agoSourceLayout: move HttpMsg into libhttp as Http::Message
Amos Jeffries [Thu, 16 Feb 2017 11:51:56 +0000 (00:51 +1300)] 
SourceLayout: move HttpMsg into libhttp as Http::Message

* move files and rename the class

* add http/forward.h entries for Message and MessagePointer
 (replacing the HttpMsg::Pointer typedef)

* remove unnecessary includes for HttpMsg.h and HttpRequest.h

Also, some minor cleanup within the class files reducing debugs()
duplication, function/method coding style and doxtgen'ating some
code comments.

7 years agoSourceFormat Enforcement
Source Maintenance [Thu, 16 Feb 2017 00:12:17 +0000 (00:12 +0000)] 
SourceFormat Enforcement

7 years agoFix empty header handling in Ecap::HeaderRep::hasAny().
Eduard Bagdasaryan [Wed, 15 Feb 2017 18:54:02 +0000 (11:54 -0700)] 
Fix empty header handling in Ecap::HeaderRep::hasAny().

The method returned false for present but empty "unknown" headers.
The fixed version is also faster, closing an old optimization XXX.

7 years agoCleanup: refcounting HttpRequest member of class ErrorState
Amos Jeffries [Wed, 15 Feb 2017 03:10:55 +0000 (16:10 +1300)] 
Cleanup: refcounting HttpRequest member of class ErrorState

Replace the manual lock/unlock of ErrorState::request with a Pointer.

Replace the parameter of ErrorState::NewForwarding to acccept a Pointer
and removes an assert() by absorbing the if(request) logic from the caller.

Also, some whitespace, NULL and HERE removals.

7 years agoCleanup: convert class ErrorState to C++11 initilization
Amos Jeffries [Tue, 14 Feb 2017 19:15:23 +0000 (08:15 +1300)] 
Cleanup: convert class ErrorState to C++11 initilization

7 years agoCleanup: convert class MessageSizes to C++11 initialization
Amos Jeffries [Tue, 14 Feb 2017 10:16:10 +0000 (23:16 +1300)] 
Cleanup: convert class MessageSizes to C++11 initialization

7 years agoDe-duplicate the ContextPointer creation code
Amos Jeffries [Tue, 14 Feb 2017 09:56:34 +0000 (22:56 +1300)] 
De-duplicate the ContextPointer creation code

Making the actual raw-pointer to Pointer conversion and lambda logic
into a protected method shared by both classes creatign ContextPointer.

Also improve debug a bit for libsecurity shared_ptr.

7 years agoFix memory leak and parse handling error introduced by r15024.
Eduard Bagdasaryan [Tue, 14 Feb 2017 02:03:27 +0000 (15:03 +1300)] 
Fix memory leak and parse handling error introduced by r15024.

* Do not leak Note::Value::Value::valueFormat.
* Throw if annotation value parsing failures.

Detected by Coverity Scan:
 * CID 1399758:  Error handling issues (CHECKED_RETURN)
 * CID 1399759:  Resource leaks (CTOR_DTOR_LEAK)

7 years agoBetter fix for bug 4663
Amos Jeffries [Sun, 12 Feb 2017 09:33:47 +0000 (22:33 +1300)] 
Better fix for bug 4663

7 years agoFix missing CRLF on FTP timeout ABORT commands
Amos Jeffries [Sun, 12 Feb 2017 02:33:40 +0000 (15:33 +1300)] 
Fix missing CRLF on FTP timeout ABORT commands

7 years agoBug 4663: GCC compile errors with optimization level -O3
Amos Jeffries [Sun, 12 Feb 2017 02:25:16 +0000 (15:25 +1300)] 
Bug 4663: GCC compile errors with optimization level -O3

7 years agoTLS: refactor Security::ContextPointer to a std::shared_ptr
Amos Jeffries [Fri, 10 Feb 2017 13:35:05 +0000 (02:35 +1300)] 
TLS: refactor Security::ContextPointer to a std::shared_ptr

These pointers now use the same construction pattern tested out with
Security::SessionPointer.

It also fixes a reference counting bug in GnuTLS code paths where the
PeerConnector::initialize() method would be passed a temporary Pointer
and thus free the context/credentials before it was used by the session
verify logics.

7 years agodigest_ldap_auth: Add -r option to clamp the realm to a fixed value
Emmanuel Fuste [Wed, 8 Feb 2017 19:12:00 +0000 (08:12 +1300)] 
digest_ldap_auth: Add -r option to clamp the realm to a fixed value

Some historic Digest Auth implementations do not include the realm in the
digest password attribute. The password is effectively stored as "HA1"
instead of "REALM:HA1".

The realm cannot simply be ignored due to:
 1) the realm is both the salting value used within the hash and the
scope limitation on what inputs from HTTP are used to compare against
the A1, and
 2) Squid does not itself verify the realm received was the one offered
and leaves the comparison to the backend system. There is some
possibility the authentication system is using multiple security realms
and Squids realm string is just an offer.

Not having realm tied to the credentials in the backend storage leaves
this particular helper with no other option but to trust the realm sent
(probably) over clear-text by any client/attacker actually matches the
salting. That allows remote senders to manipulate the realm string they
send to perform a collision attack against the stored password.
 They no longer have to find and prove knowledge of the password. But
just find a collision for its hash vs arbitrary realm strings.

Old Digest systems are not the safest things to begin with. They also
tend to use MD5 hashing which was the only one available for many years
and relatively easy to find collisions for.

To resolve all these problems allow the -l parameter to accept an empty
string ('-l "" ') when the -r option provides a fixed realm.

Also, fix several typos in the help text.

7 years agoFix uninitialized variable in libadaptation
Amos Jeffries [Wed, 8 Feb 2017 17:57:26 +0000 (06:57 +1300)] 
Fix uninitialized variable in libadaptation

The grokBool() parse method does not alter the bool parameter on invalid
inputs. This results in encrypt local variabel bein gused uninitialized.

7 years agoGCC7: raise FTP Gateway CTRL channel buffer to 16KB
Amos Jeffries [Tue, 7 Feb 2017 08:20:39 +0000 (21:20 +1300)] 
GCC7: raise FTP Gateway CTRL channel buffer to 16KB

Fixes
 error: %s directive output may be truncated writing up to 8191 bytes
        into a region of size 1019
 note: snprintf output between 8 and 8199 bytes into a destination of
       size 1024

7 years agoBump SSL client on [more] errors encountered before ssl_bump evaluation
Christos Tsantilas [Mon, 6 Feb 2017 16:52:12 +0000 (18:52 +0200)] 
Bump SSL client on [more] errors encountered before ssl_bump evaluation

... such as ERR_ACCESS_DENIED with HTTP/403 Forbidden triggered by an
http_access deny rule match.

The old code allowed ssl_bump step1 rules to be evaluated in the
presence of an error. An ssl_bump splicing decision would then trigger
the useless "send the error to the client now" processing logic instead
of going down the "to serve an error, bump the client first" path.

Furthermore, the ssl_bump evaluation result itself could be surprising
to the admin because ssl_bump (and most other) rules are not meant to be
evaluated for a transaction in an error state. This complicated triage.

Also polished an important comment to clarify that we want to bump on
error if (and only if) the SslBump feature is applicable to the failed
transaction (i.e., if the ssl_bump rules would have been evaluated if
there were no prior errors). The old comment could have been
misinterpreted that ssl_bump rules must be evaluated to allow an
"ssl_bump splice" match to hide the error.

This is a Measurement Factory project.

7 years agoPrep for 4.0.18
Amos Jeffries [Sun, 5 Feb 2017 21:07:43 +0000 (10:07 +1300)] 
Prep for 4.0.18

7 years agoRe-enable https:// URL handling after merges
Amos Jeffries [Sun, 5 Feb 2017 17:20:04 +0000 (06:20 +1300)] 
Re-enable https:// URL handling after merges

7 years agoSync from v5 r15034
Amos Jeffries [Sun, 5 Feb 2017 16:44:17 +0000 (05:44 +1300)] 
Sync from v5 r15034