]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
8 years agoMoved time_msec_t from typedefs.h to SquidTime.h
Francesco Chemolli [Fri, 28 Aug 2015 18:29:16 +0000 (20:29 +0200)] 
Moved time_msec_t from typedefs.h to SquidTime.h

8 years agoMoved mb_size_t from typedefs.h to MemBuf.h
Francesco Chemolli [Fri, 28 Aug 2015 18:11:54 +0000 (20:11 +0200)] 
Moved mb_size_t from typedefs.h to MemBuf.h

8 years agoMoved FQDNH declaration from typedefs.h to fqdncache.h
Francesco Chemolli [Fri, 28 Aug 2015 18:02:41 +0000 (20:02 +0200)] 
Moved FQDNH declaration from typedefs.h to fqdncache.h

8 years agoMove PF declaration from typedefs.h to comm/forward.h
Francesco Chemolli [Fri, 28 Aug 2015 15:16:42 +0000 (17:16 +0200)] 
Move PF declaration from typedefs.h to comm/forward.h

8 years agoMoved FREE declaration from typedefs.h to mem/forward.h
Francesco Chemolli [Fri, 28 Aug 2015 14:43:37 +0000 (16:43 +0200)] 
Moved FREE declaration from typedefs.h to mem/forward.h

8 years agoMoved snmp-related variable_list from typedefs.h to snmp_core.h
Francesco Chemolli [Fri, 28 Aug 2015 13:58:29 +0000 (15:58 +0200)] 
Moved snmp-related variable_list from typedefs.h to snmp_core.h

8 years agoMove nfmark_t and tos_t declarations to ip/forward.h
Francesco Chemolli [Fri, 28 Aug 2015 13:31:03 +0000 (15:31 +0200)] 
Move nfmark_t and tos_t declarations to ip/forward.h

8 years agoMoved sfileno and sdirno from typedefs.h to fs/forward.h
Francesco Chemolli [Fri, 28 Aug 2015 12:28:07 +0000 (14:28 +0200)] 
Moved sfileno and sdirno from typedefs.h to fs/forward.h

8 years agoRemoved unused CommWriteStateData and fde::wstate
Francesco Chemolli [Fri, 28 Aug 2015 09:57:38 +0000 (11:57 +0200)] 
Removed unused CommWriteStateData and fde::wstate

8 years agoMerged from trunk
Francesco Chemolli [Fri, 28 Aug 2015 09:12:49 +0000 (11:12 +0200)] 
Merged from trunk

8 years agomoved HLPSONEQ and HLPSAVAIL from typedefs.h to helper.h, SIGHDLR to tools.h, STDIRSE...
Francesco Chemolli [Fri, 28 Aug 2015 08:26:26 +0000 (10:26 +0200)] 
moved HLPSONEQ and HLPSAVAIL from typedefs.h to helper.h, SIGHDLR to tools.h, STDIRSELECT to SwapDir.h and removed unused STVLDCB HLPCMDOPTS

8 years agoSourceLayout: shuffle MemMeter into libmem and Mem:: namespace
Amos Jeffries [Thu, 27 Aug 2015 21:44:42 +0000 (14:44 -0700)] 
SourceLayout: shuffle MemMeter into libmem and Mem:: namespace

* move the memMeter.h file to src/mem/Meter.h

* move the helper #define macros logic to class members

* provide accessors to make all class members private

There are no logic changes in this patch.

8 years agoMoved typedefs.h:WRITE_HANDLER to fde.h, and ERCB to errorpage.h
Francesco Chemolli [Thu, 27 Aug 2015 16:53:12 +0000 (18:53 +0200)] 
Moved typedefs.h:WRITE_HANDLER to fde.h, and ERCB to errorpage.h

8 years agoRemove unnecessary typedefs.h:DOCB, DCCB, DUCB
Francesco Chemolli [Thu, 27 Aug 2015 16:46:02 +0000 (18:46 +0200)] 
Remove unnecessary typedefs.h:DOCB, DCCB, DUCB

8 years agoRemove unnecessary typedefs.h:DTCB
Francesco Chemolli [Thu, 27 Aug 2015 16:34:23 +0000 (18:34 +0200)] 
Remove unnecessary typedefs.h:DTCB

