]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
20 years agoIgnore generated documentation files
hno [Wed, 29 Dec 2004 05:54:38 +0000 (05:54 +0000)] 
Ignore generated documentation files

20 years agoCosmetic workaround for autoconf not inheriting --silent when running
hno [Tue, 28 Dec 2004 20:51:49 +0000 (20:51 +0000)] 
Cosmetic workaround for autoconf not inheriting --silent when running
configure in subdirectories

20 years agoKill unused variable
hno [Tue, 28 Dec 2004 19:52:05 +0000 (19:52 +0000)] 
Kill unused variable

20 years agoBug #1177: Don't close all "other" filedescriptors
hno [Mon, 27 Dec 2004 23:59:14 +0000 (23:59 +0000)] 
Bug #1177: Don't close all "other" filedescriptors

Currently when Squid is started it forcibly closes all "other" filedescriptors
other than stdin/stdout/stderr. While this is a reasonable security precaution
to clean up filedescriptor leakage from the caller it crashes some SSL libraries
and possibly other functions which opens internal filedescriptors on startup or
while the configuration is parsed.

It also causes problems for daemontools or other service monitors monitoring
the daemon by keeping a unused pipe open to the daemon process.

20 years agoBug #495: Connect timeout should produce a 504 or 503
hno [Mon, 27 Dec 2004 22:59:55 +0000 (22:59 +0000)] 
Bug #495: Connect timeout should produce a 504 or 503

patch forwardported to squid-3 by charles bruneteau

20 years agoBug #1174: acl based access logging causes assertion failure "!finished() && !asyncIn...
hno [Mon, 27 Dec 2004 22:57:15 +0000 (22:57 +0000)] 
Bug #1174: acl based access logging causes assertion failure "!finished() && !asyncInProgress()" (ACLChecklist.cc::markFinished)

20 years agolibtool cfgaux moved into cfgaux
hno [Mon, 27 Dec 2004 19:10:49 +0000 (19:10 +0000)] 
libtool cfgaux moved into cfgaux

20 years agoBootstrapped
hno [Mon, 27 Dec 2004 19:08:30 +0000 (19:08 +0000)] 
Bootstrapped

20 years agoAnd fix libtool bootsatrapping of cppunit as well
hno [Mon, 27 Dec 2004 18:32:24 +0000 (18:32 +0000)] 
And fix libtool bootsatrapping of cppunit as well

20 years agoBootstrapped
hno [Mon, 27 Dec 2004 18:30:47 +0000 (18:30 +0000)] 
Bootstrapped

20 years agoAnd use the found libtool version..
hno [Mon, 27 Dec 2004 18:29:54 +0000 (18:29 +0000)] 
And use the found libtool version..

20 years agoSearch for proper libtool versions
hno [Mon, 27 Dec 2004 18:27:33 +0000 (18:27 +0000)] 
Search for proper libtool versions

20 years agoBug #1149: segfault on mgr:vm_objects
serassio [Mon, 27 Dec 2004 18:04:36 +0000 (18:04 +0000)] 
Bug #1149: segfault on mgr:vm_objects

Forward port of 2.5 patch

20 years agocherry pick bugfix: cannot close all file descriptors from store refactoring work
robertc [Mon, 27 Dec 2004 17:25:32 +0000 (17:25 +0000)] 
cherry pick bugfix: cannot close all file descriptors from store refactoring work

20 years agoBuild fails on Linux and FreeBSD (and probably on all others platforms)
serassio [Sun, 26 Dec 2004 18:31:11 +0000 (18:31 +0000)] 
Build fails on Linux and FreeBSD (and probably on all others platforms)
with --enable-forw-via-db configure option:

Correct type casting is needed.

20 years agoFix for a wrong configure warning on Solaris 9 x86 when enabling ARP ACl support:
serassio [Sun, 26 Dec 2004 18:23:15 +0000 (18:23 +0000)] 
Fix for a wrong configure warning on Solaris 9 x86 when enabling ARP ACl support:

