]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
15 years agoComm restructure part 2 - outbound connections
Amos Jeffries [Wed, 19 May 2010 11:28:21 +0000 (23:28 +1200)] 
Comm restructure part 2 - outbound connections

15 years agoMerge from trunk
Amos Jeffries [Thu, 13 May 2010 06:48:36 +0000 (18:48 +1200)] 
Merge from trunk

15 years agoAuthor: Various Translators
Amos Jeffries [Wed, 12 May 2010 12:01:09 +0000 (00:01 +1200)] 
Author: Various Translators
Translations Update auto-save

15 years agoAuthor: Various Translators
Amos Jeffries [Tue, 11 May 2010 12:00:54 +0000 (00:00 +1200)] 
Author: Various Translators
Translations Update auto-save

15 years agoSourceFormat Enforcement
Automatic source maintenance [Tue, 11 May 2010 00:13:13 +0000 (18:13 -0600)] 
SourceFormat Enforcement

15 years agoKill unused DNS_CNAME code
Henrik Nordstrom [Mon, 10 May 2010 20:41:56 +0000 (22:41 +0200)] 
Kill unused DNS_CNAME code

15 years agoRestore LINUX_NETFILTER define which got lost as part of the autoconf refactoring
Henrik Nordstrom [Mon, 10 May 2010 20:40:18 +0000 (22:40 +0200)] 
Restore LINUX_NETFILTER define which got lost as part of the autoconf refactoring

15 years agoRevert unintended "res == 0" change which sneaked in as part of killing rfc1035_errno...
Henrik Nordstrom [Mon, 10 May 2010 20:39:35 +0000 (22:39 +0200)] 
Revert unintended "res == 0" change which sneaked in as part of killing rfc1035_errno & error_messages

15 years agoAuthor: Various Translators
Amos Jeffries [Mon, 10 May 2010 18:01:13 +0000 (06:01 +1200)] 
Author: Various Translators
Translations Update auto-save

15 years agoRevert revision 10471 due to mixed commit. Proper commit in a few seconds
Henrik Nordstrom [Mon, 10 May 2010 14:53:23 +0000 (16:53 +0200)] 
Revert revision 10471 due to mixed commit. Proper commit in a few seconds

15 years agoRevert unintended "res == 0" change which sneaked in as part of killing rfc1035_errno...
Henrik Nordstrom [Mon, 10 May 2010 13:16:13 +0000 (15:16 +0200)] 
Revert unintended "res == 0" change which sneaked in as part of killing rfc1035_errno & error_messages

15 years agoSourceFormat Enforcement
Automatic source maintenance [Mon, 10 May 2010 00:13:03 +0000 (18:13 -0600)] 
SourceFormat Enforcement

15 years agoKill rfc1035_errno & error_message globals. We always have the error code available...
Henrik Nordstrom [Sun, 9 May 2010 14:25:58 +0000 (16:25 +0200)] 
Kill rfc1035_errno & error_message globals. We always have the error code available anyway

15 years agoKill rfc1035_errno & error_message globals. We always have the error code available...
Henrik Nordstrom [Sun, 9 May 2010 14:21:38 +0000 (16:21 +0200)] 
Kill rfc1035_errno & error_message globals. We always have the error code available anyway

15 years agoAuthor: Various Translators
Amos Jeffries [Fri, 7 May 2010 12:00:38 +0000 (00:00 +1200)] 
Author: Various Translators
Translations Update auto-save

15 years agoAdd manuals translations: Italian, Romanian, Occitan
Amos Jeffries [Fri, 7 May 2010 03:29:37 +0000 (15:29 +1200)] 
Add manuals translations: Italian, Romanian, Occitan

15 years agoAuthor: Various Translators
Amos Jeffries [Thu, 6 May 2010 12:00:55 +0000 (00:00 +1200)] 
Author: Various Translators
Translations Update auto-save

15 years agoAuthor: Various Translators
Amos Jeffries [Wed, 5 May 2010 12:01:09 +0000 (00:01 +1200)] 
Author: Various Translators
Translations Update auto-save

15 years agoAuthor: Various Translators
Amos Jeffries [Tue, 4 May 2010 12:01:44 +0000 (00:01 +1200)] 
Author: Various Translators
Translations Update auto-save