8 years agoRemove unneeded typedefs.h:FOCB
Francesco Chemolli [Thu, 27 Aug 2015 16:12:53 +0000 (18:12 +0200)] 
Remove unneeded typedefs.h:FOCB

8 years agoBug 4306: build portability fix in Kerberos helpers
Patrick Welche [Thu, 27 Aug 2015 08:06:38 +0000 (01:06 -0700)] 
Bug 4306: build portability fix in Kerberos helpers

8 years agoBug 3553: cache_swap_high ignored and maxCapacity used instead
Amos Jeffries [Wed, 26 Aug 2015 17:51:18 +0000 (10:51 -0700)] 
Bug 3553: cache_swap_high ignored and maxCapacity used instead

Also, to make matters worse the amount of objects (max 70) being purged on
each of the 1-second maintenance loops was far too small for the traffic
speeds of up to 20k RPS now being processed by proxies.

This fixes the cache_swap_high behaviour to closer match what is documented
at present, although some documentatino does say it cleans all the way down
to the low-water mark. Which appears never to have been true in regards to
one cycle but would occur over several of the proxy speed was not too high.

With this updated algorithm there is almost no limit to how far the
aggressiveness can scale, but it is linear at 200 objects per multiple of the
gap between low- and high- watermark.

SwapDir::maintain is now fairly well documented and debug traces added. With
several TODO ideas for future improvement also documented in the method code.

8 years agoRevert c++11 override keyword detection support
Francesco Chemolli [Wed, 26 Aug 2015 15:32:31 +0000 (17:32 +0200)] 
Revert c++11 override keyword detection support

8 years agoImplement and use detection of compiler support for c++11 override keyword
Francesco Chemolli [Wed, 26 Aug 2015 14:20:57 +0000 (16:20 +0200)] 
Implement and use detection of compiler support for c++11 override keyword

8 years agoDocs: release notes update for C++11 compilers
Amos Jeffries [Wed, 26 Aug 2015 13:53:33 +0000 (06:53 -0700)] 
Docs: release notes update for C++11 compilers

Intel ICC sadly does not meet the 'full C++11 support' claim:

/usr/include/c++/4.8.2/tuple(1075): error: "pair" is not a nonstatic data
member or base class of class "std::pair<T, Base>"

8 years agoRemove GCC 2.x and 3.x detection and support
Amos Jeffries [Wed, 26 Aug 2015 10:05:35 +0000 (03:05 -0700)] 
Remove GCC 2.x and 3.x detection and support

C++11 support is now required and the detection for that should error
far more nicely for these old compilers than these $GCCVER hacks

8 years agoFix leftover issues in some Makefile.am files
Francesco Chemolli [Wed, 26 Aug 2015 09:14:13 +0000 (11:14 +0200)] 
Fix leftover issues in some Makefile.am files

8 years agoFix initializer list of STUB MemPools in stub_libmem
Amos Jeffries [Tue, 25 Aug 2015 15:57:55 +0000 (08:57 -0700)] 
Fix initializer list of STUB MemPools in stub_libmem

Keeps coverity a bit happier about Issue 1318027

8 years agoRevert extra changes in rev.14254
Amos Jeffries [Tue, 25 Aug 2015 15:04:22 +0000 (08:04 -0700)] 
Revert extra changes in rev.14254

8 years agoPortability fix: detect c++11 random support and implement fallbacks if not available
Francesco Chemolli [Tue, 25 Aug 2015 14:36:54 +0000 (16:36 +0200)] 
Portability fix: detect c++11 random support and implement fallbacks if not available

8 years agoMaintenance: remove unused mk-globals-c.pl script
Amos Jeffries [Tue, 25 Aug 2015 14:19:26 +0000 (07:19 -0700)] 
Maintenance: remove unused mk-globals-c.pl script

8 years agoMaintenance: remove unused mk-string-arrays.pl script
Amos Jeffries [Tue, 25 Aug 2015 14:10:22 +0000 (07:10 -0700)] 
Maintenance: remove unused mk-string-arrays.pl script

8 years agoDocs: dist HTML not SGML copy
Amos Jeffries [Tue, 25 Aug 2015 14:02:52 +0000 (07:02 -0700)] 
Docs: dist HTML not SGML copy