The effective host type is i386-pc-solaris2.9

20 years agoBootstrapped
hno [Sat, 25 Dec 2004 08:10:17 +0000 (08:10 +0000)] 
Bootstrapped

20 years agoBug #1172: Strategised ACLs were not being called for replyRequired.
robertc [Fri, 24 Dec 2004 15:57:49 +0000 (15:57 +0000)] 
Bug #1172: Strategised ACLs were not being called for replyRequired.

20 years agonote minimum_expiry_time for ESI environments
robertc [Fri, 24 Dec 2004 15:05:29 +0000 (15:05 +0000)] 
note minimum_expiry_time for ESI environments

20 years agoBug #1173: assertion failure: cbdata.cc:402 "c->locks > 0"
hno [Fri, 24 Dec 2004 08:14:23 +0000 (08:14 +0000)] 
Bug #1173: assertion failure: cbdata.cc:402 "c->locks > 0"

patch by Gonzalo Arana

20 years agoBug 954: Segment violation when using a blank user name in digest authentication
hno [Fri, 24 Dec 2004 08:03:39 +0000 (08:03 +0000)] 
Bug 954: Segment violation when using a blank user name in digest authentication

Forward ported by Kinkie

20 years agominumum_expiry_time directive
hno [Fri, 24 Dec 2004 05:17:20 +0000 (05:17 +0000)] 
minumum_expiry_time directive

        The minimum caching time according to (Expires - Date)
        Headers Squid honors if the object can't be revalidated
        defaults to 60 seconds. In reverse proxy enorinments it
        might be desirable to honor shorter object lifetimes. It
        is most likely better to make your server return a
        meaningful Last-Modified header however.

by Thomas Ristic <thr@bootet.net>

20 years agoBootstrapped
hno [Thu, 23 Dec 2004 08:10:11 +0000 (08:10 +0000)] 
Bootstrapped

20 years agoFix client db scheduling logics - Forward port of 2.5 fix.
serassio [Thu, 23 Dec 2004 00:37:37 +0000 (00:37 +0000)] 
Fix client db scheduling logics - Forward port of 2.5 fix.

20 years agoBug #707: Added functionality to query the origin server for IMS requests.
serassio [Wed, 22 Dec 2004 23:21:33 +0000 (23:21 +0000)] 
Bug #707: Added functionality to query the origin server for IMS requests.

Original 2.5 STABLE3 patch from Brian.

This adds two new config options:

1.  refresh_all_ims (on/default off) will force all IMS queries to pass
through to the origin server (or parent cache).
2.  refresh_patterns have a refresh-ims option, which does the same, but on a
more selective level.

:wq

20 years agoBug #1168: Forward port of 2.5 patch for handle crashing helpers more gracefully
serassio [Wed, 22 Dec 2004 22:10:37 +0000 (22:10 +0000)] 
Bug #1168: Forward port of 2.5 patch for handle crashing helpers more gracefully

20 years agobug# 1118: Squid sends requests to redirectors with shutdown flag on
serassio [Wed, 22 Dec 2004 22:05:09 +0000 (22:05 +0000)] 
bug# 1118: Squid sends requests to redirectors with shutdown flag on

Incremental Patch

20 years agoBug #1118: Squid sends requests to redirectors with shutdown flag on
serassio [Wed, 22 Dec 2004 21:10:09 +0000 (21:10 +0000)] 
Bug #1118: Squid sends requests to redirectors with shutdown flag on

20 years agoBug #1170: Don't install cppunit on "make install"
hno [Wed, 22 Dec 2004 18:23:16 +0000 (18:23 +0000)] 
Bug #1170: Don't install cppunit on "make install"

20 years agoBootstrapped
hno [Wed, 22 Dec 2004 08:10:11 +0000 (08:10 +0000)] 
Bootstrapped

