]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
18 years agoBug #1787: Objects stuck in cache if origin server clock in future
hno [Wed, 7 Feb 2007 07:48:15 +0000 (07:48 +0000)] 
Bug #1787: Objects stuck in cache if origin server clock in future

18 years agoClean up relations between TCP probing and DNS checks of peers with no known addresses.
hno [Mon, 5 Feb 2007 22:16:31 +0000 (22:16 +0000)] 
Clean up relations between TCP probing and DNS checks of peers with no known addresses.

18 years agoNeed to initialize neighbors even if not using ICP.
hno [Mon, 5 Feb 2007 22:15:03 +0000 (22:15 +0000)] 
Need to initialize neighbors even if not using ICP.

18 years agominor printf typo "%ud" should be "%u"
wessels [Thu, 1 Feb 2007 06:58:25 +0000 (06:58 +0000)] 
minor printf typo "%ud" should be "%u"

18 years agoTwo versions of DiskdIOStrategy::send() had a lot of duplicated code.
wessels [Wed, 31 Jan 2007 14:13:54 +0000 (14:13 +0000)] 
Two versions of DiskdIOStrategy::send() had a lot of duplicated code.
This patch moves the common code to DiskdIOStrategy::SEND().

18 years agoBug #1865: deny_info redirection with authentication related acls
serassio [Sun, 28 Jan 2007 22:37:46 +0000 (22:37 +0000)] 
Bug #1865: deny_info redirection with authentication related acls

this patch modifies deny_info to not redirect when authentication
is required. Any redirect deny_info lines is ignored if the request
was not authenticated.

Forward port of 2.6 patch.

18 years agounlinkdClose() should be called after (not before) Store::Root().sync()
wessels [Fri, 26 Jan 2007 03:26:11 +0000 (03:26 +0000)] 
unlinkdClose() should be called after (not before) Store::Root().sync()

18 years ago2.6.STABLE is in branch SQUID_2_6
hno [Wed, 24 Jan 2007 09:16:48 +0000 (09:16 +0000)] 
2.6.STABLE is in branch SQUID_2_6

18 years agoSquid-2.6 branched from Squid-2 HEAD
hno [Sun, 21 Jan 2007 11:31:05 +0000 (11:31 +0000)] 
Squid-2.6 branched from Squid-2 HEAD

18 years agoBug #1873: authenticateNTLMFixErrorHeader: state 4.
hno [Sun, 21 Jan 2007 04:13:59 +0000 (04:13 +0000)] 
Bug #1873: authenticateNTLMFixErrorHeader: state 4.

Squid crashes with the above message if denying access after successful
NTLM or Negotiate authentication. Problem introduced in 2.6.STABLE6.

18 years agoBug #1828: squid.conf docutemtation error for proxy_auth digest
hno [Sat, 13 Jan 2007 23:08:19 +0000 (23:08 +0000)] 
Bug #1828: squid.conf docutemtation error for proxy_auth digest

Change squid.conf.default notes to document that the digest hash needs to be in
hex (not base64) and make Squid case insensitive on the hex format.

18 years agoBootstrapped
hno [Fri, 5 Jan 2007 08:10:48 +0000 (08:10 +0000)] 
Bootstrapped

18 years agoSpecifi LDADD for tcp-banger2 as it doesn't have much dependencies
hno [Fri, 5 Jan 2007 03:52:57 +0000 (03:52 +0000)] 
Specifi LDADD for tcp-banger2 as it doesn't have much dependencies

18 years agoCleanup of AuthUserRequest->lastReply to keep ACL_AUTHENTICATED state
hno [Wed, 3 Jan 2007 19:57:47 +0000 (19:57 +0000)] 
Cleanup of AuthUserRequest->lastReply to keep ACL_AUTHENTICATED state
short-circuiting acl processing a bit when there is multiple auth acls
involved, and preparing for future auth related work.

18 years agoMove the AuthUser ip_list management to AuthUser where it belongs.
hno [Wed, 3 Jan 2007 19:40:41 +0000 (19:40 +0000)] 
Move the AuthUser ip_list management to AuthUser where it belongs.