8 years agoFix src/icmp/Makefile.am
Francesco Chemolli [Tue, 25 Aug 2015 13:36:13 +0000 (15:36 +0200)] 
Fix src/icmp/Makefile.am

8 years agoFix memory leak in Surrogate-Capability header detection
Amos Jeffries [Tue, 25 Aug 2015 12:51:31 +0000 (05:51 -0700)] 
Fix memory leak in Surrogate-Capability header detection

 Detected by Coverity Scan. Issue 1318023

8 years agoPortability fix: better support for BSD make
Francesco Chemolli [Tue, 25 Aug 2015 11:11:23 +0000 (13:11 +0200)] 
Portability fix: better support for BSD make

8 years agoDocs: fix automake -j on release notes
Amos Jeffries [Tue, 25 Aug 2015 10:47:14 +0000 (03:47 -0700)] 
Docs: fix automake -j on release notes

8 years agoWhen a RESPMOD service aborts, mark the body it produced as truncated.
Alex Rousskov [Mon, 24 Aug 2015 21:07:31 +0000 (15:07 -0600)] 
When a RESPMOD service aborts, mark the body it produced as truncated.

Without these changes, the recipient of the truncated body often
cannot tell that the body was actually truncated (e.g., when Squid
uses chunked encoding for body delivery). Lying about truncation
may result in rather serious user-level problems.

8 years agoDocs: fix HTML tags in release notes
Amos Jeffries [Mon, 24 Aug 2015 18:36:20 +0000 (11:36 -0700)] 
Docs: fix HTML tags in release notes

8 years agoSourceFormat Enforcement
Source Maintenance [Mon, 24 Aug 2015 18:12:00 +0000 (18:12 +0000)] 
SourceFormat Enforcement

8 years agomempools-nozero part 4: do not zero out MEMPROXY_CLASS pools
Francesco Chemolli [Mon, 24 Aug 2015 17:53:25 +0000 (19:53 +0200)] 
mempools-nozero part 4: do not zero out MEMPROXY_CLASS pools

8 years agomempools-nozero part 3: debug
Francesco Chemolli [Mon, 24 Aug 2015 17:49:50 +0000 (19:49 +0200)] 
mempools-nozero part 3: debug

Make Debug::OutStream to be a MEMPROXY_CLASS user, rather than rolling own
operator new and delete.

8 years agomempools-nozero part 2: wordlist
Francesco Chemolli [Mon, 24 Aug 2015 16:51:17 +0000 (18:51 +0200)] 
mempools-nozero part 2: wordlist

Implement constructors for wordlist allowing them to support non-zeroing pools
Make destructor private in order to force clients to use wordlistDestroy
Implement wordlistChopHead to support the only user of deleting the head of a wordlist

8 years agomempools-nozero part 1: fix ctors of classes declared MEMPROXY_CLASS
Francesco Chemolli [Mon, 24 Aug 2015 14:20:07 +0000 (16:20 +0200)] 
mempools-nozero part 1: fix ctors of classes declared MEMPROXY_CLASS

8 years agoBug 4278: Docs: typo in the refresh_pattern freshness algorithm
Javad Kouhi [Mon, 24 Aug 2015 12:18:26 +0000 (05:18 -0700)] 
Bug 4278: Docs: typo in the refresh_pattern freshness algorithm

8 years agoDocs: auto-build release notes for snapshots
Amos Jeffries [Sun, 23 Aug 2015 11:53:54 +0000 (04:53 -0700)] 
Docs: auto-build release notes for snapshots

This adds conditional build support to generate release notes whenever
a tarball is being created, regardless of what the code branch status
is. All that is required is the linuxdoc tool chain.

Formal release branch snapshots have been publishing the notes files
built for their previous release. But development versions of Squid
have not been getting documented at all which can be annoying for
testers.

The release-N.html file is also removed from the repository. With this
update it should no longer be needed by the snapshot machinery.

8 years agoDocs: make snapshots pull RELEASENOTES.html from top directory
Amos Jeffries [Sun, 23 Aug 2015 06:35:30 +0000 (23:35 -0700)] 
Docs: make snapshots pull RELEASENOTES.html from top directory

