]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
22 years agoWIN32 port update by Guido
hno [Sun, 1 Sep 2002 21:16:33 +0000 (21:16 +0000)] 
WIN32 port update by Guido

fix the problems on Windows related to open file renaming and text/binary
file issues

22 years ago--enable-default-hostsfile configure option by Guido
hno [Sun, 1 Sep 2002 21:13:08 +0000 (21:13 +0000)] 
--enable-default-hostsfile configure option by Guido

Tells the default /etc/hosts file location

22 years agoFixed a merge conflict when makin via --disable-http-violations dependent
hno [Sun, 1 Sep 2002 20:14:16 +0000 (20:14 +0000)] 
Fixed a merge conflict when makin via --disable-http-violations dependent

22 years agoMake the "via on/off" directive --disable-http-violations dependent
hno [Sun, 1 Sep 2002 19:54:16 +0000 (19:54 +0000)] 
Make the "via on/off" directive --disable-http-violations dependent

22 years agoBugzilla #423: Via: applys to responses as well as requests
hno [Sun, 1 Sep 2002 19:46:55 +0000 (19:46 +0000)] 
Bugzilla #423: Via: applys to responses as well as requests

Merged over updated Via support from the rproxy branch.

22 years agoCancelled the TODO item to add an option to disable Vary caching. We can
hno [Sun, 1 Sep 2002 19:27:09 +0000 (19:27 +0000)] 
Cancelled the TODO item to add an option to disable Vary caching. We can
deal with this on a per-needed basis.

22 years agoAlso copy the release notes when making a new release
hno [Sun, 1 Sep 2002 19:08:29 +0000 (19:08 +0000)] 
Also copy the release notes when making a new release

22 years agoMore HTML cleanups by Clemens. This time PRE is restored to it's
hno [Sun, 1 Sep 2002 18:37:46 +0000 (18:37 +0000)] 
More HTML cleanups by Clemens. This time PRE is restored to it's
default formatting to not disturb table outputs

22 years agoBootstrapped
hno [Sun, 1 Sep 2002 06:10:37 +0000 (06:10 +0000)] 
Bootstrapped

22 years agoMore HTML meta tag fixes from Clemens
hno [Sun, 1 Sep 2002 05:41:55 +0000 (05:41 +0000)] 
More HTML meta tag fixes from Clemens

22 years agorelease notes stuff from 2.5
robertc [Sat, 31 Aug 2002 19:16:13 +0000 (19:16 +0000)] 
release notes stuff from 2.5

22 years agoOne more 2.5 todo item.. need an option to disable Vary caching.
hno [Fri, 30 Aug 2002 14:21:33 +0000 (14:21 +0000)] 
One more 2.5 todo item.. need an option to disable Vary caching.

22 years agoFilter the TXT version from TTY escapes
hno [Thu, 29 Aug 2002 20:04:47 +0000 (20:04 +0000)] 
Filter the TXT version from TTY escapes

22 years agoCompressed tabs in a consistent manner
hno [Thu, 29 Aug 2002 03:55:21 +0000 (03:55 +0000)] 
Compressed tabs in a consistent manner

22 years agoDocumented the change in proxy authentication forwarding among cache peers
hno [Thu, 29 Aug 2002 03:48:22 +0000 (03:48 +0000)] 
Documented the change in proxy authentication forwarding among cache peers

22 years agoMinor cleanup to have HEAD and 2.5 in sync
hno [Thu, 29 Aug 2002 03:12:24 +0000 (03:12 +0000)] 
Minor cleanup to have HEAD and 2.5 in sync

22 years agoOops..
hno [Thu, 29 Aug 2002 03:11:32 +0000 (03:11 +0000)] 
Oops..

22 years agoOops.. automated tools do not always get it correct..
hno [Thu, 29 Aug 2002 03:02:23 +0000 (03:02 +0000)] 
Oops.. automated tools do not always get it correct..

22 years agoCharset encoding update, by Clemens
hno [Thu, 29 Aug 2002 02:54:24 +0000 (02:54 +0000)] 
Charset encoding update, by Clemens

