]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
10 years agoSourceFormat Enforcement
Automatic source maintenance [Fri, 25 Oct 2013 00:13:46 +0000 (18:13 -0600)] 
SourceFormat Enforcement

10 years agoSource Maintenance: enforce #include statement block ordering
Amos Jeffries [Thu, 24 Oct 2013 17:45:00 +0000 (11:45 -0600)] 
Source Maintenance: enforce #include statement block ordering

This uses the include ordering sort script to enforce blocks of include
statements being in alphasymbolic order with squid.h at teh top if it is
present.

10 years agoConvert WhoisStateData to CBDATA_CLASS
Amos Jeffries [Thu, 24 Oct 2013 17:27:28 +0000 (11:27 -0600)] 
Convert WhoisStateData to CBDATA_CLASS

Removes one more set of cbdataAlloc/cbdataFree.
Also, updates its HttpRequest reference to a Pointer

10 years agoRevert -march-native experiment that snuck into rev.13048
Amos Jeffries [Thu, 24 Oct 2013 16:01:56 +0000 (10:01 -0600)] 
Revert -march-native experiment that snuck into rev.13048

10 years agoHave testRock use cachemgr stubs
Francesco Chemolli [Tue, 22 Oct 2013 21:04:38 +0000 (23:04 +0200)] 
Have testRock use cachemgr stubs

10 years agoImproved portability of NIS basic_auth helper
Francesco Chemolli [Sun, 20 Oct 2013 16:46:53 +0000 (18:46 +0200)] 
Improved portability of NIS basic_auth helper

10 years agoFix issues with automake 1.13 and later and make check
Francesco Chemolli [Sat, 19 Oct 2013 15:19:45 +0000 (17:19 +0200)] 
Fix issues with automake 1.13 and later and make check

10 years agoAppend "Connection: close" to OPTIONS requests when icap_persistent_connections
Nathan Hoad [Fri, 18 Oct 2013 23:52:10 +0000 (17:52 -0600)] 
Append "Connection: close" to OPTIONS requests when icap_persistent_connections
is off.

This brings OPTIONS requests behavior inline with REQMOD and RESPMOD.

10 years agoBug 3941: Release notes typo
Amos Jeffries [Wed, 16 Oct 2013 18:34:25 +0000 (11:34 -0700)] 
Bug 3941: Release notes typo

10 years agoLanguages: Add Serbian Cyrillic alphabet dialects
Amos Jeffries [Wed, 16 Oct 2013 03:04:38 +0000 (21:04 -0600)] 
Languages: Add Serbian Cyrillic alphabet dialects

10 years agoLanguages: Add Latin-alphabet Serbian dialect
Amos Jeffries [Wed, 16 Oct 2013 02:58:54 +0000 (20:58 -0600)] 
Languages: Add Latin-alphabet Serbian dialect

RS country code was formally approved in 2006 and deprecates the SP
country code already accepted by Squid from before that date.

NOTE: sr-rs also exists, but is formally IANA registered against Cyrillic
      alphabet content.

10 years agoSourceFormat Enforcement
Automatic source maintenance [Wed, 16 Oct 2013 00:13:59 +0000 (18:13 -0600)] 
SourceFormat Enforcement

10 years agoAdd cache_miss_revalidate
Amos Jeffries [Sun, 13 Oct 2013 17:55:11 +0000 (10:55 -0700)] 
Add cache_miss_revalidate

Port of 2.7 ignore_ims_on_miss directive.

This on/off switch enables Squid to convert conditional requests from
clients to non-conditional fetches that can fill the cache faster under
cold-start conditions.

10 years agoSourceFormat Enforcement
Automatic source maintenance [Tue, 15 Oct 2013 00:13:10 +0000 (18:13 -0600)] 
SourceFormat Enforcement

10 years agoBug 3480: StoreEntry::kickProducer() segfaults in store_client::copy() context
Alex Rousskov [Mon, 14 Oct 2013 20:11:13 +0000 (14:11 -0600)] 
Bug 3480: StoreEntry::kickProducer() segfaults in store_client::copy() context

Short-term fix: Lock StoreEntry object so that it is not freed by
storeClientCopy2() callbacks. Also lock StoreEntry in storeUnregister()
context because an aborting entry may be deleted there unless it is
double-locked.