18 years agoBug #1792: max_user_ip not working with ntlm_auth
hno [Wed, 3 Jan 2007 19:39:48 +0000 (19:39 +0000)] 
Bug #1792: max_user_ip not working with ntlm_auth

the ntlm/negotiate scheme reqrite was a bit confused about the FINISHED
vs DONE states, skipping a little of the processing required for the
user and ip caches.

18 years agoBug #1857: Segmentation fault when accessing certain ftp:// URLs
hno [Tue, 2 Jan 2007 04:40:33 +0000 (04:40 +0000)] 
Bug #1857: Segmentation fault when accessing certain ftp:// URLs

18 years agoBug #1858: digest_ldap_auth had some remains of old hash format
hno [Thu, 28 Dec 2006 01:26:18 +0000 (01:26 +0000)] 
Bug #1858: digest_ldap_auth had some remains of old hash format

18 years agoBootstrapped
hno [Mon, 25 Dec 2006 08:10:47 +0000 (08:10 +0000)] 
Bootstrapped

18 years agoAccept large dates >2^31. Seen for example in the Google logo.
serassio [Sun, 24 Dec 2006 22:29:43 +0000 (22:29 +0000)] 
Accept large dates >2^31. Seen for example in the Google logo.

Forward port of 2.6 patch.

18 years agoBootstrapped
serassio [Sun, 24 Dec 2006 22:25:42 +0000 (22:25 +0000)] 
Bootstrapped

18 years agoFix the WCCPv2 mask assignment code to not crash as the value assignments are built.
serassio [Sun, 24 Dec 2006 22:24:12 +0000 (22:24 +0000)] 
Fix the WCCPv2 mask assignment code to not crash as the value assignments are built.

Forward port of 2.6 patch.

18 years agoWindows port: Fix build errors when using latest MinGW environment
serassio [Sun, 24 Dec 2006 21:19:27 +0000 (21:19 +0000)] 
Windows port: Fix build errors when using latest MinGW environment

18 years agoWindows port: Fixed build error on MinGW using SSL support
serassio [Sun, 24 Dec 2006 21:12:24 +0000 (21:12 +0000)] 
Windows port: Fixed build error on MinGW using SSL support

18 years agoAdded .cvsignore and config.test files to POP3 helper.
serassio [Sun, 24 Dec 2006 21:00:32 +0000 (21:00 +0000)] 
Added .cvsignore and config.test files to POP3 helper.

18 years agoBug #1584: Unable to register with multiple WCCP2 routers
serassio [Sun, 24 Dec 2006 20:52:40 +0000 (20:52 +0000)] 
Bug #1584: Unable to register with multiple WCCP2 routers

Disable PMTU-discovery on the WCCP2 UDP socket, making Linux and possibly
others send unique IP ID fields in the UDP traffic. Hopefully this will
convince Cisco IOS that the WCCP exchanges is not duplicate traffic.

Forward port of 2.6 patch.

18 years agoBug #1840: Disable digest and netdb queries to multicast peers
serassio [Sun, 24 Dec 2006 20:43:08 +0000 (20:43 +0000)] 
Bug #1840: Disable digest and netdb queries to multicast peers

Sending HTTP requests to the multicast group does not make much sense. Force
digest and netdb exchanged to be disabled on the multicast group. Such
exchanges only makes sense on the individual peers.

Forward port of 2.6 patch.

Also ran astyle.

18 years agoBug #439: Multicast ICP peering is unstable and considers most peers dead
serassio [Sun, 24 Dec 2006 20:30:16 +0000 (20:30 +0000)] 
Bug #439: Multicast ICP peering is unstable and considers most peers dead
even if they respond properly.

Forward port of 2.6 patch.

Also ran astyle.

18 years agoBootstrapped
hno [Fri, 22 Dec 2006 08:10:46 +0000 (08:10 +0000)] 
Bootstrapped