15 years agoSourceFormat Enforcement
Automatic source maintenance [Tue, 4 May 2010 00:13:03 +0000 (18:13 -0600)] 
SourceFormat Enforcement

15 years agoAuthor: Wojciech Zatorski <zator@bg.szczecin.pl>
Amos Jeffries [Mon, 3 May 2010 09:24:14 +0000 (21:24 +1200)] 
Author: Wojciech Zatorski <zator@bg.szczecin.pl>
Bug 2919: tcp_outgoing_address ACLs not obeying acl_uses_indirect_client

15 years agoSourceFormat Enforcement
Automatic source maintenance [Mon, 3 May 2010 00:13:05 +0000 (18:13 -0600)] 
SourceFormat Enforcement

15 years agoCleanup IpAddress -> Ip::Address transition
Henrik Nordstrom [Sun, 2 May 2010 20:30:07 +0000 (22:30 +0200)] 
Cleanup IpAddress -> Ip::Address transition

  - ip/forward.h header for forward declaration in an portable manner
  - Rename ip/IpAddress to ip/Address to reflect the new class name

15 years agoMerged from trunk
Henrik Nordstrom [Sun, 2 May 2010 20:26:09 +0000 (22:26 +0200)] 
Merged from trunk

15 years agodist ip/forward.h
Henrik Nordstrom [Sun, 2 May 2010 20:25:41 +0000 (22:25 +0200)] 
dist ip/forward.h

15 years agoRename SQUID_DEFINED_UNQUOTED to SQUID_DEFINE_BOOL to reflect it's function, and...
Henrik Nordstrom [Sun, 2 May 2010 20:24:31 +0000 (22:24 +0200)] 
Rename SQUID_DEFINED_UNQUOTED to SQUID_DEFINE_BOOL to reflect it's function, and fix it to behave as specified

15 years agoCorrect --with-openssl processing when not given
Henrik Nordstrom [Sun, 2 May 2010 20:21:27 +0000 (22:21 +0200)] 
Correct --with-openssl processing when not given

15 years agorename ip/IpAddress to ip/Address to better reflect the class name after namespace...
Henrik Nordstrom [Sun, 2 May 2010 19:32:42 +0000 (21:32 +0200)] 
rename ip/IpAddress to ip/Address to better reflect the class name after namespace change

15 years agoMerged from trunk
Henrik Nordstrom [Sun, 2 May 2010 18:53:34 +0000 (20:53 +0200)] 
Merged from trunk

15 years agoAdd ip/forward.h for forward declaration of Ip:: classes (Ip::Address)
Henrik Nordstrom [Sun, 2 May 2010 18:52:45 +0000 (20:52 +0200)] 
Add ip/forward.h for forward declaration of Ip:: classes (Ip::Address)

15 years agorename generated fragments to .cci to avoid misunderstandings (was .h). Applies to...
Henrik Nordstrom [Sun, 2 May 2010 18:51:26 +0000 (20:51 +0200)] 
rename generated fragments to .cci to avoid misunderstandings (was .h). Applies to cf_parser.cci and cf_gen_defines.cci

15 years agoResurrect --with(out)-openssl. Controls if openssl should be used, not the same as...
Henrik Nordstrom [Sun, 2 May 2010 18:47:44 +0000 (20:47 +0200)] 
Resurrect --with(out)-openssl. Controls if openssl should be used, not the same as --enable-ssl

15 years agoPrep for 3.1.3
Amos Jeffries [Sun, 2 May 2010 10:23:29 +0000 (22:23 +1200)] 
Prep for 3.1.3

15 years agoACL Tag requires request not conn
Amos Jeffries [Sun, 2 May 2010 09:30:17 +0000 (21:30 +1200)] 
ACL Tag requires request not conn

15 years agoCorrect OS wrapper in EUI code
Amos Jeffries [Sun, 2 May 2010 08:26:28 +0000 (20:26 +1200)] 
Correct OS wrapper in EUI code

15 years agoSourceFormat Enforcement
Automatic source maintenance [Sun, 2 May 2010 00:13:07 +0000 (18:13 -0600)] 
SourceFormat Enforcement