See bug 3480 comment #27 for detailed call stack analysis. Additional cases
include rejected copied HIT due to Var mismatch and hits blocked by
reply_from_cache directive (under development; see bug 3937).

Long-term, we need to make store copying asynchronous and revise StoreEntry
locking approach.

10 years agoAdded cachemgr reporting of SBuf and MemBlob statistics
Francesco Chemolli [Thu, 10 Oct 2013 08:44:03 +0000 (10:44 +0200)] 
Added cachemgr reporting of SBuf and MemBlob statistics

10 years agoFix CBDATA_CLASS2 macro definition
Amos Jeffries [Wed, 9 Oct 2013 14:04:57 +0000 (08:04 -0600)] 
Fix CBDATA_CLASS2 macro definition

CBDATA_UNKNOWN was being used in place of a void no-op statement.
This was incorrect and useless. Now that the value definition is fixed
it is being picked up by the stricter compilers.
Replace the trinary conditional with an if-statement.

10 years agoFix PosToString duplicate definiton
Amos Jeffries [Wed, 9 Oct 2013 14:02:57 +0000 (08:02 -0600)] 
Fix PosToString duplicate definiton

Since SBuf::size_type and std::string::size_type are now both unsigned
and npos is the same value in both this function is a duplicate and
the stricter compilers complain.

10 years agoMore SBuf signedness fixes
Amos Jeffries [Tue, 8 Oct 2013 04:17:17 +0000 (22:17 -0600)] 
More SBuf signedness fixes

10 years agolibntlmauth: Fix string field truncation
Elmar Vonlanthen [Tue, 8 Oct 2013 01:24:23 +0000 (19:24 -0600)] 
libntlmauth: Fix string field truncation

Count of field bytes must begin at 0. Otherwise the decoder truncates
1 byte from the string due to lstring initial state values.

Also drop the lstring_zero(s) macro. It is only used in one place and
calling it 'zero' obscures that length is non-zero for invalid state.

10 years agontlm_fake_auth: pass DOMAIN data to Squid in original case
Elmar Vonlanthen [Tue, 8 Oct 2013 01:11:04 +0000 (19:11 -0600)] 
ntlm_fake_auth: pass DOMAIN data to Squid in original case

Lower-casing the domain field can cause base ACL match results if the
ACL is checking for case-sensitive or upper-case domain label.

The helper shodul be emitting the standard UPPER case domain and many
administrators will be expecting taht when they write ACLs.

10 years agoFix more signedness comparisons in SBuf
Amos Jeffries [Mon, 7 Oct 2013 11:23:58 +0000 (05:23 -0600)] 
Fix more signedness comparisons in SBuf

10 years agoFix signedness comparison in SBuf
Amos Jeffries [Mon, 7 Oct 2013 10:36:47 +0000 (04:36 -0600)] 
Fix signedness comparison in SBuf

10 years agoFixed testSBuf::testComparisons
Francesco Chemolli [Mon, 7 Oct 2013 10:23:48 +0000 (12:23 +0200)] 
Fixed testSBuf::testComparisons

10 years agoMake clang happy with SBuf API
Amos Jeffries [Mon, 7 Oct 2013 08:32:15 +0000 (02:32 -0600)] 
Make clang happy with SBuf API

Basic types are passed by-value and const is useless.
Clang is quite strict and treats this as a build error.

10 years agoFix bug in SQUID_CC_CHECK_ARGUMENT autoconf macro
Francesco Chemolli [Sun, 6 Oct 2013 19:14:55 +0000 (21:14 +0200)] 
Fix bug in SQUID_CC_CHECK_ARGUMENT autoconf macro

10 years agoSourceFormat Enforcement
Automatic source maintenance [Sat, 5 Oct 2013 00:14:03 +0000 (18:14 -0600)] 
SourceFormat Enforcement

10 years agoMerge SBuf.
Francesco Chemolli [Fri, 4 Oct 2013 14:50:52 +0000 (16:50 +0200)] 
Merge SBuf.

10 years agoRemoved copyright statements from SBuf code, pending project policy
Francesco Chemolli [Fri, 4 Oct 2013 13:55:21 +0000 (15:55 +0200)] 
Removed copyright statements from SBuf code, pending project policy
Made SBuf::size_type unsigned and adjusted tests accordingly
Add documentation for SBuf::spaceSize

10 years agoMerged from trunk
Francesco Chemolli [Fri, 4 Oct 2013 13:02:57 +0000 (15:02 +0200)] 
Merged from trunk