18 years agoBootstrapped
serassio [Fri, 22 Dec 2006 03:13:34 +0000 (03:13 +0000)] 
Bootstrapped

18 years agoBug #1853: Support for ARP ACL on NetBSD
serassio [Fri, 22 Dec 2006 03:12:26 +0000 (03:12 +0000)] 
Bug #1853: Support for ARP ACL on NetBSD

Patch provided by Jaromir Dolecek

18 years agoBootstrapped
serassio [Fri, 22 Dec 2006 03:02:13 +0000 (03:02 +0000)] 
Bootstrapped

18 years agoBug #1853: Support for ARP ACL on NetBSD
serassio [Fri, 22 Dec 2006 03:01:00 +0000 (03:01 +0000)] 
Bug #1853: Support for ARP ACL on NetBSD

Patch provided by Jaromir Dolecek

18 years agoKill the obsolete -V command line option. Not working, and not in line
hno [Thu, 21 Dec 2006 07:34:51 +0000 (07:34 +0000)] 
Kill the obsolete -V command line option. Not working, and not in line
with current squid.conf syntax.

18 years agowccp2_router config fixes. Should not need to specify the port.
hno [Thu, 14 Dec 2006 08:36:01 +0000 (08:36 +0000)] 
wccp2_router config fixes. Should not need to specify the port.

in fact the port is currently ignored completely, but the config
type (sockaddr_in_list) did not understand host specifications alone
only port or host:port).

Now sockaddr_in_list supports port, host:port and host.
Fully numeric host names without domain is not supported.

18 years agoBootstrapped
hno [Mon, 11 Dec 2006 08:10:48 +0000 (08:10 +0000)] 
Bootstrapped

18 years agoBuild the POP3 helper Makefile
hno [Sun, 10 Dec 2006 13:03:24 +0000 (13:03 +0000)] 
Build the POP3 helper Makefile

18 years agoBug #1839: Cosmetic debug message cleanup in peerHandleHtcpReply.
hno [Sun, 10 Dec 2006 12:25:53 +0000 (12:25 +0000)] 
Bug #1839: Cosmetic debug message cleanup in peerHandleHtcpReply.

18 years agoBootstrapped
hno [Sun, 10 Dec 2006 08:10:48 +0000 (08:10 +0000)] 
Bootstrapped

18 years agoSimple POP3 basic auth helper querying a POP3 server
hno [Sun, 10 Dec 2006 06:28:23 +0000 (06:28 +0000)] 
Simple POP3 basic auth helper querying a POP3 server

18 years agoBug #1832: Error building squid-2.6.STABLE5 using --enable-truncate
serassio [Sun, 26 Nov 2006 03:12:38 +0000 (03:12 +0000)] 
Bug #1832: Error building squid-2.6.STABLE5 using --enable-truncate

18 years agoRemove old/undefined variable from the profiling code.
adrian [Wed, 22 Nov 2006 15:07:10 +0000 (15:07 +0000)] 
Remove old/undefined variable from the profiling code.

18 years agoAdd profiling points into the fd code to note how long is being spent in syscalls.
adrian [Wed, 22 Nov 2006 14:43:26 +0000 (14:43 +0000)] 
Add profiling points into the fd code to note how long is being spent in syscalls.

18 years agoFix off-by-one in the kqueue event assembly code; remove silly extra comments from...
adrian [Wed, 22 Nov 2006 13:08:32 +0000 (13:08 +0000)] 
Fix off-by-one in the kqueue event assembly code; remove silly extra comments from when I was <20..

18 years agoAdd in explicit typecast to silence gcc 4.x printf warnings under FreeBSD
adrian [Wed, 22 Nov 2006 13:07:54 +0000 (13:07 +0000)] 
Add in explicit typecast to silence gcc 4.x printf warnings under FreeBSD

18 years agoHigh-res profiling changes - nested profiling, recursive profiling and profiling...
adrian [Wed, 22 Nov 2006 13:07:16 +0000 (13:07 +0000)] 
High-res profiling changes - nested profiling, recursive profiling and profiling points