22 years agolog_addr is a struct in_addr, not a struct sockaddr_in
wessels [Wed, 28 Aug 2002 22:10:57 +0000 (22:10 +0000)] 
log_addr is a struct in_addr, not a struct sockaddr_in

22 years agoI think useragent and referer logs should use the masked client address
wessels [Wed, 28 Aug 2002 10:44:52 +0000 (10:44 +0000)] 
I think useragent and referer logs should use the masked client address
(from client_netmask) like access.log, rather than the unmasked address.

22 years agoNote that getAnyParent() is redundant with getFirstUpParent().
wessels [Wed, 28 Aug 2002 10:40:04 +0000 (10:40 +0000)] 
Note that getAnyParent() is redundant with getFirstUpParent().

22 years agoreformatting comments to fit within 80 chars
wessels [Wed, 28 Aug 2002 10:33:51 +0000 (10:33 +0000)] 
reformatting comments to fit within 80 chars

22 years agoThe reference_age (Config.referenceAge) option is not used anywhere
wessels [Wed, 28 Aug 2002 10:24:07 +0000 (10:24 +0000)] 
The reference_age (Config.referenceAge) option is not used anywhere
in the source code.

22 years agoAdd Vary caching to the ChangeLog
robertc [Tue, 27 Aug 2002 10:41:06 +0000 (10:41 +0000)] 
Add Vary caching to the ChangeLog

22 years agoUpdate TODO - HTML done
robertc [Tue, 27 Aug 2002 08:10:43 +0000 (08:10 +0000)] 
Update TODO - HTML done

22 years agoHTML Cleanup from C.L.
robertc [Tue, 27 Aug 2002 08:08:20 +0000 (08:08 +0000)] 
HTML Cleanup from C.L.

changes:
- removed
  /errors/danish/ERR_CLIENT_ABORT and
  /errors/finnish/ERR_CLIENT_ABORT, the files
  are not used anymore
  (set the -E flag to remove the empty files)
- replaced
  <!--BODY{background-color:#ffffff; font-family:verdana,sans-serif}-->
  by
  <!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}-->
  since the BODY font style did not affect fontstyle in <PRE> parts
  of the HTML documents.
  affected files:
  all ERR documents (27 languages * 29 files per lang = 783 entries),
  cachemgr.c (3 entries), ftp.c, gopher.c, urn.c (1 entry each)
- corrupt HTML code fixed:
  /errors/serbian/ERR_CANNOT_FORWARD contained a duplicate english
  part