10 years agoRevert libresolv related changed of rev.13026
Amos Jeffries [Fri, 4 Oct 2013 12:15:52 +0000 (06:15 -0600)] 
Revert libresolv related changed of rev.13026

This library API and hacks are still used by the Kerberos LDAP group
helper for a custom SRV lookup.

10 years agoMerged from trunk
Francesco Chemolli [Thu, 3 Oct 2013 19:07:33 +0000 (21:07 +0200)] 
Merged from trunk

10 years agoMore ~pPrep for 3.4.0.2
Amos Jeffries [Thu, 3 Oct 2013 12:30:26 +0000 (06:30 -0600)] 
More ~pPrep for 3.4.0.2

10 years agoPrep for 3.4.0.2
Amos Jeffries [Thu, 3 Oct 2013 12:17:18 +0000 (06:17 -0600)] 
Prep for 3.4.0.2

10 years agoAdd --disable-arch-native build option
Amos Jeffries [Wed, 2 Oct 2013 12:21:20 +0000 (06:21 -0600)] 
Add --disable-arch-native build option

The -march-native option is required by Clang 3.2 on some CPU
and produces better optimization in binaries by GCC.
But building inside a virtual machine environment has been found to
cause random Illegal Instruction errors due to mis-detection of CPU.

This option is added to permit selective disabling of teh preferred
default (which is to use the compiler flag when available).

10 years agoFix line wrapping broken in rev.13027
Amos Jeffries [Wed, 2 Oct 2013 09:51:09 +0000 (03:51 -0600)] 
Fix line wrapping broken in rev.13027

10 years agoFix some missing parts from 13015
Amos Jeffries [Wed, 2 Oct 2013 09:06:03 +0000 (03:06 -0600)] 
Fix some missing parts from 13015

The %LOGIN format code makes the regressino testign fail minimal builds
where auth is disabled.

The test-suite configuration tests need to be distributed to allow
make check to operate outside a repository checkout.

10 years agoFix build errors in rev.13012
Amos Jeffries [Wed, 2 Oct 2013 03:41:06 +0000 (21:41 -0600)] 
Fix build errors in rev.13012

static functions defined in headers (.h) must be used in all .cc which
include them. Functions which are not always used must be defined as
inline instead.

This resolves warning: 'const char* LogTime()' defined but not used

10 years agoSourceFormat Enforcement
Automatic source maintenance [Wed, 2 Oct 2013 00:12:54 +0000 (18:12 -0600)] 
SourceFormat Enforcement

10 years agoRemove dnsserver and external DNS helper API
Amos Jeffries [Tue, 1 Oct 2013 23:21:17 +0000 (17:21 -0600)] 
Remove dnsserver and external DNS helper API

The external DNS helper API places limits on Squid DNS lookups per second
low enough to noticably affect the HTTP requests per second which can be
served.

Request for comments about proposed removal 2 years ago produced feedback
stating that the helper was needed for local name resolution. This is
now available since 3.4 mDNS extensions.

A more recent request for reasons for keeping the helper API have
produced only two responses over the period of several months. Both
indicating that the API is no longer necessary for the business cases of
a year or so ago.

As such and because the helper fails to operate sufficiently on several
major operating systems and the API is difficult to maintain it is being
removed as of Squid-3.5.

10 years agoRemove COSS
Amos Jeffries [Mon, 30 Sep 2013 12:30:50 +0000 (06:30 -0600)] 
Remove COSS

This storage type has been superceded by Rock storage since 3.2.

10 years agoPolish: better WARNING when workers directive is ignore on reconfigure.
Amos Jeffries [Mon, 30 Sep 2013 07:22:17 +0000 (01:22 -0600)] 
Polish: better WARNING when workers directive is ignore on reconfigure.

Changing the workers directive requires a proxy restart, not just a
reconfigure. State this clearly in the warning message.

10 years agoTests: Add regression tests for squid.conf parser
Amos Jeffries [Mon, 30 Sep 2013 07:04:36 +0000 (01:04 -0600)] 
Tests: Add regression tests for squid.conf parser

Regressions identified by the community in active production configs
with the 3.4.0.1 parser upgrade attempt.

Also, disables %macro detection inside quoted-strings. Which is still
encountering errors in the current 3.HEAD code.