* change the timekeeping to use a fixed-size stack of times rather than
  directly referencing the time counter structs
* start/stop the previous level timers during profiling stop/start
  (someone could probably turned the UNACCOUNTED timer into the "level 0 timer"
  taking out the special cases..)
* Add in some more profiling points which'll surface in later commits.

18 years agoAdd support for the weight= parameter to round-robin peers
hno [Wed, 22 Nov 2006 06:37:50 +0000 (06:37 +0000)] 
Add support for the weight= parameter to round-robin peers

18 years agoBug #1823: ntlm_auth/SMB/ntlm_auth.c fails to compile on some platforms due to a...
hno [Thu, 9 Nov 2006 23:45:49 +0000 (23:45 +0000)] 
Bug #1823: ntlm_auth/SMB/ntlm_auth.c fails to compile on some platforms due to a syntax error

18 years agoBug #1805: assertion failed: StatHist.c:195: "D[i] >= 0"
hno [Thu, 9 Nov 2006 23:35:32 +0000 (23:35 +0000)] 
Bug #1805: assertion failed: StatHist.c:195: "D[i] >= 0"

triggered by querying the cacheHttpNhSvcTime SNMP table, either directly or
indirectly by walking the cacheRequestByteRatio (the OID just before).

18 years agoBootstrapped
hno [Wed, 8 Nov 2006 08:10:47 +0000 (08:10 +0000)] 
Bootstrapped

18 years agoRemove extra newline in redirect message sent by deny_info http://... aclname
hno [Tue, 7 Nov 2006 10:00:52 +0000 (10:00 +0000)] 
Remove extra newline in redirect message sent by deny_info http://... aclname

18 years agoMinor adjustment of the release process to match how the changesets is generated
hno [Tue, 7 Nov 2006 09:20:04 +0000 (09:20 +0000)] 
Minor adjustment of the release process to match how the changesets is generated

18 years agoAdd back the -CVS signature on the version number in CVS
hno [Tue, 7 Nov 2006 09:13:40 +0000 (09:13 +0000)] 
Add back the -CVS signature on the version number in CVS

18 years agoUpdate Changelog in preparation for the PRE release. SQUID_3_0_PRE5
adrian [Tue, 7 Nov 2006 08:22:29 +0000 (08:22 +0000)] 
Update Changelog in preparation for the PRE release.

18 years agoBootstrapped
hno [Tue, 7 Nov 2006 08:10:48 +0000 (08:10 +0000)] 
Bootstrapped

18 years agoPRE4-CVS -> PRE5 preparation
adrian [Mon, 6 Nov 2006 12:14:06 +0000 (12:14 +0000)] 
PRE4-CVS -> PRE5 preparation

18 years agoBug #1799: Harmless 1 byte buffer overflow on long hostnames in /etc/hosts
hno [Sun, 5 Nov 2006 00:10:43 +0000 (00:10 +0000)] 
Bug #1799: Harmless 1 byte buffer overflow on long hostnames in /etc/hosts

18 years agoAdd client source port logformat tag >p
hno [Sat, 4 Nov 2006 22:44:58 +0000 (22:44 +0000)] 
Add client source port logformat tag >p

by Gary Lau

18 years agoBug #1817: Assertion failure assert(buflen >= copy_sz) in htcp.c htcpBuildAuth()
hno [Sat, 4 Nov 2006 21:15:22 +0000 (21:15 +0000)] 
Bug #1817: Assertion failure assert(buflen >= copy_sz) in htcp.c htcpBuildAuth()

could trigger on certain oversized requests when using HTCP

18 years agoBootstrapped
hno [Thu, 2 Nov 2006 08:10:48 +0000 (08:10 +0000)] 
Bootstrapped

18 years agoBootstrapped
serassio [Thu, 2 Nov 2006 02:56:33 +0000 (02:56 +0000)] 
Bootstrapped