Prevent the need to go searching for release notes by version. Pull a
a copy from the top-level sources directory if any exist there.

The latest squid 4+ versions will (soon) be creating that file for this
and downstream distributors use.

8 years agoTLS: failure of https:// context non-fatal for non-OpenSSL builds
Amos Jeffries [Sat, 22 Aug 2015 19:06:46 +0000 (12:06 -0700)] 
TLS: failure of https:// context non-fatal for non-OpenSSL builds

Only OpenSSL library is 'guaranteed' to produce a TLS context at this point
in the conversion to library-agnostic security. Any others may produce
nothing.

Match the DBG_IMPORTANT used for debug level of the 'initializing' message.

8 years agoTurn Ftp::Server::EarlyErrorKind into C++11 strongly-typed enum
Francesco Chemolli [Fri, 21 Aug 2015 14:00:28 +0000 (16:00 +0200)] 
Turn Ftp::Server::EarlyErrorKind into C++11 strongly-typed enum

8 years agoCleanup: fix assertion in Store unit tests
Amos Jeffries [Fri, 21 Aug 2015 09:43:53 +0000 (02:43 -0700)] 
Cleanup: fix assertion in Store unit tests

The old Squid String implementation cannot handle appending nullptr or
negative lengths. So if the test code using CapturingStoreEntry ever
tries to append such it will crash instead of working like a StoreEntry
should.

8 years agoDocs: fix typo in miss_access
Lubos Uhliarik [Thu, 20 Aug 2015 12:28:33 +0000 (05:28 -0700)] 
Docs: fix typo in miss_access

8 years agoSourceFormat Enforcement
Source Maintenance [Thu, 20 Aug 2015 12:12:20 +0000 (12:12 +0000)] 
SourceFormat Enforcement

8 years agoRework r14231, hopefully in a more portable way
Francesco Chemolli [Thu, 20 Aug 2015 12:01:01 +0000 (14:01 +0200)] 
Rework r14231, hopefully in a more portable way

8 years agoRevert override keyword in Ftp::Server::callException
Francesco Chemolli [Thu, 20 Aug 2015 09:55:56 +0000 (11:55 +0200)] 
Revert override keyword in Ftp::Server::callException

If even one only method is marked override in a class, then clang
requires all overriding methods in the class to be marked as such.
This uncovers a problem where toCbdata is defined virtual in
AsyncJob (which Ftp::Server inherits from) and implemented nonvirtual
in the CBDATA_CLASS macro. Fixing this will be the result of a sepearate
effort, for now covering up by removing keyword and marking XXX.

8 years agoWork around clang complaining of unknown attributes in libxml2
Francesco Chemolli [Thu, 20 Aug 2015 02:44:31 +0000 (04:44 +0200)] 
Work around clang complaining of unknown attributes in libxml2

8 years agoFtpServer.cc:1024: "reply != NULL" assertion
Christos Tsantilas [Wed, 19 Aug 2015 10:18:02 +0000 (13:18 +0300)] 
FtpServer.cc:1024: "reply != NULL" assertion

Handle nil HttpReply pointer inside various handlers called from
Ftp::Server::handleReply(). For example, when the related StoreEntry
object is aborted, the client_side_reply.cc code may call the
Ftp::Server::handleReply() method with a nil reply pointer.

The Ftp::Server::handleReply() methods itself cannot handle nil replies
because they are valid in many states. Only state-specific handlers know
whether they need the reply.

The Ftp::Server::handleReply() method is called [via Store] from Client code.
Thus, exceptions in handleReply() are handled by the Ftp::Client job. That job
does not have enough information to know whether the client-to-Squid connection
should be closed; the job keeps the connection open. When the reply is nil,
that open connection becomes unusable, leading to more problems.

This patch fixes the Ftp::Server::handleReply() to handle exceptions,
including closing the connections in the case of an exception. It also
adds Must(reply) checks to check for nil HttpReply pointers where the
reply is required. Eventually, Store should start using async calls to
protect jobs waiting for Store updates. Meanwhile, this should help.

This is a Measurement Factory project.