10 years agoSourceFormat Enforcement
Automatic source maintenance [Mon, 30 Sep 2013 00:14:45 +0000 (18:14 -0600)] 
SourceFormat Enforcement

10 years agoFix various header build issues in librfcnb
Amos Jeffries [Sun, 29 Sep 2013 20:14:10 +0000 (14:14 -0600)] 
Fix various header build issues in librfcnb

Highlighted when the #include sorting was applied to lib/rfcnb/ files
several of the headers were using order-dependent definitions and were
not wrapped with sfety macros.

10 years agoChinese language dialect updates
Amos Jeffries [Sun, 29 Sep 2013 18:37:10 +0000 (06:37 +1200)] 
Chinese language dialect updates

Perform the long overdue renaming of zh-cn.po an zh-tw.po to Hans and
Hant alphabet files. Add aliases for the 2 and 3 code dialect tags which
are appearing in Asian traffic.

10 years agoFix various compile errors in rev.13012
Amos Jeffries [Sat, 28 Sep 2013 15:19:53 +0000 (03:19 +1200)] 
Fix various compile errors in rev.13012

Uncovered by GCC 4.8 and Squid Project build farm testing.

10 years agoAdd missing integration of squid.conf test with Unit-Test PASS/FAIL results
Amos Jeffries [Sat, 28 Sep 2013 09:14:43 +0000 (03:14 -0600)] 
Add missing integration of squid.conf test with Unit-Test PASS/FAIL results

10 years agoAutomated squid.conf parser testing with squid -k parse
Amos Jeffries [Sat, 28 Sep 2013 09:01:23 +0000 (03:01 -0600)] 
Automated squid.conf parser testing with squid -k parse

This make the build process testing run 'squid -k parse' with a series
of test configuration files to exercise edge cases and backward
compatibility.

The default squid.conf which is to be installed on new systems is always
tested.

Other config files with unit tests can be dropped into
test-suite/squidconf/ and will be parse tested automatically.

10 years agotypo in rev.13013
Amos Jeffries [Fri, 27 Sep 2013 16:14:40 +0000 (10:14 -0600)] 
typo in rev.13013

10 years agoPortability: cleanup includes for sys/time.h and sys/resource.h
Amos Jeffries [Fri, 27 Sep 2013 16:06:15 +0000 (10:06 -0600)] 
Portability: cleanup includes for sys/time.h and sys/resource.h

These two include files are order-dependent on several operating systems
and as such are provided by Squid libcompat headers. There is no need for
code to include them specially and several HAVE_SYS_TIME_H macros were
missing which breaks the build on systems where the file is missing.

10 years agonegotiate_kerberos_auth: upgrade to present group= keys
Markus Moeller [Fri, 27 Sep 2013 15:21:54 +0000 (09:21 -0600)] 
negotiate_kerberos_auth: upgrade to present group= keys

Use the new kv-pair protocol extensions for emitting group details
directly at the time of authentication. group=X key-value pair is
used to emit the Kerberos SIDS values presented by MS Active
Directory environments.

Also, update the Hiemdal library support for recent library versions.

Also, polish the Kerberos and LDAP Group related code to avoid memory
leaks and improve C++ coding style.

10 years agoUse IPv6 localhost nameserver on DNS configuration errors
Amos Jeffries [Tue, 24 Sep 2013 14:19:08 +0000 (08:19 -0600)] 
Use IPv6 localhost nameserver on DNS configuration errors

When DNS configuration fails to locate a set of nameservers "localhost"
is used as the default but has previously only been setting 127.0.0.1
IPv4 address for localhost. This enables the failover to work as designed
on IPv6-only networks.

10 years agoBug 3914: partial: make squidclient tool build cleanly with -Wconversion
Amos Jeffries [Sat, 21 Sep 2013 17:21:48 +0000 (05:21 +1200)] 
Bug 3914: partial: make squidclient tool build cleanly with -Wconversion

10 years agoBug 3923: cbdata and undefined behavior due to dynamic runtime enumeration
'noloader' [Sat, 21 Sep 2013 14:19:37 +0000 (02:19 +1200)] 
Bug 3923: cbdata and undefined behavior due to dynamic runtime enumeration

10 years agoBug 3918: Squid 3.3.9 Self Test Failures on Mac OS X 10.8
Alex Rousskov [Sat, 21 Sep 2013 12:33:29 +0000 (00:33 +1200)] 
Bug 3918: Squid 3.3.9 Self Test Failures on Mac OS X 10.8