18 years agoFix make check after changes for Bugs #1719 and #1695
serassio [Thu, 2 Nov 2006 02:55:29 +0000 (02:55 +0000)] 
Fix make check after changes for Bugs #1719 and #1695

18 years agoAdd support for wccpv2 mask assignment
serassio [Thu, 2 Nov 2006 02:22:10 +0000 (02:22 +0000)] 
Add support for wccpv2 mask assignment

Forwrd port of 2.6 changes.

18 years agoBootstrapped after adding new source files in src/ICAP
wessels [Wed, 1 Nov 2006 06:33:37 +0000 (06:33 +0000)] 
Bootstrapped after adding new source files in src/ICAP

18 years ago - Many ICAP fixes from Alex Rousskov accumulated on the
wessels [Wed, 1 Nov 2006 06:30:55 +0000 (06:30 +0000)] 
- Many ICAP fixes from Alex Rousskov accumulated on the
  sourceforge squid3-icap branch since 2006/10, including:

        - Polished ICAP service selection code and implemented bypass of
          optional services. The code implements icap_class
          configuration directive which is currently used as a "set of
          interchangeable ICAP services". Squid2 and current squid.conf
          may imply otherwise.

        - Support Transfer-* ICAP OPTIONS response header. If Squid
          knows that a service does not want the URL, Squid will not use
          the service, even if it is an essential service with
          bypass=0. Note that we may make this decision before we know
          what the service wants. Eventually, ACLs should initiate and
          wait for the OPTIONS transaction for yet-unprobed services.

        - When ICAP transactions fail to connect to the service many
          times, the service is suspended until the next OPTIONS
          update. The limit is currently hard-coded to 10. Suspended
          service is a down service and will be skipped by the ACL
          service selection algorithm.

        - Rewrote the code updating ICAP service options. We no longer
          mark the service being updated as "down". Only presence of
          valid and fresh options is important. We also try to update
          the options before they expire to avoid any service downtime
          or use of stale options.

        - Report interesting changes in the ICAP service state, some
          with debugging level one to alert the cache administrator.

        - When cloning a request during an ICAP 204 "No Content" REQMOD
          response, preserve the client address so that the rest of the
          code has access to it. This change appears to fix Squid Bug
          #1712.

        - After ICAP 100 Continue, expect new ICAP headers instead of
          HTTP headers. Reset ICAP message object to be ready to parse
          ICAP headers again. (Tsantilas Christos
          <chtsanti@users.sourceforge.net>)

        - The ieof HTTP chunk-extension was written after chunk-data
          instead of being written after the chunk-size. (Tsantilas
          Christos <chtsanti@users.sourceforge.net>)

        - Merged common code from the ICAPClientReqmodPrecache and
          ICAPClientReqmodPrecache classes into the newly added
          ICAPClientVector class.  The specific vectors do not have a
          common owner (yet?) because ServerStateData and
          ClientHttpRequest do not have a common base class. Thus,
          ICAPClientVector has to rely on its kids to communicate with
          their owners. However, at least 50% of the logic was common
          and has been moved. Eventually, we may want to create a
          simple ICAPOwner API that ServerStateData and
          ClientHttpRequest can implement and ICAPClientVector can rely
          on. This will make the code simpler and more efficient.  The
          big merge was motivated by a couple of bugs that were found
          in one vector class but that did not exist or behaved
          differently in the other vector, mostly likely due to natural
          diversion of used-to-be identical code.

        - Rewrote communication between a server-side ICAPClient*mod*
          vector and its owner.  When a server-side ICAPClient*mod*
          vector was notifying its owner of more adapted data, the
          owner could delete the vector (by calling icap->ownerAbort)
          if the store entry was not willing to accept the data.  The
          same deletion could happen when a vector was notifying the
          owner of a successful termination. In all those cases, the
          vector did not expect to be deleted and could continue to do
          something, causing segmentation faults.  Now, when more data
          is available, the vector calls its owner and checks the
          return value of the call. If it is false, the vector knows it
          has been deleted and quits. When vector terminates, it calls
          its owner and trusts the owner to always delete the vector.
          The "check return value and quit" design is not perfect, but
          we are paying the price for isolating the vectors from their
          owners while using direct calls between them (instead of
          MsgPipe or a similar less efficient indirect approach we use
          elsewhere).

        - Renamed doIcap to startIcap and moved more common code there.
          Changed its return type to bool. We now handle three cases
          when ICAP ACLs call back:  1) No service was selected
          (because there was no applicable service or because all
          applicable services were broken and optional). We proceed as
          if ICAP was not configured.  2) The selected essential
          service is broken. This is a fatal transaction error and we
          return an "ICAP protocol error" HTTP error response. We could
          proceed with the ICAP stuff, but it saves a lot of cycles to
          abort early.  3) The selected service is not broken. We
          proceed with the ICAP stuff.  The old code did not detect
          case #2, even though there was code to handle that case (with
          dangerous XXX suggestions that are now gone).  The code
          should probably be polished further to move common ftp/http
          logic from icapAclCheckDone()s into ServerStateData.

        - Make sure there is an accept callback when we are accepting.
          If there is no callback and we accept, we will silently leak
          the accepted FD.  When we are running out of FDs, there is
          often no accept callback.  The old code, when running out of
          FDs, would create lots of "orphaned" or "forgotten" FDs that
          will eventually get into a CLOSED_WAIT state and remain there
          until Squid quits.  The new code does not call accept() if
          there is no accept callback and does not register the accept
          FD for reading if the AcceptLimiter is deferring, because
          when the AcceptLimiter kicks in, it will register the accept
          FD for reading. There are most likely other places/cases
          where accept FD should not be registered for reading.

        - When an exception is caught, mark the ICAP connection as
          non-reusable so that it is not recycled while a write is
          pending but simply closed instead. Our write callback will
          still be called, unfortunately, because there is no way to
          clear the callback without invalidating its data (i.e., the
          transaction pointer).  This change prevents pconn.cc:253:
          "!comm_has_incomplete_write(fd)" assertion from firing when
          things go wrong (e.g., the ICAP server cannot be contacted to
          retrieve OPTIONS).  Not all exceptions caught by the ICAP
          xaction should lead to the ICAP connection termination, but
          it is very difficult if not impossible to reliably detect
          exceptional conditions when it is safe to reuse the ICAP
          connection, and it is probably not worth it anyway.

        - Added Tsantilas Christos <chtsanti@users.sourceforge.net>
          to CONTRIBUTORS for fixing ICAP bugs.

        - Polished debugging.