8 years agoDocs: Release Notes update for 4.0
Amos Jeffries [Tue, 18 Aug 2015 15:13:58 +0000 (03:13 +1200)] 
Docs: Release Notes update for 4.0

* Document C++11 requirement for compilers.

* Document ICAPS support

* Document Elliptic Curve Diffi-Hellman updates

* Document SMP updates affecting feature availability

Also, some squid.conf.documented updates for new features:

* Update icap_service TLS options to replace "ssl" prefix with "tls-"
  on newly added options.

* Remove icap_service 'sslcapath=' option from public display.
 It is still supported, but not very portable outside OpenSSL so
 do not encourage use at this time.

8 years agoSourceFormat Enforcement
Source Maintenance [Mon, 17 Aug 2015 12:12:10 +0000 (12:12 +0000)] 
SourceFormat Enforcement

8 years agoIgnore impossible SSL bumping actions, as intended and documented.
Christos Tsantilas [Mon, 17 Aug 2015 07:16:17 +0000 (10:16 +0300)] 
Ignore impossible SSL bumping actions, as intended and documented.

According to Squid wiki: "Some actions are not possible during
certain processing steps. During a given processing step, Squid
ignores ssl_bump lines with impossible actions". The distributed
squid.conf.documented has similar text.

Current Squid violates the above rule. Squid considers all actions,
and if an impossible action matches first, Squid guesses what the
true configuration intent was. Squid may guess wrong. For example,
depending on the transaction, Squid may guess that a matching
stare or peek action during bumping step3 means "bump", breaking
peeked connections that cannot be bumped.

This unintended but gross configuration semantics violation remained
invisible until bug 4237, probably because most configurations in
most environments either worked around the problem (where admins
experimented to "make it work") or did not result in visible
errors (where Squid guesses did not lead to terminated connections).

While configuration workarounds are possible, the current
implementation is very wrong and leads to overly complex and, hence,
often wrong configurations. It is also nearly impossible to document
accurately because the guessing logic depends on too many factors.

To fix this, we add an action filtering/banning mechanism to Squid
ACL code. This mechanism is then used to:
  - ban client-first and server-first on bumping steps 2 and 3.
  - ban peek and stare actions on bumping step 3.
  - ban splice on step3 if stare is selected on step2 and
    Squid cannot splice the SSL connection any more.
  - ban bump on step3 if peek is selected on step2 and
    Squid cannot bump the connection any more.

The same action filtering mechanism may be useful for other
ACL-driven directives with state-dependent custom actions.

This change adds a runtime performance overhead of a single virtual
method call to all ORed ACLs that do not use banned actions.
That method itself just returns false unless the ACL represents
a whole directive rule. In the latter case, an std::vector size()
is also checked. It is possible to avoid this overhead by adding
a boolean "I may ban actions" flag to Acl::OrNode, but we decided
the small performance harm is not worth the extra code to set
that flag.

This is a Measurement Factory project.

8 years agoBug 4285 partial: %us is not supported in access.log
Amos Jeffries [Sun, 16 Aug 2015 09:19:21 +0000 (02:19 -0700)] 
Bug 4285 partial: %us is not supported in access.log

8 years agoBug 4302: IPFilter v5 transparent interception
Amos Jeffries [Sun, 16 Aug 2015 07:56:20 +0000 (00:56 -0700)] 
Bug 4302: IPFilter v5 transparent interception

8 years agoDocs: update intercept/tproxy related text
Amos Jeffries [Sun, 16 Aug 2015 07:45:04 +0000 (00:45 -0700)] 
Docs: update intercept/tproxy related text

8 years agoSourceFormat Enforcement
Source Maintenance [Thu, 13 Aug 2015 00:12:11 +0000 (00:12 +0000)] 
SourceFormat Enforcement

8 years agoNew SBuf and Tokenizer methods to simplify suffix parsing and skipping
Alex Rousskov [Wed, 12 Aug 2015 22:18:22 +0000 (16:18 -0600)] 
New SBuf and Tokenizer methods to simplify suffix parsing and skipping
(and to make suffix/reverse APIs more similar to prefix/forward ones).

Also reluctantly changed Tokenizer to update parsedSize() when parsing
suffixes, per reviewer request.