10 years agoBug 3929: request_header_add not working for tunnel requests
libit [Sat, 21 Sep 2013 12:23:23 +0000 (00:23 +1200)] 
Bug 3929: request_header_add not working for tunnel requests

10 years agoFix typo in rev.13004
Amos Jeffries [Sat, 21 Sep 2013 12:13:36 +0000 (00:13 +1200)] 
Fix typo in rev.13004

10 years agoPolish: report bytes received when bad content-length detected by quick-abort
Amos Jeffries [Fri, 20 Sep 2013 02:41:05 +0000 (14:41 +1200)] 
Polish: report bytes received when bad content-length detected by quick-abort

10 years agoFixed documentation, tentative alternate dump implementation with Raw api
Francesco Chemolli [Thu, 19 Sep 2013 12:38:58 +0000 (14:38 +0200)] 
Fixed documentation, tentative alternate dump implementation with Raw api
Improve SBuf::find readability
Improved readability and error reporting in SBuf
Fixed nonfatal bug in snprintf behavior detection

10 years agoFix pinning hierarchy log information
Amos Jeffries [Wed, 11 Sep 2013 11:33:20 +0000 (05:33 -0600)] 
Fix pinning hierarchy log information

10 years agoPrep for 3.3.9
Amos Jeffries [Wed, 11 Sep 2013 01:31:14 +0000 (19:31 -0600)] 
Prep for 3.3.9

10 years agoWindows: locate CMSG definitions in Winsock2.h when present
Amos Jeffries [Sun, 8 Sep 2013 22:26:49 +0000 (16:26 -0600)] 
Windows: locate CMSG definitions in Winsock2.h when present

Windows defines the CMSG macros in Winsock2.h sometimes. This allows the
definitions there to be used when present and avoids compiler errors
about double definitions.

  This is an iCelero project.

10 years agoBug 3849: Duplicate certificate sent when using https_port
Christos Tsantilas [Sun, 8 Sep 2013 10:48:51 +0000 (13:48 +0300)] 
Bug 3849: Duplicate certificate sent when using https_port

The certificate file given with the "cert=" option it may contain a list of
certificates to be chained to the SSL client, for example intermediate
certificates.
The bug caused because in the certificates  chain we are storing also the
certificate of the port. This is works well for SSL-bump because squid
generates a certificate which uses the port certificate as CA certificate.
But in the case of https_port without bumping the port certificate is sent
twice, one as SSL server certificate and one as chained certificate.

This patch try to chain port certificate only when the sslbump is used.

This is a Measurement Factory project

10 years agoFix myportname ACL on ICAP/eCAP transactions
Amos Jeffries [Sun, 8 Sep 2013 04:27:31 +0000 (22:27 -0600)] 
Fix myportname ACL on ICAP/eCAP transactions

The port name from http_port/https_port was not being propigated to
adapted reqeusts after ICAP/eCAP. Which makes the myportname ACL and
logging of portname not work on adapted requests.

 This is an iCelero Project

10 years agoDocs: Update SPONSORS listing
Amos Jeffries [Sun, 8 Sep 2013 04:02:54 +0000 (22:02 -0600)] 
Docs: Update SPONSORS listing

10 years agoWindows: document the purpose and use of Squid namespace wrappers
Amos Jeffries [Sun, 8 Sep 2013 03:17:25 +0000 (21:17 -0600)] 
Windows: document the purpose and use of Squid namespace wrappers

Also, add some missing #define's

  This is an iCelero project

10 years agoWindows: fix IPv6 split-stack support
Amos Jeffries [Sun, 8 Sep 2013 03:07:29 +0000 (21:07 -0600)] 
Windows: fix IPv6 split-stack support

Some builds of MinGW do not define IPV6_V6ONLY socket option.

  This is an iCelero project

10 years agoWindows: fix collision between POSIX wrappers and DiskIO class methods
Amos Jeffries [Tue, 3 Sep 2013 09:05:02 +0000 (21:05 +1200)] 
Windows: fix collision between POSIX wrappers and DiskIO class methods

The POSIX function shutdown() is #define'd on Windows. This causes
compiler issues with the DiskIO method of same name. Rename the method
to gracefulShutdown() instead.

Also, Bug 3189 was incomplete and missed a change to DiskThreads
Windows initialization method.

  This is an iCelero project.