20 years agoBug #1167: Cannot build ARP ACL support on FreeBSD 5.3 with gcc 3.4.2
serassio [Wed, 22 Dec 2004 02:40:16 +0000 (02:40 +0000)] 
Bug #1167: Cannot build ARP ACL support on FreeBSD 5.3 with gcc 3.4.2

On FreeBSD gcc 3.4.2 doesn't like the following code:

        (char *) sdl = (char *) sin + ROUNDUP(sin->sin_len);

20 years agofix ufsdump to link again...
robertc [Wed, 22 Dec 2004 01:20:19 +0000 (01:20 +0000)] 
fix ufsdump to link again...

20 years agoBug #1041: assertion failed: comm_epoll.cc: assert(F->flags.open)
hno [Wed, 22 Dec 2004 01:06:33 +0000 (01:06 +0000)] 
Bug #1041: assertion failed: comm_epoll.cc: assert(F->flags.open)

Patch by  Gonzalo Arana

20 years agoBug #874: rough port of the http_reply_header_size functionality
robertc [Wed, 22 Dec 2004 00:52:53 +0000 (00:52 +0000)] 
Bug #874: rough port of the http_reply_header_size functionality

20 years agogcc 3.4.2 fixes from Henrik
robertc [Wed, 22 Dec 2004 00:28:27 +0000 (00:28 +0000)] 
gcc 3.4.2 fixes from Henrik

20 years agochange automake --force to -f - different automakes use different long versions
serassio [Wed, 22 Dec 2004 00:18:40 +0000 (00:18 +0000)] 
change automake --force to -f - different automakes use different long versions

20 years agoBug #944: Fails to compile on openbsd etc.
hno [Tue, 21 Dec 2004 23:17:58 +0000 (23:17 +0000)] 
Bug #944: Fails to compile on openbsd etc.

There is several platforms where malloc.h SHOULD NOT be used even if
it exists, other platforms where it must be used..

In additions a few minor stupidities.

20 years agoBug #1165: Fix type error for diskd on openbsd
robertc [Tue, 21 Dec 2004 22:47:33 +0000 (22:47 +0000)] 
Bug #1165: Fix type error for diskd on openbsd

20 years agouse force and copy with automake to ensure that version upgrades are smooth
robertc [Tue, 21 Dec 2004 22:16:16 +0000 (22:16 +0000)] 
use force and copy with automake to ensure that version upgrades are smooth

20 years agoBug #639: merge in Leeaan Bent's fix.
robertc [Tue, 21 Dec 2004 22:03:01 +0000 (22:03 +0000)] 
Bug #639: merge in Leeaan Bent's fix.

20 years agoAutoconf and bootstrap cleanups from hno
robertc [Tue, 21 Dec 2004 21:55:20 +0000 (21:55 +0000)] 
Autoconf and bootstrap cleanups from hno

20 years agoBootstrapped
hno [Tue, 21 Dec 2004 08:10:11 +0000 (08:10 +0000)] 
Bootstrapped

20 years agoBug #871: Fix up local squid macros quoting
robertc [Tue, 21 Dec 2004 03:25:06 +0000 (03:25 +0000)] 
Bug #871: Fix up local squid macros quoting

20 years agoBug #1042: ssl buffer overrun if delay pools disabled
hno [Tue, 21 Dec 2004 03:15:27 +0000 (03:15 +0000)] 
Bug #1042: ssl buffer overrun if delay pools disabled

20 years agoBug# 103 post merge fix for stat.cc
robertc [Tue, 21 Dec 2004 02:26:11 +0000 (02:26 +0000)] 
Bug# 103 post merge fix for stat.cc

20 years agooops, broke auth_digest builds with a bad commit
robertc [Tue, 21 Dec 2004 02:13:54 +0000 (02:13 +0000)] 
oops, broke auth_digest builds with a bad commit

20 years agoBug #103: Use meaningful labels in the hit/miss statistics (via hno)
robertc [Tue, 21 Dec 2004 01:48:58 +0000 (01:48 +0000)] 
Bug #103: Use meaningful labels in the hit/miss statistics (via hno)

