]>
git.ipfire.org Git - thirdparty/squid.git/log
wessels [Tue, 14 Jan 1997 05:47:03 +0000 (05:47 +0000)]
From: Peter Wemm <peter@spinner.DIALix.COM>
We set passwords on everything and discovered that cachemgr.c has a few
problems with passwords. (We are using squid 1.1.3)
1: it parses &password=xxx from the incoming url but doesn't use it.
ie: with http://foo/cgi-bin/cachemgr.cgi?host=foo&port=8080&password=xxx
the form comes up with an empty password field and it has to be filled in.
2: When it generates a stats page, the hidden password field is empty. This
causes the "refresh" button to cause a password failure.
wessels [Tue, 14 Jan 1997 03:46:17 +0000 (03:46 +0000)]
update
wessels [Tue, 14 Jan 1997 03:44:45 +0000 (03:44 +0000)]
more fixes for IP requests which remain pending for a long time.
Can't release them out from under the read handler. Now lock them
between writing and reading. Also need to change the key for entries
which have been preempted.
wessels [Tue, 14 Jan 1997 02:29:12 +0000 (02:29 +0000)]
put marker back if we find it in the middle of a FTP transfer
wessels [Sat, 11 Jan 1997 06:23:27 +0000 (06:23 +0000)]
1.1.4
wessels [Sat, 11 Jan 1997 06:23:08 +0000 (06:23 +0000)]
update
wessels [Sat, 11 Jan 1997 06:14:20 +0000 (06:14 +0000)]
clean up aclParseIpList() a bit
add '!' for firewall_ip_list
add udp_hit_obj_size option
fix cachemgr.cgi to print 'NEVER' instead of '27Y ago'
set ICP_FLAG_NETDB_GUNK in replies
initialize icpState->ident.fd to -1.
wessels [Sat, 11 Jan 1997 01:48:42 +0000 (01:48 +0000)]
remove OLD_CODE
wessels [Thu, 9 Jan 1997 00:04:23 +0000 (00:04 +0000)]
From: "Russell Street" <r.street@auckland.ac.nz>
- the identd request has to come *from* the same IP address as the original
connection was made to.
wessels [Wed, 8 Jan 1997 07:15:44 +0000 (07:15 +0000)]
1.1.3 merge
wessels [Wed, 8 Jan 1997 06:41:06 +0000 (06:41 +0000)]
update
wessels [Wed, 8 Jan 1997 06:10:47 +0000 (06:10 +0000)]
NOVM.1.1.2
wessels [Wed, 8 Jan 1997 04:49:51 +0000 (04:49 +0000)]
fix eventNextTime bug
wessels [Wed, 8 Jan 1997 04:48:05 +0000 (04:48 +0000)]
adding
wessels [Wed, 8 Jan 1997 03:32:12 +0000 (03:32 +0000)]
1.1.4
wessels [Wed, 8 Jan 1997 03:31:19 +0000 (03:31 +0000)]
SQUID_MAXFD -> Squid_MaxFD
wessels [Wed, 8 Jan 1997 03:05:31 +0000 (03:05 +0000)]
Created USE_GNUREGEX define to fix forcing GNU regex on Solaris and NeXTStep.
wessels [Wed, 8 Jan 1997 00:00:02 +0000 (00:00 +0000)]
grr
wessels [Tue, 7 Jan 1997 23:59:53 +0000 (23:59 +0000)]
typo
wessels [Tue, 7 Jan 1997 10:47:31 +0000 (10:47 +0000)]
update
wessels [Tue, 7 Jan 1997 10:37:42 +0000 (10:37 +0000)]
remove LEVEL[12]_DIRS macros
wessels [Sat, 4 Jan 1997 15:35:52 +0000 (15:35 +0000)]
1.1.3
wessels [Sat, 4 Jan 1997 15:35:04 +0000 (15:35 +0000)]
data->speed overflow bug
wessels [Sat, 4 Jan 1997 15:34:49 +0000 (15:34 +0000)]
cast fix
wessels [Sat, 4 Jan 1997 15:34:18 +0000 (15:34 +0000)]
add Host header
wessels [Sat, 4 Jan 1997 15:33:36 +0000 (15:33 +0000)]
update
wessels [Sat, 4 Jan 1997 15:33:11 +0000 (15:33 +0000)]
update
wessels [Sat, 4 Jan 1997 06:09:24 +0000 (06:09 +0000)]
add storeWriteCleanLog() call to fatal()
wessels [Sat, 4 Jan 1997 05:59:08 +0000 (05:59 +0000)]
From: Tethpub Znek <znek@zappa.free.de>
Subject: Fixes for squid-1.1.2 under NeXTSTEP 3.3
- fcntl() needs 3 args
- strftime needs %H:%M:%S instead of %T
- mode_t not defined
- don't include <regex.h>
wessels [Sat, 4 Jan 1997 05:45:49 +0000 (05:45 +0000)]
gindent
wessels [Sat, 4 Jan 1997 05:45:16 +0000 (05:45 +0000)]
protect FD_SETSIZE < SQUID_MAXFD check
wessels [Sat, 4 Jan 1997 05:43:54 +0000 (05:43 +0000)]
add closing cell table tag
wessels [Sat, 4 Jan 1997 04:07:22 +0000 (04:07 +0000)]
typo, better debugging
wessels [Sat, 4 Jan 1997 04:07:10 +0000 (04:07 +0000)]
use disk handler typedefs
wessels [Sat, 4 Jan 1997 04:04:27 +0000 (04:04 +0000)]
dont double-release expired ipcache entry
wessels [Thu, 2 Jan 1997 14:20:28 +0000 (14:20 +0000)]
- Changed inet_addr("X") to inet_addr("255.255.255.255")
(Dan Riley).
wessels [Sat, 21 Dec 1996 14:54:50 +0000 (14:54 +0000)]
plug some mem leaks
default log_udp to on
wessels [Sat, 21 Dec 1996 14:03:07 +0000 (14:03 +0000)]
update
wessels [Sat, 21 Dec 1996 07:43:52 +0000 (07:43 +0000)]
Don't allow ipcache PENDING entries for longer than 60s after expire time
(== dnsNegativeTtl).
wessels [Sat, 21 Dec 1996 06:46:15 +0000 (06:46 +0000)]
gindent
wessels [Sat, 21 Dec 1996 06:45:35 +0000 (06:45 +0000)]
switch to runtime inaddr_none instead of #defined INADDR_NONE
wessels [Sat, 21 Dec 1996 06:23:01 +0000 (06:23 +0000)]
fix semi-backwards logic of lm-factor which prevented pct=0 from working
wessels [Sat, 21 Dec 1996 06:22:24 +0000 (06:22 +0000)]
compiler
wessels [Sat, 21 Dec 1996 06:21:26 +0000 (06:21 +0000)]
better split into HTTP/ICP groups
wessels [Sat, 21 Dec 1996 06:20:56 +0000 (06:20 +0000)]
fix ICP neighbor round-robin
wessels [Sat, 21 Dec 1996 04:07:34 +0000 (04:07 +0000)]
test for fchmod()
wessels [Fri, 20 Dec 1996 23:21:30 +0000 (23:21 +0000)]
more announce messing around
wessels [Fri, 20 Dec 1996 06:13:30 +0000 (06:13 +0000)]
TRACE fixes
wessels [Fri, 20 Dec 1996 06:04:51 +0000 (06:04 +0000)]
adding
wessels [Fri, 20 Dec 1996 04:35:38 +0000 (04:35 +0000)]
update
wessels [Fri, 20 Dec 1996 04:35:24 +0000 (04:35 +0000)]
gindent
wessels [Fri, 20 Dec 1996 04:24:13 +0000 (04:24 +0000)]
fix TRACE mode.
Use high byte of reqnum as key for the request method
wessels [Thu, 19 Dec 1996 07:51:49 +0000 (07:51 +0000)]
typo
wessels [Thu, 19 Dec 1996 01:35:31 +0000 (01:35 +0000)]
gindent
wessels [Thu, 19 Dec 1996 01:34:44 +0000 (01:34 +0000)]
update
wessels [Thu, 19 Dec 1996 01:34:41 +0000 (01:34 +0000)]
1.1.2
wessels [Thu, 19 Dec 1996 01:15:28 +0000 (01:15 +0000)]
cookie comments
wessels [Wed, 18 Dec 1996 12:09:05 +0000 (12:09 +0000)]
check when theInIcpConnection == theOutIcpConnection
wessels [Wed, 18 Dec 1996 12:08:48 +0000 (12:08 +0000)]
neighborTypeStr
wessels [Wed, 18 Dec 1996 10:51:21 +0000 (10:51 +0000)]
update
wessels [Wed, 18 Dec 1996 10:50:23 +0000 (10:50 +0000)]
make request header parsing more robust
wessels [Wed, 18 Dec 1996 07:05:26 +0000 (07:05 +0000)]
fix bogus debug
wessels [Wed, 18 Dec 1996 07:02:59 +0000 (07:02 +0000)]
dstdomain ACL does reverse lookup for ip addresses in urls
wessels [Wed, 18 Dec 1996 07:02:18 +0000 (07:02 +0000)]
optional udp logging
wessels [Wed, 18 Dec 1996 07:01:26 +0000 (07:01 +0000)]
log hierarchy code too
wessels [Wed, 18 Dec 1996 06:27:12 +0000 (06:27 +0000)]
move second SQUID_MAXFD/FD_SETSIZE check to after #includes
wessels [Wed, 18 Dec 1996 05:34:16 +0000 (05:34 +0000)]
spelling
wessels [Wed, 18 Dec 1996 04:16:53 +0000 (04:16 +0000)]
USER ACL support
wessels [Tue, 17 Dec 1996 14:16:51 +0000 (14:16 +0000)]
TRACE support
wessels [Tue, 17 Dec 1996 11:13:55 +0000 (11:13 +0000)]
add theOutIcpConnection to comm_select_incoming() and call
comm_select_incoming() more often.
wessels [Tue, 17 Dec 1996 11:06:02 +0000 (11:06 +0000)]
cache_announce fixes (ernestyik@cuhk.edu.hk (Ernest Yik)
wessels [Mon, 16 Dec 1996 23:25:44 +0000 (23:25 +0000)]
don't cache objects with invalid HTTP headers
wessels [Mon, 16 Dec 1996 23:23:42 +0000 (23:23 +0000)]
fix up SSL neighbor selection
wessels [Mon, 16 Dec 1996 06:43:21 +0000 (06:43 +0000)]
update
wessels [Mon, 16 Dec 1996 06:35:52 +0000 (06:35 +0000)]
update
wessels [Mon, 16 Dec 1996 06:35:21 +0000 (06:35 +0000)]
fix up header stats
wessels [Mon, 16 Dec 1996 05:39:39 +0000 (05:39 +0000)]
fix poll() arg types
wessels [Sun, 15 Dec 1996 23:22:30 +0000 (23:22 +0000)]
update
wessels [Sun, 15 Dec 1996 10:29:44 +0000 (10:29 +0000)]
compiler
wessels [Sun, 15 Dec 1996 10:22:28 +0000 (10:22 +0000)]
make sure pid file is world readable
wessels [Sun, 15 Dec 1996 10:17:46 +0000 (10:17 +0000)]
add check to make sure sscanfed fileno is legit
wessels [Sun, 15 Dec 1996 01:56:03 +0000 (01:56 +0000)]
gindent
wessels [Sun, 15 Dec 1996 01:54:58 +0000 (01:54 +0000)]
debug stuff
wessels [Sun, 15 Dec 1996 01:53:55 +0000 (01:53 +0000)]
break accel only check into checkAccelOnly()
wessels [Sun, 15 Dec 1996 01:53:02 +0000 (01:53 +0000)]
1.1.1
wessels [Sat, 14 Dec 1996 06:47:31 +0000 (06:47 +0000)]
adding
wessels [Sat, 14 Dec 1996 05:26:35 +0000 (05:26 +0000)]
add rcs/license/copyright headers
wessels [Sat, 14 Dec 1996 05:10:30 +0000 (05:10 +0000)]
- Fixed httpBuildRequestHeader() content length bug which breaks for
really large POST requests (Takahiro Yugawa).
wessels [Sat, 14 Dec 1996 04:38:33 +0000 (04:38 +0000)]
From: Mark Treacy <mark@aone.com.au>
Summarized by DW: There existed bad interaction for STALE objects which come
back as not modified, and client IMS times prior to the entry's lastmod time.
In this case we send the entry's lastmod time towards the source. Since the
client's IMS time might be less, we can't just send back the 304 NOT MODIFIED.
We must also check if the object has changed since the client IMS time.
wessels [Sat, 14 Dec 1996 03:35:27 +0000 (03:35 +0000)]
added debug
wessels [Sat, 14 Dec 1996 03:33:41 +0000 (03:33 +0000)]
add set-cookie check
wessels [Sat, 14 Dec 1996 03:32:32 +0000 (03:32 +0000)]
fix wrong nubmer of args coredump
wessels [Sat, 14 Dec 1996 03:32:10 +0000 (03:32 +0000)]
fix config.announce.on
wessels [Wed, 11 Dec 1996 14:50:19 +0000 (14:50 +0000)]
fix whitespace content types
wessels [Sat, 7 Dec 1996 06:27:49 +0000 (06:27 +0000)]
need store_pages_max since sm_stats.max_pages == 0 with PURIFY=1
wessels [Sat, 7 Dec 1996 05:12:48 +0000 (05:12 +0000)]
make UDP_HIT_OBJ disabled by default
wessels [Sat, 7 Dec 1996 04:52:16 +0000 (04:52 +0000)]
1.1.0
wessels [Sat, 7 Dec 1996 04:52:01 +0000 (04:52 +0000)]
gindent
wessels [Sat, 7 Dec 1996 04:51:26 +0000 (04:51 +0000)]
update
wessels [Sat, 7 Dec 1996 04:49:36 +0000 (04:49 +0000)]
Change store_pages warning