18 years agoWindows port: Correctly identify Windows Vista and Windows Server Longhorn
serassio [Mon, 30 Oct 2006 01:14:52 +0000 (01:14 +0000)] 
Windows port: Correctly identify Windows Vista and Windows Server Longhorn

18 years agoBootstrapped
hno [Fri, 27 Oct 2006 06:10:47 +0000 (06:10 +0000)] 
Bootstrapped

18 years agoBootstrapped
serassio [Fri, 27 Oct 2006 01:55:41 +0000 (01:55 +0000)] 
Bootstrapped

18 years agoBug #1778: Build error on Irix using SGI MipsPRO compiler
serassio [Fri, 27 Oct 2006 01:53:48 +0000 (01:53 +0000)] 
Bug #1778: Build error on Irix using SGI MipsPRO compiler

Avoid some unwanted compiler warning

18 years agoBug #1778: Build error on Irix using SGI MipsPRO compiler
serassio [Fri, 27 Oct 2006 01:42:24 +0000 (01:42 +0000)] 
Bug #1778: Build error on Irix using SGI MipsPRO compiler

Single bit field must be unsigned

18 years agoAlex reports getting coredumps (with high debugging) at process
wessels [Tue, 24 Oct 2006 10:48:10 +0000 (10:48 +0000)] 
Alex reports getting coredumps (with high debugging) at process
exit because debug_log got closed, but was not set to NULL.  Seems
like we should not call fclose() before exit so that destructors
can write debugging if necessary.  The file will be closed anyway
when the process truly exits.