20 years agomerge in digest locking fix for helper requests - bug #825
robertc [Tue, 21 Dec 2004 01:28:09 +0000 (01:28 +0000)] 
merge in digest locking fix for helper requests - bug #825

20 years agoappend CPPUNIT include path to the src Make flags, to fix systems without cppunit
robertc [Tue, 21 Dec 2004 01:14:31 +0000 (01:14 +0000)] 
append CPPUNIT include path to the src Make flags, to fix systems without cppunit

20 years agodistribute new headers, enable digest and ntlm by default
robertc [Tue, 21 Dec 2004 01:01:05 +0000 (01:01 +0000)] 
distribute new headers, enable digest and ntlm by default

20 years agomerge in bugfix for bug 872 - NTLM locking improvements to prevent crashes
robertc [Tue, 21 Dec 2004 00:35:58 +0000 (00:35 +0000)] 
merge in bugfix for bug 872 - NTLM locking improvements to prevent crashes

20 years agomake dist fixes towards fixing bug #747. Delete archids from broken cppunit make...
robertc [Tue, 21 Dec 2004 00:25:16 +0000 (00:25 +0000)] 
make dist fixes towards fixing bug #747. Delete archids from broken cppunit make dist.

20 years agofixup bootstrapping
robertc [Tue, 21 Dec 2004 00:20:29 +0000 (00:20 +0000)] 
fixup bootstrapping

20 years agoMerge in second phase Disk IO refactoring, separating out the store and the io logic.
robertc [Mon, 20 Dec 2004 23:30:12 +0000 (23:30 +0000)] 
Merge in second phase Disk IO refactoring, separating out the store and the io logic.

Patches applied:

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-15
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-286

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-16
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-287

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-17
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-288

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-18
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-289

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-19
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-290

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-20
   Sync to HEAD.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-21
   More OOification.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-22
   Extraction of Disk IO modules.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-23
   Make diskd use the IO separation facility.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-24
   More diskd layering work.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-25
   Rename SwapDirOption to ConfigOption.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-26
   More diskd works.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-27
   Move diskd's IO logic to DiskIO/DiskDaemon

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-28
   Finish AUFS logic separation.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-29
   Add AIO Disk IO Module.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-30
   Fix double-free in coss.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-31
   AIO as a full IO Module.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-32
   Make IO usage flexible.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-33
   Make coss work with diskd.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-34
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-356

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-35
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-357

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-36
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-358

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-37
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-359

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-38
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-360

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-39
   Add missed files.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-40
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0--patch-361

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-41
   AIO stability work.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-42
   Coss tidyup.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-43
   Merge of robertc@squid-cache.org--squid/squid--HEAD--3.0

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-44
   Bugfix: coss aliasing error.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-45
   Merge http_version fix.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-46
   CossLog tweaks.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-47
   Remove all AIO dependencies from coss.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-48
   Merge from HEAD.

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-49
   merge from HEAD

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-50
   sync with MAIN

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-51
   merge in bugfix for auth double deletes in digest

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-52
   update from HEAD

 * robertc@squid-cache.org--squid/squid--disk-io--3.0--patch-53
   sync with HEAD

20 years agoMerge in authentication bugfix for digest.
robertc [Mon, 20 Dec 2004 22:39:55 +0000 (22:39 +0000)] 
Merge in authentication bugfix for digest.

Patches applied:

 * robertc@squid-cache.org--squid/squid--authentication--3.0--patch-118
   minor typo fix to test commit messages

 * robertc@squid-cache.org--squid/squid--authentication--3.0--patch-119
   fix double free with digest auth

20 years agoFix Stack which was broken in HEAD. Also update bootstrap.sh for newer automake and...
robertc [Mon, 20 Dec 2004 21:52:07 +0000 (21:52 +0000)] 
Fix Stack which was broken in HEAD. Also update bootstrap.sh for newer automake and autoconf.