10 years agoRegression fix: revert rev.12815 MinGW C++11 support
Amos Jeffries [Tue, 3 Sep 2013 00:16:54 +0000 (12:16 +1200)] 
Regression fix: revert rev.12815 MinGW C++11 support

MinGW supports c++11 but in ANSI-strict way. Squid code still contains
non-standard strcasecmp strncasecmp and possibly other functions.

  This is a iCelero Project.

10 years agoPolish: typo in debug for SSL-bumping
John Xue [Mon, 2 Sep 2013 04:17:48 +0000 (22:17 -0600)] 
Polish: typo in debug for SSL-bumping

10 years agoFix configuration file parsing bugs, related to quoted strings
Christos Tsantilas [Thu, 29 Aug 2013 10:22:43 +0000 (13:22 +0300)] 
Fix configuration file parsing bugs, related to quoted strings

Try to fix 'comparison between signed and unsigned integer expression' compiler
warning.

10 years agoFix configuration file parsing bugs, related to quoted strings
Christos Tsantilas [Thu, 29 Aug 2013 09:21:53 +0000 (12:21 +0300)] 
Fix configuration file parsing bugs, related to quoted strings

This is patch try to fix problems discussed under the "[PATCH] Unknown cfg function"
mail thread on squid-dev mailing list

Fixes/changes:
 - The quoted tokens mode (configuration_includes_quoted_values parameter)
   is  set to off by default

 - If configuration_includes_quoted_values is off the quoted tokens
   parsed using the ConfigParser::NextToken include the quotes, to keep
   compatibility with older releases.

 - The methods ConfigParser::RegexPattern() and ConfigParser::RegexStrtokFile()
   added to parse regex tokens. The regex tokens can not be quoted values but
   have their own syntax.

 - For the cases where quoted strings are required (wordlists, Notes
   parsing, Headers with acl), the new ConfigParser::NextQuotedToken method
   added.
   The old wordlists parser allowed escaping any character, this patch
   will return an error if you try to escape alphanumeric characters. The
   \r \n and \t have the C semantics.

 - Removes the ConfigParser::TokenUndo method. The new method
   ConfigParser::NextTokenPreview() which can be used to preview the next
   token is added. This method if the next token is invalid (eg unquoted
   with special characters) instead of calling self_destruct it will return
   the "[invalid token]" as token.

 - A set of new flags defined under ConfigParser class to define the type of
   parsing: ParseRegex_ (next token is regex)  ParseQuotedOrToEOL_
   (next token is quoted or to-EOL), PreviewMode_ (just do preview do not
   pop next token)

 - Currently parser read a line, and the tokens stored on this line
   and the line modified while parsed.
   This patch extracts the tokens from line and store them to
   ConfigParser::CfgLineTokens_ member. This method selected because
     1) We may need to parse again the line so we do not want to modify it.
        For example call the ConfigParser::PeekAtToken method to check if it
        is a flag token ( eg "-i"), and if not call the
        ConfigParser::RegexPattern() method to read next regex expression.
     2) The current line tokens must stored somewhere to support the following:
        char *name = ConfigParser::NextToken();
        char *value = ConfigParser::NextToken();
   The ConfigParser::CfgLineTokens_ reset when a new config line is read.

TODO:
 - The ConfigParser::TokenPutBack method probably should removed in the future
   together with the ConfigParser::Undo_ and ConfigParser::Undo().
   This method is currently used only in one place (acl regex).

10 years agoDocs: fix doxygen page generation
Amos Jeffries [Mon, 26 Aug 2013 11:14:58 +0000 (05:14 -0600)] 
Docs: fix doxygen page generation

10 years agoWindows: fix getopt.c build error with MinGW
Amos Jeffries [Mon, 26 Aug 2013 10:01:53 +0000 (04:01 -0600)] 
Windows: fix getopt.c build error with MinGW

Resolve warning 'initialization discards const qualifieer from pointer'.

  This is an iCelero project.

10 years agoSourceFormat Enforcement
Automatic source maintenance [Mon, 26 Aug 2013 00:12:21 +0000 (18:12 -0600)] 
SourceFormat Enforcement

10 years agoImproved compatibility with clang and icc
Francesco Chemolli [Sun, 25 Aug 2013 06:36:13 +0000 (08:36 +0200)] 
Improved compatibility with clang and icc