15 years agoFixed smb_lm ntlm helper debugging
Francesco Chemolli [Sat, 1 May 2010 19:18:36 +0000 (21:18 +0200)] 
Fixed smb_lm ntlm helper debugging

15 years agoPrep for 3.1.2
Amos Jeffries [Sat, 1 May 2010 08:51:52 +0000 (20:51 +1200)] 
Prep for 3.1.2

15 years agoMake Ip::Address < operator work with NOADDR
Amos Jeffries [Sat, 1 May 2010 07:42:29 +0000 (01:42 -0600)] 
Make Ip::Address < operator work with NOADDR

15 years agoSourceFormat Enforcement
Automatic source maintenance [Sat, 1 May 2010 00:13:01 +0000 (18:13 -0600)] 
SourceFormat Enforcement

15 years agoFixed more symbol overlapping in ntlm_auth/smb_lm helper
Francesco Chemolli [Fri, 30 Apr 2010 12:57:34 +0000 (14:57 +0200)] 
Fixed more symbol overlapping in ntlm_auth/smb_lm helper

15 years agoTranslation .POT updates
Amos Jeffries [Fri, 30 Apr 2010 12:22:53 +0000 (00:22 +1200)] 
Translation .POT updates

15 years agoNaming upgrade of digest_pw_auth (now digest_file_auth)
Amos Jeffries [Fri, 30 Apr 2010 12:08:54 +0000 (00:08 +1200)] 
Naming upgrade of digest_pw_auth (now digest_file_auth)

15 years agoPortability fixes.
Francesco Chemolli [Fri, 30 Apr 2010 09:49:24 +0000 (11:49 +0200)] 
Portability fixes.

15 years agoFixed symbol clash in group ldap authorization helper.
Francesco Chemolli [Fri, 30 Apr 2010 05:48:30 +0000 (07:48 +0200)] 
Fixed symbol clash in group ldap authorization helper.

15 years agoFixed symbol clash in digest ldap auth helper.
Francesco Chemolli [Thu, 29 Apr 2010 21:53:41 +0000 (23:53 +0200)] 
Fixed symbol clash in digest ldap auth helper.

15 years agoFixed symbol clash in eDirectory auth helper.
Francesco Chemolli [Thu, 29 Apr 2010 15:41:11 +0000 (17:41 +0200)] 
Fixed symbol clash in eDirectory auth helper.

15 years agoDrop obsolete RADIUS auth makefiles
Amos Jeffries [Thu, 29 Apr 2010 13:53:04 +0000 (01:53 +1200)] 
Drop obsolete RADIUS auth makefiles

15 years agoAuthor: Various Translators
Amos Jeffries [Wed, 28 Apr 2010 18:02:07 +0000 (06:02 +1200)] 
Author: Various Translators
Translations Update auto-save

15 years agoAuthor: Clytie Siddall <clytie@riverland.net.au>
Amos Jeffries [Wed, 28 Apr 2010 15:57:00 +0000 (03:57 +1200)] 
Author: Clytie Siddall <clytie@riverland.net.au>
Typo in URN error template

15 years agoFurther fix to the Profile build-bug on unsupported platforms.
Francesco Chemolli [Wed, 28 Apr 2010 14:53:19 +0000 (16:53 +0200)] 
Further fix to the Profile build-bug on unsupported platforms.

15 years agoPortability fix for profiler on CPU/OS combos where it's not supported.
Francesco Chemolli [Wed, 28 Apr 2010 10:21:46 +0000 (12:21 +0200)] 
Portability fix for profiler on CPU/OS combos where it's not supported.

15 years agoAuthor: gkeeling <grm___k@hotmail.com>
Amos Jeffries [Tue, 27 Apr 2010 13:24:55 +0000 (01:24 +1200)] 
Author: gkeeling <grm___k@hotmail.com>
Bug 2860: pt2; correct IP match logics

Earlier patch incorrectly altered the IP matching tests. Preventing a
match from being possible.

15 years agoEnsure the PID file directory exists on install.
Amos Jeffries [Tue, 27 Apr 2010 12:23:15 +0000 (00:23 +1200)] 
Ensure the PID file directory exists on install.