- corrupt HTML code fixed:
  many ERR documents contained either whitespace at the beginning
  of the <TITLE> string or at its end.
  (don't set the -l flag when patching)

22 years agoAdded IPv6 as a 2.6 candidate than needs to be investigated
hno [Tue, 27 Aug 2002 03:33:19 +0000 (03:33 +0000)] 
Added IPv6 as a 2.6 candidate than needs to be investigated

22 years agoAdrian has committed the WCCP fixes
hno [Mon, 26 Aug 2002 16:10:28 +0000 (16:10 +0000)] 
Adrian has committed the WCCP fixes

22 years agoFix a WCCP issue where a squid would show as being useable
adrian [Mon, 26 Aug 2002 15:27:53 +0000 (15:27 +0000)] 
Fix a WCCP issue where a squid would show as being useable
on a WCCP router, but not being allocated any part of the hash.

This can be replicated with >1 squid in a wccp cluster, with a squid
making the hash decisions.

Submitted by: Steven Wilton <steven.wilton@team.eftel.com>

22 years agofix typo in mainline
robertc [Mon, 26 Aug 2002 13:23:29 +0000 (13:23 +0000)] 
fix typo in mainline

22 years agoUpdates with some notes on the scheduled features for 2.5/2.6/later
hno [Mon, 26 Aug 2002 12:44:59 +0000 (12:44 +0000)] 
Updates with some notes on the scheduled features for 2.5/2.6/later

22 years agoBugfix in client persistent connections: Don't assume that the fact that
hno [Sat, 24 Aug 2002 07:59:51 +0000 (07:59 +0000)] 
Bugfix in client persistent connections: Don't assume that the fact that
the client sent a HTTP/1.1 request as an indication that we can use a
HTTP/1.0 style persistent connection. A HTTP/1.1 client does not need
to understand or expect HTTP/1.0 style persistent connections.

22 years agoNew squid.conf directive to disable hostname verifications. It isn't
hno [Sat, 24 Aug 2002 07:54:34 +0000 (07:54 +0000)] 
New squid.conf directive to disable hostname verifications. It isn't
really our business to enforce what characters is used in hostnames.

22 years agos/use_base/need_base_href/
hno [Sat, 24 Aug 2002 07:50:46 +0000 (07:50 +0000)] 
s/use_base/need_base_href/

22 years agoaufs fixes by Guido:
hno [Sat, 24 Aug 2002 04:31:09 +0000 (04:31 +0000)] 
aufs fixes by Guido:

* More debug section cleanups
* Some other minor fixes

22 years agoNoticed that a HEAD request for a cached GET response changes
wessels [Fri, 23 Aug 2002 02:26:38 +0000 (02:26 +0000)] 
Noticed that a HEAD request for a cached GET response changes
mem_obj->method to HEAD.  This looks strange in store.log because
the entry got created (swapped out) as GET and later released as
HEAD.  This new if-block prevents changing the method value.

22 years agoIndent
hno [Thu, 22 Aug 2002 18:29:15 +0000 (18:29 +0000)] 
Indent

22 years agoFixes to the %PATH patch. Must have been tired..
hno [Thu, 22 Aug 2002 04:36:56 +0000 (04:36 +0000)] 
Fixes to the %PATH patch. Must have been tired..

22 years agoexternal_acl %PATH directive by Andrew Wansink <andrew@my-fortress.com>
hno [Wed, 21 Aug 2002 15:12:44 +0000 (15:12 +0000)] 
external_acl %PATH directive by Andrew Wansink <andrew@my-fortress.com>

22 years agoBugzilla #406: Fix for external_acl %PORT directive
hno [Wed, 21 Aug 2002 11:56:10 +0000 (11:56 +0000)] 
Bugzilla #406: Fix for external_acl %PORT directive

22 years agoBugzilla 403: url_convert_hex buffer overrun
hno [Tue, 20 Aug 2002 04:47:54 +0000 (04:47 +0000)] 
Bugzilla 403: url_convert_hex buffer overrun

22 years agoQUICKSTART update from Guido
robertc [Sun, 18 Aug 2002 16:48:58 +0000 (16:48 +0000)] 
QUICKSTART update from Guido

22 years agoBugfix to make Vary processing a bit more robust
hno [Fri, 16 Aug 2002 00:11:48 +0000 (00:11 +0000)] 
Bugfix to make Vary processing a bit more robust

22 years agoMore silly reuses after free.. the helper structure gets automatically
hno [Wed, 14 Aug 2002 13:46:43 +0000 (13:46 +0000)] 
More silly reuses after free.. the helper structure gets automatically
freed when the filedescriptor is closed (close callback)

22 years agoHTML cleanup
hno [Tue, 13 Aug 2002 18:31:43 +0000 (18:31 +0000)] 
HTML cleanup

22 years agoCredits
hno [Tue, 13 Aug 2002 18:23:34 +0000 (18:23 +0000)] 
Credits

22 years agoLithuanian error messages by "DVM" <dvm382@takas.lt>
hno [Tue, 13 Aug 2002 18:22:57 +0000 (18:22 +0000)] 
Lithuanian error messages by "DVM" <dvm382@takas.lt>

22 years agoformat some descriptions to fit within 80 columns.
wessels [Tue, 13 Aug 2002 11:11:26 +0000 (11:11 +0000)] 
format some descriptions to fit within 80 columns.

22 years agoBootstrapped
hno [Tue, 13 Aug 2002 06:10:40 +0000 (06:10 +0000)] 
Bootstrapped

22 years agoBugfixes in configure --enable-xxxx-helper error checking
hno [Tue, 13 Aug 2002 04:23:01 +0000 (04:23 +0000)] 
Bugfixes in configure --enable-xxxx-helper error checking

- Check on digest helpers is missing
- In external acl helper check there is a cut & past error

22 years agoCleanup of auth protocol update.. need to include util.h for rfc1738_unescape
hno [Mon, 12 Aug 2002 22:58:11 +0000 (22:58 +0000)] 
Cleanup of auth protocol update.. need to include util.h for rfc1738_unescape

22 years agoUpdated UNIX group helper
hno [Mon, 12 Aug 2002 19:56:35 +0000 (19:56 +0000)] 
Updated UNIX group helper

22 years agoBogzilla #401:
hno [Mon, 12 Aug 2002 07:21:06 +0000 (07:21 +0000)] 
Bogzilla #401:
Killed the remaining (unused) references to sys_nerr to increase portability
(MaxOS 10.2)

22 years agoBootstrapped
hno [Mon, 12 Aug 2002 07:15:17 +0000 (07:15 +0000)] 
Bootstrapped

22 years agoBugzilla #81: basic scheme authentication helpers dont' allow the space character...
hno [Mon, 12 Aug 2002 07:11:47 +0000 (07:11 +0000)] 
Bugzilla #81: basic scheme authentication helpers dont' allow the space character (ascii 32) in usernames or passwords as per rfc 2617

This patch URL escapes Basic auth login and password information when sent to
the helpers, to allow for spaces and other odd characters

22 years agoBootstrapped
hno [Mon, 12 Aug 2002 06:12:40 +0000 (06:12 +0000)] 
Bootstrapped

22 years agoBugfix on swapout of small files causing reuse after free.
hno [Mon, 12 Aug 2002 05:12:55 +0000 (05:12 +0000)] 
Bugfix on swapout of small files causing reuse after free.

22 years agoAvoid a silly reuse after free.. the helper structure gets automatically
hno [Mon, 12 Aug 2002 04:59:56 +0000 (04:59 +0000)] 
Avoid a silly reuse after free.. the helper structure gets automatically
freed when the filedescriptor is closed (close callback)

22 years agoprevent segfault before assert
robertc [Sun, 11 Aug 2002 13:54:04 +0000 (13:54 +0000)] 
prevent segfault before assert

22 years agoThe new LDAP API uses it's own versions of free(), not the standard C
hno [Sun, 11 Aug 2002 07:54:59 +0000 (07:54 +0000)] 
The new LDAP API uses it's own versions of free(), not the standard C
functions like the old LDAP API..

22 years agoThe new LDAP API uses it's own versions of free(), not the standard C
hno [Sun, 11 Aug 2002 07:53:57 +0000 (07:53 +0000)] 
The new LDAP API uses it's own versions of free(), not the standard C
functions like the old LDAP API..

22 years agoSpelling correction of "everyone"
hno [Sun, 11 Aug 2002 07:09:41 +0000 (07:09 +0000)] 
Spelling correction of "everyone"

22 years agoBail out at configure time if invalid --enable-XXXX-helpers=YYYY arguments
hno [Sun, 11 Aug 2002 06:50:21 +0000 (06:50 +0000)] 
Bail out at configure time if invalid --enable-XXXX-helpers=YYYY arguments
is used rather than crashing the build process.

22 years agoFix the persistent connection case.
adrian [Fri, 9 Aug 2002 17:13:33 +0000 (17:13 +0000)] 
Fix the persistent connection case.

Persistent connections are a bit special and I mistreated them in my
original commit.

In a nutshell, i treated the second  "client" (second request) as having
had no data read from it. In the persistent connection this isn't the case -
at least one read is performed (one read was all I saw, but..) and then
the connection is stalled whilst data pours in from the first connection.

Now I pay attention to whats in http->reqbuf for the second connection
and feed that to clientSendMoreData. Seems to work, too.

Adrian

22 years agoClean up the squid code to consistenly use [u_]int<len>_t throughout, rather than...
robertc [Fri, 9 Aug 2002 16:57:41 +0000 (16:57 +0000)] 
Clean up the squid code to consistenly use [u_]int<len>_t throughout, rather than some
[u_]num<len> and some [u_]<len>_t instances.

This also makes the autoconf 2.5 patch less intrusive, and thus easier to
maintain as a long term branch.

22 years agomore O_RDONLY/WRONLY test fixes
hno [Fri, 9 Aug 2002 02:12:45 +0000 (02:12 +0000)] 
more O_RDONLY/WRONLY test fixes

23 years agogetSingleParent() became orphaned somewhere along the way. It is never
wessels [Tue, 30 Jul 2002 10:23:10 +0000 (10:23 +0000)] 
getSingleParent() became orphaned somewhere along the way.  It is never
called.

23 years agoBootstrapped
hno [Mon, 29 Jul 2002 06:17:53 +0000 (06:17 +0000)] 
Bootstrapped

23 years agoKilled the remains of ALARM_UPDATES_TIME (--enable-time-hack)
hno [Mon, 29 Jul 2002 03:55:33 +0000 (03:55 +0000)] 
Killed the remains of ALARM_UPDATES_TIME (--enable-time-hack)

23 years agoMore mode fixes to make the storeio implementations more similar in
hno [Mon, 29 Jul 2002 03:36:31 +0000 (03:36 +0000)] 
More mode fixes to make the storeio implementations more similar in
the mode test.

23 years agoFix mode test bug found by Guido
hno [Mon, 29 Jul 2002 03:33:16 +0000 (03:33 +0000)] 
Fix mode test bug found by Guido

23 years agoGuido Serassio: add a description line to CacheMgr Async I/O counters table.
robertc [Sun, 28 Jul 2002 17:31:06 +0000 (17:31 +0000)] 
Guido Serassio: add a description line to CacheMgr Async I/O counters table.

23 years agoFrom Guido: DDocumentation update to reflect the new squid installation path
hno [Fri, 26 Jul 2002 01:19:02 +0000 (01:19 +0000)] 
From Guido: DDocumentation update to reflect the new squid installation path
(sbin)

23 years agofix some speeling typos
adrian [Mon, 22 Jul 2002 17:48:32 +0000 (17:48 +0000)] 
fix some speeling typos

23 years agoNTLM fixes by Guido
hno [Mon, 22 Jul 2002 17:20:10 +0000 (17:20 +0000)] 
NTLM fixes by Guido

23 years agontlm_add_to_payload needs to adjust byteordering of the string header
hno [Mon, 22 Jul 2002 08:05:00 +0000 (08:05 +0000)] 
ntlm_add_to_payload needs to adjust byteordering of the string header

23 years agoRegenerate
robertc [Mon, 22 Jul 2002 06:39:03 +0000 (06:39 +0000)] 
Regenerate

23 years agoRemove trailing backslash before blank line (some make's continue skip over the blank...
robertc [Mon, 22 Jul 2002 06:38:14 +0000 (06:38 +0000)] 
Remove trailing backslash before blank line (some make's continue skip over the blank lines to the first non-blank)

23 years agoUse GMT as base for snapshot dates
hno [Mon, 22 Jul 2002 06:31:35 +0000 (06:31 +0000)] 
Use GMT as base for snapshot dates

23 years agoDebug level corrections
hno [Mon, 22 Jul 2002 06:05:20 +0000 (06:05 +0000)] 
Debug level corrections

23 years agoImported Squid-2.4.STABLE7 ChangeLog
hno [Mon, 22 Jul 2002 00:10:10 +0000 (00:10 +0000)] 
Imported Squid-2.4.STABLE7 ChangeLog

23 years agoHTML cleanups now in Squid-2.5
hno [Mon, 22 Jul 2002 00:08:35 +0000 (00:08 +0000)] 
HTML cleanups now in Squid-2.5

23 years agoHTML bugfixes in the new STYLE tag
hno [Sun, 21 Jul 2002 23:12:22 +0000 (23:12 +0000)] 
HTML bugfixes in the new STYLE tag

23 years agoCorrected debug level of "Helper process maintenance"
hno [Sun, 21 Jul 2002 20:59:54 +0000 (20:59 +0000)] 
Corrected debug level of "Helper process maintenance"

23 years agoFrom Joe:
hno [Sun, 21 Jul 2002 17:54:02 +0000 (17:54 +0000)] 
From Joe:

Methods added are BCOPY, SUBSCRIBE, UNSUBSCRIBE, and POLL.  GNUTELLA has
been left out, also per Henrik's suggestion.  That's all the extras I
know about.

23 years agoMemory pools debugging do not exists in the chunked memory pools
hno [Sun, 21 Jul 2002 06:42:23 +0000 (06:42 +0000)] 
Memory pools debugging do not exists in the chunked memory pools
implementation.

23 years agoOops..
hno [Sun, 21 Jul 2002 06:27:31 +0000 (06:27 +0000)] 
Oops..

23 years agoMore debug section cleanups
hno [Sun, 21 Jul 2002 06:25:44 +0000 (06:25 +0000)] 
More debug section cleanups

23 years agoMore debug section cleanups
hno [Sun, 21 Jul 2002 05:56:01 +0000 (05:56 +0000)] 
More debug section cleanups

23 years agoLarge cleanup of debug sections
hno [Sun, 21 Jul 2002 05:51:02 +0000 (05:51 +0000)] 
Large cleanup of debug sections

23 years agoResolved debug section conflict between SSL and the cache store
hno [Sun, 21 Jul 2002 05:23:17 +0000 (05:23 +0000)] 
Resolved debug section conflict between SSL and the cache store
(both were using section 81)

23 years agoBootstrapped
hno [Sun, 21 Jul 2002 05:03:19 +0000 (05:03 +0000)] 
Bootstrapped

23 years agoWe should dist the debug-sections.txt file so people can find
hno [Sun, 21 Jul 2002 04:51:17 +0000 (04:51 +0000)] 
We should dist the debug-sections.txt file so people can find
what to use in debug_options more easily..

23 years agoBugzilla #164: delay_access failed to process proxy_auth ACLs
hno [Sat, 20 Jul 2002 18:30:04 +0000 (18:30 +0000)] 
Bugzilla #164: delay_access failed to process proxy_auth ACLs
giving the following error message:

  authenticateAuthenticate: no connection data, cannot process authentication

23 years agowinbind helpers cleanup by Guido
hno [Sat, 20 Jul 2002 17:26:20 +0000 (17:26 +0000)] 
winbind helpers cleanup by Guido

- wb_ntlmauth (ntlm): Fixed error message on wrong command line
- wb_auth (basic): Added same command line handling and fix to Squid
potential DoS issue as wb_ntlmauth.
- wb_group (External ACL): Added same command line handling and fix to
Squid potential DoS issue as wb_ntlmauth.

23 years agoOops.. last cleanup removed one comma too many..
hno [Sat, 20 Jul 2002 06:18:15 +0000 (06:18 +0000)] 
Oops.. last cleanup removed one comma too many..

23 years agoMore HTML cleanups by C.L. / PsychoTekk
hno [Fri, 19 Jul 2002 18:19:54 +0000 (18:19 +0000)] 
More HTML cleanups by C.L. / PsychoTekk

23 years agoRemoved redundant MIME-Version header
hno [Fri, 19 Jul 2002 18:16:19 +0000 (18:16 +0000)] 
Removed redundant MIME-Version header

23 years agoMinor bugfix of the previous HTML cleanups
hno [Fri, 19 Jul 2002 05:55:43 +0000 (05:55 +0000)] 
Minor bugfix of the previous HTML cleanups