20 years agoBug #1142: fails to build with GCC-3.4.2 (FreeBSD and Linux)
hno [Sun, 12 Dec 2004 05:07:31 +0000 (05:07 +0000)] 
Bug #1142: fails to build with GCC-3.4.2 (FreeBSD and Linux)

This patch adds the != operator to HttpVersion

Also backs out the patch from Bug #1152.

20 years agoBootstrapped
hno [Fri, 10 Dec 2004 08:10:37 +0000 (08:10 +0000)] 
Bootstrapped

20 years agoBug #931: SSL error message on startup ought to be supressed...
hno [Fri, 10 Dec 2004 07:56:46 +0000 (07:56 +0000)] 
Bug #931: SSL error message on startup ought to be supressed...

incremental patch

20 years agoBug #1151: HEAD doesn't build with gcc 3.3.x
hno [Fri, 10 Dec 2004 07:55:15 +0000 (07:55 +0000)] 
Bug #1151: HEAD doesn't build with gcc 3.3.x

20 years agoBug #1143: Squid returns random error messages on request for http://./
hno [Fri, 10 Dec 2004 07:54:04 +0000 (07:54 +0000)] 
Bug #1143: Squid returns random error messages on request for http://./

20 years agoBug #1112: PURGE allowed to delete internal objects
hno [Fri, 10 Dec 2004 07:51:33 +0000 (07:51 +0000)] 
Bug #1112: PURGE allowed to delete internal objects

20 years agoFeature #1005: libxml2 as ESI parser
hno [Fri, 10 Dec 2004 07:49:53 +0000 (07:49 +0000)] 
Feature #1005: libxml2 as ESI parser

by jojo@fistofbenztown.de (Joachim Bauch)

Todo: With this is becomes an apparent need to modularize the ESI parsers
slightly to allow the user to select which ESI parsers to build.

20 years agoBug #1152: Document --enable-esi in squid.conf.default
hno [Fri, 10 Dec 2004 07:44:29 +0000 (07:44 +0000)] 
Bug #1152: Document --enable-esi in squid.conf.default

20 years agoFeature Request #601: add request_header_access and reply_header_access
hno [Wed, 8 Dec 2004 07:24:41 +0000 (07:24 +0000)] 
Feature Request #601: add request_header_access and reply_header_access

This splits header_access into request_header_access and reply_header_access

20 years agoBug #1116: Squid fails to close TCP connection after malformed HTTP response
hno [Wed, 8 Dec 2004 07:16:36 +0000 (07:16 +0000)] 
Bug #1116: Squid fails to close TCP connection after malformed HTTP response

20 years agoBug #931: Cleanup of SSL messages on startup/reconfigure
hno [Wed, 8 Dec 2004 07:06:03 +0000 (07:06 +0000)] 
Bug #931: Cleanup of SSL messages on startup/reconfigure

The attached patch restructures the SSL initialization in such manner
that the SSL contexts are set up after the whole configuration has been read,
allowing the cache.log to be opened before.

20 years agoPatch ported from 2.5 branch. Various checks on HTTP header compliance,
wessels [Wed, 17 Nov 2004 06:11:46 +0000 (06:11 +0000)] 
Patch ported from 2.5 branch.  Various checks on HTTP header compliance,
for both requests and responses.

20 years agoBug #1085: Compiler errors compiling with GCC 3.4 series
hno [Mon, 8 Nov 2004 06:29:50 +0000 (06:29 +0000)] 
Bug #1085: Compiler errors compiling with GCC 3.4 series

20 years agoMake sure the debug subsystem is suitably initialized early in the
hno [Sun, 7 Nov 2004 21:49:44 +0000 (21:49 +0000)] 
Make sure the debug subsystem is suitably initialized early in the
startup before configuration has been read

20 years agoBug #918: Complain loudly if no write permission to cache directory
hno [Sun, 7 Nov 2004 21:03:18 +0000 (21:03 +0000)] 
Bug #918: Complain loudly if no write permission to cache directory