10 years agoDoce: make doc/Programming-Guide/doxygen.footer.dyn non-empty
Amos Jeffries [Sun, 25 Aug 2013 04:44:20 +0000 (22:44 -0600)] 
Doce: make doc/Programming-Guide/doxygen.footer.dyn non-empty

Experiment to see if the .dyn file footer output by doxygen is still
placed if this file contains whitespace. Just having it empty no longer
seems to work with the newer doxygen version.

10 years agoDocs: define use of footer for output DYN files.
Amos Jeffries [Sat, 24 Aug 2013 13:12:26 +0000 (01:12 +1200)] 
Docs: define use of footer for output DYN files.

doc/Programming-Guide/doxygen.footer.dyn is an empty file because we do
not need anythign as a footer. But we do need to use it because doing so
will suppress teh default "</body></html>" string being appended to the
output file, which breaks out static site generation since .dyn files
have our own squid-cache.org footers automatically appended.

10 years agoBug 3895: fix acl_uses_indirect_client and cache_peer_access
David Isaacs [Sat, 24 Aug 2013 06:24:07 +0000 (00:24 -0600)] 
Bug 3895: fix acl_uses_indirect_client and cache_peer_access

10 years agoClose idle client connections associated with closed idle pinned connections.
Alex Rousskov [Thu, 22 Aug 2013 18:39:41 +0000 (12:39 -0600)] 
Close idle client connections associated with closed idle pinned connections.

Squid was not monitoring idle persistent connections pinned to servers. Squid
would discover that the pinned server connection is closed only after
receiving a new request on the idle client connection and trying to write that
request to the server. In such cases, Squid propagates the pinned connection
closure to the client (as it should).

Chrome and, to a lesser extent, Firefox handle such races by opening a new
connection and resending the failed [idempotent] request transparently to the
user. However, IE usually displays an error page to the user.

While some pconn races cannot be avoided, without monitoring idle pconns,
Squid virtually guaranteed such a race in environments where origin server
idle connection timeout is smaller than client/Squid timeouts and users
are revisiting pages in the window between those two timeouts.

Squid now monitors idle pinned connections similar to idle connections in the
pconn pool and closes the corresponding idle client connection to keep the two
sides in sync (to the extent possible).

It is theoretically possible that this change will break servers that send
whitespace on an idle persistent connection or perhaps send some SSL keepalive
traffic. No such cases are known to exist though.

10 years agoWindows: Fix ConnOpener::sleep() collision with global macro
Amos Jeffries [Wed, 21 Aug 2013 11:26:14 +0000 (05:26 -0600)] 
Windows: Fix ConnOpener::sleep() collision with global macro

Squid compat library defines sleep() as a wrapper macro which
collides with the member definition in Comm::ConnOpener.

 This is an iCelero project

10 years agoUpdate forward_max_tries to permit 25 server paths
Amos Jeffries [Wed, 21 Aug 2013 08:43:27 +0000 (02:43 -0600)] 
Update forward_max_tries to permit 25 server paths

With cloud sites becoming more popular more CDN servers are producing
long lists of IPv6 and IPv4 addresses. If there are not enough paths
selected the IPv4 ones may never be reached.

10 years agoShow number of available filedescriptors when reserved FD changes
Amos Jeffries [Wed, 21 Aug 2013 07:48:00 +0000 (01:48 -0600)] 
Show number of available filedescriptors when reserved FD changes

10 years agoRegression Bug 3077: off-by-one error in Digest header decoding
Jan Sievers [Thu, 15 Aug 2013 21:28:14 +0000 (15:28 -0600)] 
Regression Bug 3077: off-by-one error in Digest header decoding

This is a regression in the 3.2 and later version of the original bug
fix patch.

The effect is that all attributes are treated as quoted-string values
with unescaping performed. This ends with credentials wrongly being
rejected as invalid.

10 years agoEnsure that the SQUID_BUILD_INFO macro is always defined
Francesco Chemolli [Mon, 12 Aug 2013 16:53:56 +0000 (18:53 +0200)] 
Ensure that the SQUID_BUILD_INFO macro is always defined

10 years agoDisplay Build-Info in cache manager info report
Amos Jeffries [Fri, 9 Aug 2013 03:06:52 +0000 (21:06 -0600)] 
Display Build-Info in cache manager info report

This info can be quite useful for tracking which patched build of Squid
is being used to produce the report.