18 years agoNeed to #include helper.h in dns.cc for --disable-internal-dns
wessels [Fri, 20 Oct 2006 11:34:20 +0000 (11:34 +0000)] 
Need to #include helper.h in dns.cc for --disable-internal-dns

18 years agobugfix: In clientProcessRequest(), the call to connNoteUseOfBuffer() was
wessels [Thu, 19 Oct 2006 07:39:40 +0000 (07:39 +0000)] 
bugfix: In clientProcessRequest(), the call to connNoteUseOfBuffer() was
moved from the beginning to the end of the function.  This broke request
body processing because "conn->in.notYetUsed" was wrong at the time
of BodyReader creation.  As a workaround we now subtract http->req_sz
from conn->in.notYetUsed when telling the BodyReader how much
data there is on the socket.

18 years agominor nit: format intro comments and GPL text to fit within 80 columns
wessels [Thu, 19 Oct 2006 06:35:35 +0000 (06:35 +0000)] 
minor nit: format intro comments and GPL text to fit within 80 columns
and match all the other source code files.

18 years agoBug #1778: Build error on Irix using SGI MipsPRO compiler
serassio [Sat, 14 Oct 2006 19:43:18 +0000 (19:43 +0000)] 
Bug #1778: Build error on Irix using SGI MipsPRO compiler

Temporary build workaround waiting for Robert's definitive fix

18 years agoBug #1778: Build error on Irix using SGI MipsPRO compiler
serassio [Sat, 14 Oct 2006 19:34:29 +0000 (19:34 +0000)] 
Bug #1778: Build error on Irix using SGI MipsPRO compiler

Single bit field must be unsigned

18 years agoRemoving port 563 from the default SSL_ports and Safe_ports ACLs
wessels [Fri, 13 Oct 2006 02:46:42 +0000 (02:46 +0000)] 
Removing port 563 from the default SSL_ports and Safe_ports ACLs
under the assumption that this port (for secure NNTP) is very
rarely used through Squid, and that allowing it by default increases
the chance that it can be abused for generic tunneling.

18 years agoBug #1794: Allow 00:00-24:00 time specifications even if redundant
hno [Mon, 9 Oct 2006 18:43:02 +0000 (18:43 +0000)] 
Bug #1794: Allow 00:00-24:00 time specifications even if redundant

00:00-23:59 covers all 24 hours of the day, but it's easier to use 24:00.

18 years agoBug #1775: cachemgr storedir segfault with cache_dir null
serassio [Sun, 8 Oct 2006 19:34:09 +0000 (19:34 +0000)] 
Bug #1775: cachemgr storedir segfault with cache_dir null

18 years agoForward port of patches for Bug #1719 and Bug #1695 from 2.6.
serassio [Sun, 8 Oct 2006 19:10:34 +0000 (19:10 +0000)] 
Forward port of patches for Bug #1719 and Bug #1695 from 2.6.

Bug #1719: Incorrect error message on invalid cache_peer specifications

aborted with an assertion on the first request instead of rejecting the
configuration as invalid.

Bug #1695: http_port and other directives accept invalid ports

This patch rejects invalid port specifications in http_port and numerous
other directives as invalid.

18 years agoFix more stupid off-by-one errors parsing the request line.
adrian [Mon, 2 Oct 2006 18:08:20 +0000 (18:08 +0000)] 
Fix more stupid off-by-one errors parsing the request line.

18 years agoInclude missing profiling defines.
adrian [Mon, 2 Oct 2006 17:39:46 +0000 (17:39 +0000)] 
Include missing profiling defines.

18 years agoRemove another instance of temporary string abuse.
adrian [Mon, 2 Oct 2006 17:35:39 +0000 (17:35 +0000)] 
Remove another instance of temporary string abuse.

18 years agoReduce a couple of obvious string copies by using String references and filling them.
adrian [Mon, 2 Oct 2006 15:52:06 +0000 (15:52 +0000)] 
Reduce a couple of obvious string copies by using String references and filling them.