20 years agoBug #896: snapshot 0119 /0214 fails to build on solaris 9 x86 (ufs)
hno [Sun, 7 Nov 2004 20:58:30 +0000 (20:58 +0000)] 
Bug #896: snapshot 0119 /0214 fails to build on solaris 9 x86 (ufs)

20 years agoClean up use of isXXX ctype functions to always call on unsigned char
hno [Sun, 7 Nov 2004 20:55:20 +0000 (20:55 +0000)] 
Clean up use of isXXX ctype functions to always call on unsigned char

20 years agoBug #1105: Cannot build Squid 3.0 on FreeBSD 4.10 with --enable-esi option
hno [Sun, 7 Nov 2004 05:24:22 +0000 (05:24 +0000)] 
Bug #1105: Cannot build Squid 3.0 on FreeBSD 4.10 with --enable-esi option

20 years agoBug #1060: acl time fails to parse multiple time specifications correctly
hno [Sun, 7 Nov 2004 05:22:16 +0000 (05:22 +0000)] 
Bug #1060: acl time fails to parse multiple time specifications correctly

20 years agoBug #1057: New options to refresh-pattern configuration
hno [Sun, 7 Nov 2004 05:20:47 +0000 (05:20 +0000)] 
Bug #1057: New options to refresh-pattern configuration

By Przemek Czerkas and David S. Madole

This is based on patch by David S. Madole
http://www.omdev.com/squid/squid-2.2.STABLE4.ignore-no-cache.patch

I've added more options to refresh-pattern configuration:

- 'ignore-no-cache' ignores any "Pragma: no-cache" and "Cache-control:
   no-cache" headers received from a server,

- 'ignore-private' ignores any "Cache-control: private" headers
   received from a server,

- 'ignore-auth' caches responses to requests with authorization
   irrespective of "Cache-control: " headers received from a server.

Warning - these options VIOLATE the HTTP standard!

20 years agoBug #1043: syscalls.sock.read/write and syscalls.sock.sockets are not accounted corre...
hno [Sun, 7 Nov 2004 05:11:39 +0000 (05:11 +0000)] 
Bug #1043: syscalls.sock.read/write and syscalls.sock.sockets are not accounted correctly.

20 years agoBug #1021: Supplementary groups membership initialization for children processes
hno [Sun, 7 Nov 2004 05:09:19 +0000 (05:09 +0000)] 
Bug #1021: Supplementary groups membership initialization for children processes

Incremental patch by Guido.

The original patch did not compile on systems without initgroups.

20 years agoBug #931: SSL error message on startup ought to be supressed...
hno [Sun, 7 Nov 2004 05:03:57 +0000 (05:03 +0000)] 
Bug #931: SSL error message on startup ought to be supressed...

By Guido.

Supress stupid SSL error messages if not configured, and correct
several of the error messages.

20 years agoBug #909: ARP Support on FreeBSD
hno [Sun, 7 Nov 2004 04:57:53 +0000 (04:57 +0000)] 
Bug #909: ARP Support on FreeBSD

From Guido Serassio  2004-10-23 14:57

The new FreeBSD code doesn't build.

There are some C++ problems, and the Solaris section seems to be affected too.

20 years agoBug #894: continual "cache size changed" messages on -k logrotate
hno [Sun, 7 Nov 2004 04:51:57 +0000 (04:51 +0000)] 
Bug #894: continual "cache size changed" messages on -k logrotate

patch by Guido.

20 years agoBug #1102: O_NONBLOCK on disk files is not a wise idea as this
hno [Sun, 7 Nov 2004 04:37:59 +0000 (04:37 +0000)] 
Bug #1102: O_NONBLOCK on disk files is not a wise idea as this
is not standardized, and results may be unexpected.

Especially considering Linux now starts to add O_NONBLOCK support
on disk files but the implementation is far from complete yet.

20 years agoBootstrapped
hno [Tue, 26 Oct 2004 06:10:38 +0000 (06:10 +0000)] 
Bootstrapped