10 years agoRegister Http2-Settings header
Amos Jeffries [Wed, 7 Aug 2013 03:18:08 +0000 (15:18 +1200)] 
Register Http2-Settings header

This header ia a hop-by-hop request-only header and requires stripping
by intermediaries which do not support HTTP/2.0 in Upgrade feature.

We register it now to ensure the stripping occurs even if broken clients
omit it from the Connection header list.

10 years agoFix configure parsing IP/domain directives
Amos Jeffries [Sat, 3 Aug 2013 07:57:44 +0000 (19:57 +1200)] 
Fix configure parsing IP/domain directives

Squid would semi-silently accept invalid IP address or hostname in some
directives which required them (eg wccp_router) and use the magic
IP_ANYADDR value. This change makes configure halt with a FATAL error
instead.

 Detected by Coverity Scan. Issue 1057286.

10 years agoPolish: handle NTLM helper returning OK without user= value
Amos Jeffries [Sat, 3 Aug 2013 07:23:53 +0000 (19:23 +1200)] 
Polish: handle NTLM helper returning OK without user= value

Prevent crash by treating this case as an error and failed authentication

  Detected by Coverity Scan. Issue 1020656.

10 years agoFix typo in rev.12972
Amos Jeffries [Sat, 3 Aug 2013 06:16:46 +0000 (18:16 +1200)] 
Fix typo in rev.12972

10 years agoFix memory leak in refresh_pattern parsing
Amos Jeffries [Sat, 3 Aug 2013 04:24:06 +0000 (16:24 +1200)] 
Fix memory leak in refresh_pattern parsing

Occurs when refresh_pattern is configure with invalid regex pattern.

 Detected by Coverity Scan. Issue 1058882.

10 years agoCleanup: initialize all member of AnyP::PortCfg
Amos Jeffries [Sat, 3 Aug 2013 04:15:04 +0000 (16:15 +1200)] 
Cleanup: initialize all member of AnyP::PortCfg

  Detected by Coverity Scan. Issue 1058883.

10 years agoAdd dns_multicast_local to control mDNS operation
Amos Jeffries [Thu, 1 Aug 2013 20:45:56 +0000 (08:45 +1200)] 
Add dns_multicast_local to control mDNS operation

Enable admin control over whether mDNS operates or not. Set the default
to OFF due to .arpa reverse-DNS requests causing a rise in traffic from
this feature even on networks without mDNS responders setup.

Also, polish cachemgr idns report to show for queued queries which
resolver type and query the entry is involving. mDNS can cause a queue
to exist as some lookups timeout on the mDNS resolvers.

10 years agoImproved checks on SBuf::*Size methods
Francesco Chemolli [Thu, 1 Aug 2013 09:07:53 +0000 (11:07 +0200)] 
Improved checks on SBuf::*Size methods
Improved detection of vsnprintf's not-well-defined behavior.

10 years agoTightened size checks in reserveSpace, reserveCapacity and rawSpace
Francesco Chemolli [Wed, 31 Jul 2013 16:11:54 +0000 (18:11 +0200)] 
Tightened size checks in reserveSpace, reserveCapacity and rawSpace

10 years agoImproved SBuf::appendf() readability and correctness.
Francesco Chemolli [Wed, 31 Jul 2013 12:17:23 +0000 (14:17 +0200)] 
Improved SBuf::appendf() readability and correctness.
Clarified documentation.
Added SBuf::spaceSize()
Fixed display result in appendf() unit test.

10 years agoSourceFormat Enforcement
Automatic source maintenance [Wed, 31 Jul 2013 00:13:04 +0000 (18:13 -0600)] 
SourceFormat Enforcement

10 years agoSync with newest OpenSSL error codes
Christos Tsantilas [Tue, 30 Jul 2013 15:19:27 +0000 (18:19 +0300)] 
Sync with newest OpenSSL error codes

This patch updates Squid list of errors to handle the ones available in newer
OpenSSL versions.

This is a Measurement Factory project

10 years agoSpecialize SBuf::reserveSpace and reserveCapacity functions to provide guarantee...
Francesco Chemolli [Tue, 30 Jul 2013 09:43:24 +0000 (11:43 +0200)] 
Specialize SBuf::reserveSpace and reserveCapacity functions to provide guarantee of single store ownership.
Tune SBuf::rawSpace() to take over from reserve* for the optimization role preveiously played by reserve*.
Adjust documentation and callers.