8 years agoBug 4301: compile errors with IPFilter interception
Patrick Welche [Tue, 11 Aug 2015 07:25:52 +0000 (00:25 -0700)] 
Bug 4301: compile errors with IPFilter interception

8 years agoBug 4242: compile errors with eCAP using clang-3.6
Pavel Timofeev [Tue, 11 Aug 2015 06:32:29 +0000 (23:32 -0700)] 
Bug 4242: compile errors with eCAP using clang-3.6

8 years agoPolish: add debug section,level to cache.log
Amos Jeffries [Tue, 11 Aug 2015 06:15:34 +0000 (23:15 -0700)] 
Polish: add debug section,level to cache.log

Cache.log produced at level ALL,9 are very verbose, and tracking down
what specific section,level details to log for a shorter trace without
lost details can sometimes be tricky and time consuming. Particularly
when multiple sections are involved.

This patch adds a column containing the relevant debug_options
SECTION,LEVEL value on each line right after the kidN number for debug
levels 2+.

8 years agoFix missing virtual destructor in Packable API
Alex Rousskov [Tue, 11 Aug 2015 05:35:08 +0000 (22:35 -0700)] 
Fix missing virtual destructor in Packable API

8 years agoTLS: fix various bugs in HTTPS proxying context creation
Amos Jeffries [Tue, 11 Aug 2015 04:41:55 +0000 (21:41 -0700)] 
TLS: fix various bugs in HTTPS proxying context creation

cache_peer with "ssl" option and DIRECT HTTPS outgoing traffic was
not having TLS context initialized at all. Resulting in TLS outgoing
being disabled unless explicit extra options were used.

With this patch:

The default squid.conf sets "tls_outgoing_options min-version=1.0".
Which auto-enables DIRECT outgoing, the new explicit "disable" option
is required to turn off.

http_port ... protocol=HTTPS and https_port forces
"encryptTransport=true;" explicitly based on the expected protocol. So
it is either enabled by the parse() call when TLS options are used, or
forced on anyway later when the protocol is validated.

icaps:// services also explicitly set "encryptTransport=true;"
explicitly based on 's' in the service URI scheme.

The cache_peer requires a minimum of "ssl" option to be configured. Any
use of TLS/SSL options other than "disable" will enable TLS to the peer.

In summary TLS should be:

* default-on for all https_port, icaps:// services, and outgoing
https:// traffic.

* manually enabled on cache_peer and http_port.

* manually disabled on outgoing https:// traffic.

8 years agoSourceFormat Enforcement
Source Maintenance [Tue, 11 Aug 2015 00:12:10 +0000 (00:12 +0000)] 
SourceFormat Enforcement

8 years agoReject non-chunked HTTP messages with conflicting Content-Length values.
Alex Rousskov [Mon, 10 Aug 2015 21:23:12 +0000 (15:23 -0600)] 
Reject non-chunked HTTP messages with conflicting Content-Length values.

Squid used to trust and forward the largest Content-Length header. This
behavior violated an RFC 7230 MUST in Section 3.3.3 item #4. It also confused
some ICAP services and probably some HTTP agents. Squid now refuses to forward
the badly framed message to the ICAP service and HTTP agent, responding with
an HTTP 411 or 502 (depending on the message direction) error instead.

This is a quick-and-dirty implementation. A polished version should reject
responses with invalid Content-Length values as well (per RFC 7230 MUST) and
should behave the same regardless of the relaxed_header_parser setting (this
is not a header parsing issue).

8 years agoReplace use of String in ProcessRoles() with SBuf
Amos Jeffries [Sun, 9 Aug 2015 10:14:38 +0000 (03:14 -0700)] 
Replace use of String in ProcessRoles() with SBuf

8 years agoRemove unused SBUF_SOURCE from parser/Makefile
Amos Jeffries [Fri, 7 Aug 2015 04:52:00 +0000 (21:52 -0700)] 
Remove unused SBUF_SOURCE from parser/Makefile

8 years agoRemove always-true checks in HttpHdrCc (CID 1315405, 1315406)
Francesco Chemolli [Thu, 6 Aug 2015 18:55:29 +0000 (20:55 +0200)] 
Remove always-true checks in HttpHdrCc (CID 13154051315406)