/var/run may not be the location installed to now and squid -k signals will
not work if the PID file cannot be opened due to missing diretories.

15 years agoRevert AC_INCLUDES_DEFAULT change.
Francesco Chemolli [Tue, 27 Apr 2010 11:23:10 +0000 (13:23 +0200)] 
Revert AC_INCLUDES_DEFAULT change.

15 years agoPortability fix: improve detecition of libdb-related headers.
Francesco Chemolli [Tue, 27 Apr 2010 10:17:20 +0000 (12:17 +0200)] 
Portability fix: improve detecition of libdb-related headers.

15 years agoBackout invalid --enable-mem-gen-trace refactoring
Henrik Nordstrom [Mon, 26 Apr 2010 22:32:58 +0000 (00:32 +0200)] 
Backout invalid --enable-mem-gen-trace refactoring

15 years agoCompatibility fix: improve detection of SASL libraries.
Francesco Chemolli [Mon, 26 Apr 2010 22:18:43 +0000 (00:18 +0200)] 
Compatibility fix: improve detection of SASL libraries.

15 years agoBug #2913: fix db_auth warning in new perl version
Henrik Nordstrom [Mon, 26 Apr 2010 21:59:49 +0000 (23:59 +0200)] 
Bug #2913: fix db_auth warning in new perl version

15 years agoPortability fix: handle different formal argument lists to PAM conversation structs.
Francesco Chemolli [Mon, 26 Apr 2010 16:31:46 +0000 (18:31 +0200)] 
Portability fix: handle different formal argument lists to PAM conversation structs.

15 years agoForcing some configure options now fails the build if they can't be supported.
Francesco Chemolli [Mon, 26 Apr 2010 07:10:18 +0000 (09:10 +0200)] 
Forcing some configure options now fails the build if they can't be supported.

15 years agoInterim merge from autoconf-refactor feature-branch.
Francesco Chemolli [Sun, 25 Apr 2010 21:40:51 +0000 (23:40 +0200)] 
Interim merge from autoconf-refactor feature-branch.

15 years agoMerged from trunk
Francesco Chemolli [Sun, 25 Apr 2010 20:56:21 +0000 (22:56 +0200)] 
Merged from trunk

15 years agoPrevent assertion on startup with --enable-replacement-policies
Amos Jeffries [Sun, 25 Apr 2010 06:58:26 +0000 (18:58 +1200)] 
Prevent assertion on startup with --enable-replacement-policies

Option without specific policies listed was asserting on a double-add
for the LRU module.

This just makes duplicate additions a no-op and non-fatal.
No attempt at a cleanup yet.

TODO: sync the repl_modules.cc code with the other dynamic modules init.

15 years agoTypo in code docs
Amos Jeffries [Sun, 25 Apr 2010 01:57:35 +0000 (13:57 +1200)] 
Typo in code docs

15 years agoMerged from trunk
Francesco Chemolli [Sat, 24 Apr 2010 16:09:40 +0000 (18:09 +0200)] 
Merged from trunk

15 years agoReal --enable-ipv6 fix
Amos Jeffries [Sat, 24 Apr 2010 02:21:25 +0000 (20:21 -0600)] 
Real --enable-ipv6 fix

15 years agoRefactored --enable-external-acl-helpers
Francesco Chemolli [Fri, 23 Apr 2010 22:36:28 +0000 (00:36 +0200)] 
Refactored --enable-external-acl-helpers

15 years agoFixed buglet in the interaction between tproxy and netfilter options.
Francesco Chemolli [Fri, 23 Apr 2010 15:03:01 +0000 (17:03 +0200)] 
Fixed buglet in the interaction between tproxy and netfilter options.

15 years agoReworked authentication-related configure options.
Francesco Chemolli [Fri, 23 Apr 2010 14:34:23 +0000 (16:34 +0200)] 
Reworked authentication-related configure options.

15 years agoImproved --enable-linux-netfilter handling (now defaults to "auto")
Francesco Chemolli [Fri, 23 Apr 2010 09:44:04 +0000 (11:44 +0200)] 
Improved --enable-linux-netfilter handling (now defaults to "auto")
Default-disabled IPF support.