20 years agoDist auth scheme headers
hno [Mon, 25 Oct 2004 18:40:20 +0000 (18:40 +0000)] 
Dist auth scheme headers

20 years agoBootstrapped
hno [Thu, 21 Oct 2004 06:10:36 +0000 (06:10 +0000)] 
Bootstrapped

20 years agoBug #836: redirect_rewrites_host_header off broken
hno [Thu, 21 Oct 2004 04:48:52 +0000 (04:48 +0000)] 
Bug #836: redirect_rewrites_host_header off broken

By Guido.

20 years agoBug #1021: Supplementary groups membership initialization for children processes
hno [Thu, 21 Oct 2004 04:41:03 +0000 (04:41 +0000)] 
Bug #1021: Supplementary groups membership initialization for children processes

By  Dimitry V. Ketov, based on code from Apache.

20 years agoBug #998: acl rep_mime_type broken, looking into request headers
hno [Thu, 21 Oct 2004 04:37:56 +0000 (04:37 +0000)] 
Bug #998: acl rep_mime_type broken, looking into request headers
where it should look into reply headers.

By  Gonzalo Arana

20 years agoBug #901: ident ACLs parsed incorrectly if specified multiple times
hno [Thu, 21 Oct 2004 04:31:23 +0000 (04:31 +0000)] 
Bug #901: ident ACLs parsed incorrectly if specified multiple times

20 years agoBug #1058: balance_on_multiple_ip directive to make it possible to
hno [Mon, 18 Oct 2004 18:20:09 +0000 (18:20 +0000)] 
Bug #1058: balance_on_multiple_ip directive to make it possible to
turn of the automatic round-robin on sites with multiple IP addresses

optimized ipcache usage on reload when using the internal TTL aware
dns client.

20 years agoBug #1000: Content gets corrupted during upload
hno [Mon, 18 Oct 2004 18:16:22 +0000 (18:16 +0000)] 
Bug #1000: Content gets corrupted during upload

20 years agoBug #860: ACL based logging does not work
hno [Mon, 18 Oct 2004 18:12:54 +0000 (18:12 +0000)] 
Bug #860: ACL based logging does not work

20 years agoBug #860: redirector_access does not handle "slow" acls
hno [Mon, 18 Oct 2004 18:05:37 +0000 (18:05 +0000)] 
Bug #860: redirector_access does not handle "slow" acls

20 years agoBootstrapped
hno [Mon, 18 Oct 2004 06:10:37 +0000 (06:10 +0000)] 
Bootstrapped

20 years agoBug #909: FreeBSD support for ARP acls
hno [Mon, 18 Oct 2004 04:13:02 +0000 (04:13 +0000)] 
Bug #909: FreeBSD support for ARP acls

By Glen Gibb, ported to Squid-3 by Guido.

20 years agoBug #1091: compile fails with warnings with --disable-internal-dns
hno [Sat, 16 Oct 2004 03:12:47 +0000 (03:12 +0000)] 
Bug #1091: compile fails with warnings with --disable-internal-dns
Patch by Guido.

20 years agoBug #1072 (#968): Invalid value for range_offset_limit -1 KB
hno [Sat, 16 Oct 2004 03:10:44 +0000 (03:10 +0000)] 
Bug #1072 (#968): Invalid value for range_offset_limit -1 KB

20 years agoBug #833: deny_info only works with http_access, not http_reply_access or miss_access
hno [Fri, 15 Oct 2004 05:32:45 +0000 (05:32 +0000)] 
Bug #833: deny_info only works with http_access, not http_reply_access or miss_access

20 years agoBug #833: Apparent memory leak in cliend_db
hno [Fri, 15 Oct 2004 05:31:30 +0000 (05:31 +0000)] 
Bug #833: Apparent memory leak in cliend_db

20 years agoBootstrapped
hno [Mon, 11 Oct 2004 06:10:36 +0000 (06:10 +0000)] 
Bootstrapped