18 years agoOnly enforce HTTP version if we parsed a full request line.
adrian [Mon, 2 Oct 2006 12:03:23 +0000 (12:03 +0000)] 
Only enforce HTTP version if we parsed a full request line.

18 years agoDon't try parsing a blank request!
adrian [Mon, 2 Oct 2006 08:22:22 +0000 (08:22 +0000)] 
Don't try parsing a blank request!

18 years agoAdd in a missing \n for the Squid access log format routine.
adrian [Mon, 2 Oct 2006 08:21:50 +0000 (08:21 +0000)] 
Add in a missing \n for the Squid access log format routine.

18 years agoFix/Add request-line parser debugging; fix bug with pipelined connection parsing
adrian [Mon, 2 Oct 2006 07:34:18 +0000 (07:34 +0000)] 
Fix/Add request-line parser debugging; fix bug with pipelined connection parsing

The unparsed request buffer was being relocated before the headers were being
parsed. That was fine - the request parsing used to happen with a copy of the
buffer - but now a copy isn't being made. The buffer relocation needed to be
changed to happen after the request was parsed.

18 years agoFix an off-by-one bug in the UFS code. Thanks go to valgrind!
adrian [Mon, 2 Oct 2006 07:31:59 +0000 (07:31 +0000)] 
Fix an off-by-one bug in the UFS code. Thanks go to valgrind!

18 years agoBug #1782: Memory leak in ncsa_auth on password changes
serassio [Mon, 2 Oct 2006 00:40:29 +0000 (00:40 +0000)] 
Bug #1782: Memory leak in ncsa_auth on password changes

Forward port of a 2.6 patch.

18 years agoSlightly change the request line demarcation logic a little in an attempt to find
adrian [Sun, 1 Oct 2006 23:27:10 +0000 (23:27 +0000)] 
Slightly change the request line demarcation logic a little in an attempt to find
'badly parsed' lines.

18 years agoAdd in some more refresh-related debugging
adrian [Sun, 1 Oct 2006 23:26:34 +0000 (23:26 +0000)] 
Add in some more refresh-related debugging

18 years agoUpdated .cvsignore file
serassio [Sat, 30 Sep 2006 23:16:24 +0000 (23:16 +0000)] 
Updated .cvsignore file

18 years agoBug #1784: access_log syslog results in blanks syslog lines between every access...
serassio [Sat, 30 Sep 2006 22:51:41 +0000 (22:51 +0000)] 
Bug #1784: access_log syslog results in blanks syslog lines between every access log entry.

workaround: define a custom log format.

Forward port of 2.6 patch.

18 years agoAdd profiling points for the string library.
adrian [Thu, 28 Sep 2006 13:33:59 +0000 (13:33 +0000)] 
Add profiling points for the string library.

18 years agoAdd in profiling points for header parsing and cleaning.
adrian [Thu, 28 Sep 2006 13:13:12 +0000 (13:13 +0000)] 
Add in profiling points for header parsing and cleaning.

18 years agoAdd more profiling points
adrian [Thu, 28 Sep 2006 07:04:54 +0000 (07:04 +0000)] 
Add more profiling points

18 years agoCreate "inlined" Macro versions of the offset functions with the new request parser
adrian [Wed, 27 Sep 2006 19:47:53 +0000 (19:47 +0000)] 
Create "inlined" Macro versions of the offset functions with the new request parser

18 years agoAdd profiling for the new request line parser
adrian [Wed, 27 Sep 2006 19:31:02 +0000 (19:31 +0000)] 
Add profiling for the new request line parser

18 years agoReplace the client-side request line parser
adrian [Wed, 27 Sep 2006 19:17:52 +0000 (19:17 +0000)] 
Replace the client-side request line parser

* remove the 'inbuf' copy during parsing;
* .. but create a 'url' temporary copy for now since the *URL() routines
  in client_side.cc expect a mutable zero-terminated string;
  I looked into it and it won't take much work to rework those routines
  to take an immutable buffer.