15 years agoDrop PF_INET6 test breakage. Slipped in.
Amos Jeffries [Fri, 23 Apr 2010 01:27:07 +0000 (13:27 +1200)] 
Drop PF_INET6 test breakage. Slipped in.

15 years agoDrop TPROXYv2 Support
Amos Jeffries [Fri, 23 Apr 2010 00:48:04 +0000 (12:48 +1200)] 
Drop TPROXYv2 Support

15 years agoRe-disable IPv6-only settings in IPv4
Amos Jeffries [Thu, 22 Apr 2010 23:31:30 +0000 (11:31 +1200)] 
Re-disable IPv6-only settings in IPv4

15 years agoImproved --enable-pf-transparent handling (now defaults to "auto")
Francesco Chemolli [Thu, 22 Apr 2010 22:23:09 +0000 (00:23 +0200)] 
Improved --enable-pf-transparent  handling (now defaults to "auto")
Improved --enable-ipf-transparent handling (now defaults to "auto")
Modified "maximus" testsuite to follow new defaults.

15 years agoImproved handling of PF-based transparent proxy option. Now defaults to "auto"
Francesco Chemolli [Thu, 22 Apr 2010 14:31:32 +0000 (16:31 +0200)] 
Improved handling of PF-based transparent proxy option. Now defaults to "auto"

15 years agoReworked and streamlined IO loop methods setting.
Francesco Chemolli [Thu, 22 Apr 2010 13:30:28 +0000 (15:30 +0200)] 
Reworked and streamlined IO loop methods setting.
Refactored some options.

15 years agoRevert ssl mode flag for now.
Amos Jeffries [Thu, 22 Apr 2010 10:39:28 +0000 (22:39 +1200)] 
Revert ssl mode flag for now.

15 years agoClarify http_port mode options and enhance config validation.
Amos Jeffries [Thu, 22 Apr 2010 09:15:02 +0000 (21:15 +1200)] 
Clarify http_port mode options and enhance config validation.

This makes some changes to the config validation of http_port lines
and documentation of http_port.

It alters documentation to call accel, tproxy, intercept, and sslbump
options "mode flags" since they determine the overall code paths which
traffic received is handled by.

The http_port syntax docs are updated to show that mode flags must go
first before any options. This is not strictly true, since the mode flag
only must go before mode-specific options. But its clearer to explain the
syntax docs like this. Both mode and options remain completely optional
(except that some options require certain modes as before).

The parser is updated to validate that only one of the mode flags is used.
Attempts to mix them will result in a fatal error. Attempts to use any of
the mode-specific options without the correct mode being enabled first will
result in a fatal message.

As a side-effect of this the implicit enabling of accel on several of its
options has been dropped. Explicit use as mode flag is preferred (and
required) instead for clear reading of the config.

Implications for older configs are that the http_port may fail a parse
check until some basic re-ordering of options or splitting of http_port
into multiple entries is done. Hopefully the messages emitted on failure
are clear enough for people to follow easily.

15 years agoCorrect behaviour of --enable-ipv6.
Amos Jeffries [Wed, 21 Apr 2010 12:45:38 +0000 (00:45 +1200)] 
Correct behaviour of --enable-ipv6.

 * Absence of the option means auto-detect
 * Disable means drop IPv6 code from build.

 * Enable now actually means require IPv6 to be active and working.
   If set the build will fail on machines without IPv6 capability.

15 years agoSourceFormat Enforcement
Automatic source maintenance [Wed, 21 Apr 2010 00:12:58 +0000 (18:12 -0600)] 
SourceFormat Enforcement

15 years agoRefactored SSL options
Francesco Chemolli [Tue, 20 Apr 2010 15:37:43 +0000 (17:37 +0200)] 
Refactored SSL options

15 years agoCompile error in ModTcp update.
Amos Jeffries [Tue, 20 Apr 2010 12:51:57 +0000 (00:51 +1200)] 
Compile error in ModTcp update.

15 years agoBug 2874: accept literal IPv6 address in icap_service URL
Amos Jeffries [Tue, 20 Apr 2010 10:58:34 +0000 (22:58 +1200)] 
Bug 2874: accept literal IPv6 address in icap_service URL