8 years agoSourceFormat Enforcement
Source Maintenance [Thu, 6 Aug 2015 12:12:11 +0000 (12:12 +0000)] 
SourceFormat Enforcement

8 years agoMerge coverity-fixes - HttpHeader refactor
Francesco Chemolli [Thu, 6 Aug 2015 07:30:15 +0000 (09:30 +0200)] 
Merge coverity-fixes - HttpHeader refactor

8 years agoImplement operator<<(ostream,Http::HttpHdr) merge-candidate-3-v2
Francesco Chemolli [Thu, 6 Aug 2015 02:50:14 +0000 (04:50 +0200)] 
Implement operator<<(ostream,Http::HttpHdr)

8 years agoImplement operator<<(ostream, HttpHdrCc
Francesco Chemolli [Wed, 5 Aug 2015 21:11:09 +0000 (23:11 +0200)] 
Implement operator<<(ostream, HttpHdrCc

8 years agoFix formatting
Francesco Chemolli [Wed, 5 Aug 2015 16:56:42 +0000 (18:56 +0200)] 
Fix formatting

8 years agoFix typo
Francesco Chemolli [Wed, 5 Aug 2015 16:42:20 +0000 (18:42 +0200)] 
Fix typo

8 years agoTighten and rationalize checks on HTTP headers' validity.
Francesco Chemolli [Wed, 5 Aug 2015 16:30:48 +0000 (18:30 +0200)] 
Tighten and rationalize checks on HTTP headers' validity.
Remove operator<<(Http::HeaderType) as it's not accepted by clang.

8 years agoRename http_hdr_cc_type to HttpHdrCcType and reference it by full qualifier.
Francesco Chemolli [Wed, 5 Aug 2015 13:47:19 +0000 (15:47 +0200)] 
Rename http_hdr_cc_type to HttpHdrCcType and reference it by full qualifier.
Remove module cleanup functions for HttpHeader, HttpHdrCc, HttpHdrSc.
Remove useless includes.
Rename Http::any_registered_header to Http::any_HdrType_enum_value.
Remove useless assert()s in HttpHeaderEntry dtor and HttpHeader::parse.
Clarify documentation for Http::HeaderLookupTable

8 years agoShuffled more methods into namespace Http, renamed headerTable according to conventions.
Francesco Chemolli [Tue, 4 Aug 2015 21:04:09 +0000 (23:04 +0200)] 
Shuffled more methods into namespace Http, renamed headerTable according to conventions.

8 years agorenamed field_type to Http::HdrFieldType
Francesco Chemolli [Tue, 4 Aug 2015 20:12:39 +0000 (22:12 +0200)] 
renamed field_type to Http::HdrFieldType

8 years agoRenamed http_hdr_type to Http::HdrType, fixed some HdrType-int implicit conversions
Francesco Chemolli [Tue, 4 Aug 2015 19:57:07 +0000 (21:57 +0200)] 
Renamed http_hdr_type to Http::HdrType, fixed some HdrType-int implicit conversions

8 years agoFix http_hdr_type layering constraint violations in external_acl.cc
Francesco Chemolli [Tue, 4 Aug 2015 16:23:20 +0000 (18:23 +0200)] 
Fix http_hdr_type layering constraint violations in external_acl.cc

8 years agoShuffle HeaderLookupTable to RegisteredHeaders.{h,cc}
Francesco Chemolli [Tue, 4 Aug 2015 14:58:58 +0000 (16:58 +0200)] 
Shuffle HeaderLookupTable to RegisteredHeaders.{h,cc}

8 years agoReview: shuffle enums from enums.h to specific headers.
Francesco Chemolli [Tue, 4 Aug 2015 14:32:37 +0000 (16:32 +0200)] 
Review: shuffle enums from enums.h to specific headers.

8 years agoMerged from trunk merge-candidate-3-v1
Francesco Chemolli [Tue, 4 Aug 2015 11:09:58 +0000 (13:09 +0200)] 
Merged from trunk

8 years agoSource formatting
Francesco Chemolli [Tue, 4 Aug 2015 11:09:31 +0000 (13:09 +0200)] 
Source formatting

8 years agoFix bug in HDR_OTHER parsing; refactor valid-header checks to be more generic
Francesco Chemolli [Tue, 4 Aug 2015 10:50:30 +0000 (12:50 +0200)] 
Fix bug in HDR_OTHER parsing; refactor valid-header checks to be more generic

8 years agoClean up
Francesco Chemolli [Tue, 4 Aug 2015 10:15:12 +0000 (12:15 +0200)] 
Clean up

8 years agoBoilerplate: update ignored files
Amos Jeffries [Tue, 4 Aug 2015 05:32:35 +0000 (22:32 -0700)] 
Boilerplate: update ignored files

8 years agoBoilerplate: add Foundation details to rfcnb and smblib documentation files
Amos Jeffries [Tue, 4 Aug 2015 02:40:16 +0000 (19:40 -0700)] 
Boilerplate: add Foundation details to rfcnb and smblib documentation files

We had hoped to be removing this old library code by now. But it appears
that there is no alternative and users are still requesting the helpers
that depend on them.

8 years agoRemoved httpHeaderIdByNameDef, small cleanups
Francesco Chemolli [Mon, 3 Aug 2015 13:56:30 +0000 (15:56 +0200)] 
Removed httpHeaderIdByNameDef, small cleanups

8 years agoRemoved HttpHeaderFieldInfo and related methods
Francesco Chemolli [Mon, 3 Aug 2015 10:40:17 +0000 (12:40 +0200)] 
Removed HttpHeaderFieldInfo and related methods

8 years agoMigrate HttpHdrCc to LookupTable.
Francesco Chemolli [Mon, 3 Aug 2015 10:27:49 +0000 (12:27 +0200)] 
Migrate HttpHdrCc to LookupTable.

8 years agoFix fakeAConnectRequest() missing after rev.14206
Amos Jeffries [Mon, 3 Aug 2015 09:36:20 +0000 (02:36 -0700)] 
Fix fakeAConnectRequest() missing after rev.14206

8 years agoCleanup: de-duplicate fake-CONNECT code
Amos Jeffries [Mon, 3 Aug 2015 09:15:27 +0000 (02:15 -0700)] 
Cleanup: de-duplicate fake-CONNECT code

Over the course of the peek-n-splice development and followup patches
the code generating fake CONNECT requests to tunnel various intercepted
traffic has been copy-n-pasted several times.

Add a new method fakeAConnectRequest() that takes a debug reason and
SBuf containing any payload to preserve from the original I/O buffer.

8 years agoUse automake subdir-objects feature
Amos Jeffries [Mon, 3 Aug 2015 03:50:25 +0000 (20:50 -0700)] 
Use automake subdir-objects feature

Now that there are no longer cross-directory collisions in the built
binaries or libraries we can enable this feature from ./configure
instead of on a per-Makefile basis

8 years agoFix distclean file left after rev.14203
Amos Jeffries [Mon, 3 Aug 2015 03:44:59 +0000 (20:44 -0700)] 
Fix distclean file left after rev.14203

8 years agoPlace unit tests in src/tests to make automake happy
Amos Jeffries [Mon, 3 Aug 2015 02:08:22 +0000 (19:08 -0700)] 
Place unit tests in src/tests to make automake happy

The auto* toolchain warns that automake future versions
will be enablign aubdir-objects mechanism by default.

Some unit tests were moved into per-library subdirs
with the plan of keeping all convenience library code
together. However the current layout state of Squid
means that most still require some objects in other
libraries or at the top level. This does not build
happily with the auto-tools subdir-objects feature.
In particular the distclean target has a tendency
to erase objects twice and die on the second attempt.

Temporarily undo that SourceLayout shuffing in order
to be more compatible with automake 1.1n versions.

8 years agoRemove dead code from HttpHdrSc.cc
Francesco Chemolli [Sun, 2 Aug 2015 19:40:58 +0000 (21:40 +0200)] 
Remove dead code from HttpHdrSc.cc

8 years agoReimplemented Surrogate-Control lookup as LookupTable, removed httpHeaderNameById
Francesco Chemolli [Sun, 2 Aug 2015 18:06:48 +0000 (20:06 +0200)] 
Reimplemented Surrogate-Control lookup as LookupTable, removed httpHeaderNameById