NP: This just ports the URL parsing from squid's main parser.
    If host needs to be written out anywhere it will need to be
    re-encoded properly.

15 years agoBug 2863: pt 1: Some Cygwin compile errors
Amos Jeffries [Tue, 20 Apr 2010 10:50:51 +0000 (22:50 +1200)] 
Bug 2863: pt 1: Some Cygwin compile errors

15 years agoDocument more of AccessLogEntry class
Amos Jeffries [Tue, 20 Apr 2010 09:59:12 +0000 (21:59 +1200)] 
Document more of AccessLogEntry class

15 years agoSourceFormat Enforcement
Automatic source maintenance [Tue, 20 Apr 2010 00:12:58 +0000 (18:12 -0600)] 
SourceFormat Enforcement

15 years agoUse Ip namespace in ModTcp
Amos Jeffries [Mon, 19 Apr 2010 11:07:59 +0000 (23:07 +1200)] 
Use Ip namespace in ModTcp

15 years agoAuthor: Dhaval Varia <dhavalkvaria@gmail.com>
Amos Jeffries [Mon, 19 Apr 2010 10:03:17 +0000 (22:03 +1200)] 
Author: Dhaval Varia <dhavalkvaria@gmail.com>
TCP logging capability

Enable Squid to send log lines to a remote server over TCP.

This permits logging to bypass the failures implicit with UDP packets.

TODO:
 * example daemon to receive the log traffic via TCP
 * handle TCP failures mid-transaction
 * handle full TCP buffers

15 years agoAdd Ip namespace to stubQosConfig file
Amos Jeffries [Mon, 19 Apr 2010 09:32:40 +0000 (21:32 +1200)] 
Add Ip namespace to stubQosConfig file

TODO: stub seems not to be used now that teh SqudiConfig link is removed.
  updatign it and keeping anyway in case future unit tests need it.

15 years agoSourceFormat Enforcement
Automatic source maintenance [Sun, 18 Apr 2010 00:13:00 +0000 (18:13 -0600)] 
SourceFormat Enforcement

15 years agoSourceLayout: Add Ip namespace for internal libip
Amos Jeffries [Sat, 17 Apr 2010 02:29:04 +0000 (14:29 +1200)] 
SourceLayout: Add Ip namespace for internal libip

IpAddress is now Ip::Address, IpInterceptor is now Ip::Interceptor, etc.

* Also detaches QosConfig from the global config structures.
  Clearing up several of the dependency chains to libip

15 years agoSourceFormat Enforcement
Automatic source maintenance [Sat, 17 Apr 2010 00:12:57 +0000 (18:12 -0600)] 
SourceFormat Enforcement

15 years agoMerged from trunk
Francesco Chemolli [Fri, 16 Apr 2010 09:00:31 +0000 (11:00 +0200)] 
Merged from trunk

15 years agoFixed regression in EUI option handling.
Francesco Chemolli [Fri, 16 Apr 2010 08:58:32 +0000 (10:58 +0200)] 
Fixed regression in EUI option handling.
Partly refactored SSL option handling.

15 years agoDistribute some manuals better
Amos Jeffries [Fri, 16 Apr 2010 06:56:56 +0000 (18:56 +1200)] 
Distribute some manuals better

15 years agoCleanup: remove Cisms from GNURegex alternative
Amos Jeffries [Fri, 16 Apr 2010 06:55:31 +0000 (00:55 -0600)] 
Cleanup: remove Cisms from GNURegex alternative

15 years agoFixed some text-wrappings and indentations.
Francesco Chemolli [Thu, 15 Apr 2010 15:07:23 +0000 (17:07 +0200)] 
Fixed some text-wrappings and indentations.
Reworked default option handling for some configure switches
Refactored EUI and HTCP options handling

15 years agoAdd basic_sasl_auth(8) manual
Amos Jeffries [Thu, 15 Apr 2010 11:37:19 +0000 (23:37 +1200)] 
Add basic_sasl_auth(8) manual

Based on removed README

15 years agoMinor updates to basic_pam_auth(8) manual
Amos Jeffries [Thu, 15 Apr 2010 11:25:10 +0000 (23:25 +1200)] 
Minor updates to basic_pam_auth(8) manual